- Italy
- https://erickahmed.com
-
Also check out the cool stuff in my organizations ↓
- Joined on
2026-02-05
Block a user
Use semaphores and one shot RTOS timers to better manage LEDs for incoming CAN message on FIFO buffer
CAN1/CAN2 LEDs may remain turned on when no CANrx
CAN1/CAN2 LEDs may remain turned on when no CANrx
Issue was completed by using semaphores that get released inside vCANLoggerListen, which are acquired by vLEDHeartbeat, which in turns triggers a timer. If after the timer end there is not a…
Place Time-Critical Data in CCMRAM
- Add CCMRAM to Memory Regions in STM32F405RGTx_FLASH.l
- Create a New Section for CCM Variables
- Use the attribute((section(".ccmram"))) specifier to place data
Use semaphores and one shot RTOS timers to better manage LEDs for incoming CAN message on FIFO buffer