Skip to main content
sima
Associate III
April 27, 2009
Question

How to abort a CAN transmission?

  • April 27, 2009
  • 1 reply
  • 687 views
Posted on April 27, 2009 at 11:43

How to abort a CAN transmission?

    This topic has been closed for replies.

    1 reply

    sima
    simaAuthor
    Associate III
    May 17, 2011
    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?