Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Transmission while transmitter is busy

If a task or function wants to transmit a CAN frame by calling the function CanBusWrite() while the configured CAN transmitter is busy, the following steps will be performed:

...

Asynchronous to this actions, the transmission complete interrupt of the CAN controller shall activate the function CanBusTxHandler():

...

End