Implement LED blinking via RTOS timer instead of using an entire task #4
Reference in New Issue
Block a user
Delete Branch "rtos-timers"
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?
This implementation uses less memory and creates less context switches. Still gives more priority to CAN peripherals
Implement LED blinking timer via semaphore instead of using a taskto Implement LED blinking timer via timer instead of using a taskImplement LED blinking timer via timer instead of using a taskto Implement LED blinking via RTOS timer instead of using an entire task