Files
CANdigger/Core/Src
eeeck 3691918196 Non-blocking on CAN1 queue check
- Check queue instantly
- Use DMA to move tx_buffer to UART peripheral
- Use a semaphore to DMA is being done, to avoid moving to next loop
  iteration and overwriting tx_buffer
- HAL_UART_TxCpltCallback will release semaphore when DMA done
2026-06-16 21:27:52 +02:00
..
2026-06-15 10:37:01 +02:00
2026-06-16 21:27:52 +02:00
2026-06-16 19:34:12 +02:00