Versions Compared

Key

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

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


Panel
borderWidth0
titleFigure - CAN transmission while transmitter is idle

Image Added


  1. The function CanBusWrite() uses the low-level device driver function Write() will be used to copy the CAN frame to the CAN controller and enable the transmit complete interrupt.

...