Stm32 FDCAN (G474) TX FIFO mode canceling message options?
Reading through the docs for the STM32 G474 FDCAN TX sections, it seems like if FDCAN is in FIFO mode, there is no way to cancel a pending message. The message can only be dequeued from being sent. If this is the case, how should one handle the case ...