Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Transmission while transmitter is idle

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:

CAN transmission while transmitter is idle

  • The function CanBusWrite() uses the lowlevel device driver function Write() will be used to copy the CAN frame to the CAN controller and enable the transmit complete interrupt.
  • End

    • No labels