Versions Compared

Key

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

...

Enabling the CAN bus interface means, that the CAN controller will go in activemode and is ready for communication.

Example: The CAN bus (we have configured in the chapter above) shall be enabled.

Source code:

#include “cancan_bus.h”h

void Com_Start(void)

{

CPU_INT16S err; /*-1-*/

...