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...")
 
 
(4 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
XCPOnCANConfigMask.png
 
XCPOnCANConfigMask.png
  
 +
}}
 +
 +
== 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 ==
 +
[[HANcoder/Examples/CAN_Communication| CAN Communication Example ]]
 +
 +
{{HANcoder/BlockFooter|
 +
|SeeAlso = [[HANcoder/STM32/Blocks/CAN_Config| CAN config ]] {{!}}  [[HANcoder/STM32/Blocks/XCP_On_USB_Config| XCP on USB config]]
 
}}
 
}}

Latest revision as of 10:25, 5 May 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 | XCP on USB config