Difference between revisions of "HANcoder/STM32/Blocks/XCP On CAN Config"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
(Created page with "{{HANcoder/block| info= A 'XCP Config' block instructs the code generator to include the XCP over CAN protocol. The XCP protocol is used to communicate with HANtune. |blockI...")
 
Line 10: Line 10:
 
XCPOnCANConfigMask.png
 
XCPOnCANConfigMask.png
  
 +
}}
 +
 +
== Examples ==
 +
[[HANcoder/Examples/CAN_Communication| CAN Communication Example ]]
 +
 +
{{HANcoder/BlockFooter|
 +
|SeeAlso = [[HANcoder/CAN_Config| CAN config ]]
 
}}
 
}}

Revision as of 13:07, 14 April 2017

Supported Targets: Olimexino, E407, P405

General information about XCP On CAN Config

A 'XCP Config' block instructs the code generator to include the XCP over CAN protocol. The XCP protocol is used to communicate with HANtune.

Block

XCPOnCANConfig.png

Mask

XCPOnCANConfigMask.png

Examples

CAN Communication Example

See Also

CAN config