How to abort a CAN transmission?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2009-04-27 2:43 AM
Posted on April 27, 2009 at 11:43
How to abort a CAN transmission?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-17 4:10 AM
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?