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

Version 1 Next »

To stop or reconfigure the CAN bus communication, the CAN controller must be stopped with the corresponding bus identifier.

Disabling the CAN bus

  • The function CanBusDisable() is called with the unique CAN bus identifier which selects the object in the CAN bus table
  • After checking, that the CAN bus object is in use, the lowlevel device driver functions IoCtl() and Close() are used to set the bus in passive mode and free the device lock.
  • The object link to the configuration parameter structure is removed.
    • No labels