cancel
Showing results for 
Search instead for 
Did you mean: 

How to abort a CAN transmission?

sima
Associate II
Posted on April 27, 2009 at 11:43

How to abort a CAN transmission?

1 REPLY 1
sima
Associate II
Posted on May 17, 2011 at 13:10

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?