CAN Config

From OpenMBD
Jump to: navigation, search
Supported Targets: Olimexino, E407, P405

General information about CAN Config

The 'CAN Config' block instructs the code generator to include CAN support. The block also configures the CAN controller communication speed and the reception acceptance filter.

Remarks

When not using the CAN config block, support for the given CAN channel is not included in the embedded target. Thereby every CAN message addressed to the controller is lost. The default configuration of the reception acceptance filter received all 11-bit CAN message identifiers.

Block

CANConfig.png

Mask

CANConfigMask.png

Examples

CAN Communication Example | OBD reader example

See Also

CAN receive | CAN send | XCP on CAN config