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 »

During the startup phase of the system, the CAN bus management must be initialized. This clears all CAN bus objects in the Can bus table.

CAN bus objects after initialization

  • The function CanBusInit() creates all needed OS data elements like queues, semaphores, etc.. and builds the internal CanBus Data Area.
  • Note: there is no access to any CAN controller in the system during this phase.

    • No labels