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 4 Current »

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:

  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.
  • No labels