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

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
Line 11: Line 11:
  
 
}}
 
}}
 +
 +
== Block parameters ==
 +
{| class="wikitable"
 +
|-
 +
! style="width:150px" | Parameter
 +
! Description
 +
|-
 +
| CAN channel
 +
| CAN channel to use for XCP communication with HANtune.
 +
|-
 +
| CRO Identifier
 +
| The identifier of the messages that come from HANtune.
 +
|-
 +
| DTO Identifier
 +
| The identifier of the messages from the microcontroller to HANtune.
 +
|}
  
 
== Examples ==
 
== Examples ==

Revision as of 13:11, 27 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

Block parameters

Parameter Description
CAN channel CAN channel to use for XCP communication with HANtune.
CRO Identifier The identifier of the messages that come from HANtune.
DTO Identifier The identifier of the messages from the microcontroller to HANtune.

Examples

CAN Communication Example

See Also

CAN config