Versions Compared

Key

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

Reception of a CAN frame

If a task wants to receive a CAN frame, the function CanBusRead() must be called. The following steps will be performed:

...

Asynchronous to this actions, a task can wait for CAN frames:

...

End