- Italy
- https://erickahmed.com
-
Also check out the cool stuff in my organizations ↓
- Joined on
2026-02-05
Block a user
Add error handling in thread creation
CAN1/CAN2 LEDs may remain turned on when no CANrx
One solution may be to set an event flag for a separate LED task when reading an incoming can message
osEventFlagsSet(xCanEventFlags, (hcan->Instance == CAN1) ? 0x01 : 0x02);
Use this…
Implement CAN message interrupt and processing
Implement LED blinking timer via semaphore instead of using a task
Implement LED blinking timer via semaphore instead of using a task
Optimize Check task memory sizes for each task
Misoldered LED CAN1 to D2 instead of B2
CAN1/CAN2 LEDs may remain turned on when no CANrx