Does TxBufferCompleteCallback need to be reset? It only runs once.
I am using TxBufferCompleteCallback in order to verify that messages have been sent over FDCAN on the STM32G474RE board.
I have verified that the callback is run, which means it's been activated correctly. After the first run, it is no longer called, and my application is halted, because it appears that the TxBuffer has not been sent yet. In reality, the buffer is sent, and it is successfully received on the other end.
The IRQ_Handler is not getting its TxBufferComplete flag set, so there isn't much I can do in the way of figuring out what's happening.
The back and forth communication between my devices goes like this from the perspective of the G4: Receive, Send, TxBufferComplete, Receive, Send, waiting forever for sending to complete. The board I am communicating with is an H7 board known to work correctly.
Is there some API function that I missed, or is this a firmware bug?
Anything you wish to know about my setup which may help, please ask and I will tell.
