LED will not be triggered again after timer set #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
LED timer is configured as osTimerOnce. If the semaphore is not acquired (i.e., no CAN messages were received), the else block turns the LED off but fails to restart the timer. Consequently, the timer will never fire again, and the LED
Maybe it's best to use the semaphore logic for serial send and an event flag for LED
Resolved in #18. Closing.