2009-04-27 02:43 AM
How to abort a CAN transmission?
2011-05-17 04:10 AM
How do I abort a CAN transmission the right way using the firmware library?
If I call the CAN_CancelTransmit function how do I check if the message was aborted correctly or if it were transmitted? The message could be transmitted in the same moment as I call the function. In my code I have enabled the CAN FIFO0 interrupt (when FIFO0 becomes empty my interrupt function is called). Does the message abort generate any FIFO0-empty interrupt when successful?