/
Rx Queue to Shorten ISR
Rx Queue to Shorten ISR
After this change, the only thing that the interrupt does is add the received CAN frame to a queue. The superloop will call canardHandleRxFrame and dequeue messages in FIFO order. canardHandleRxFrame is a very long function, so this shortens the interrupts significantly.
Related content
EFS Servo CAN Adopter
EFS Servo CAN Adopter
More like this
Dynamic Node Allocation
Dynamic Node Allocation
More like this
2024-09-08 CAN ELRS Rx Discussion
2024-09-08 CAN ELRS Rx Discussion
More like this
CAN - Controller Area Network
CAN - Controller Area Network
More like this
CAN
CAN
More like this
Inter-Manager Queue
Inter-Manager Queue
More like this