Difference between revisions of "HANcoder/STM32/Blocks/XCP On USB 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 USB protocol, the XCP protocol is used for communication with HANtune. A USB...")
 
Line 11: Line 11:
 
XCPOnUSBConfigMask.png
 
XCPOnUSBConfigMask.png
  
 +
}}
 +
 +
{{HANcoder/BlockFooter|
 +
|SeeAlso = [[HANcoder/XCP_On_CAN| XCP on CAN ]]
 
}}
 
}}

Revision as of 13:13, 27 April 2017

Supported Targets: Olimexino, E407, P405

General information about XCP On USB Config

A 'XCP Config' block instructs the code generator to include the XCP over USB protocol, the XCP protocol is used for communication with HANtune. A USB communication stack is automatically included that makes the controller show up as a virtual COM port on the PC. Use the Windows Device Manager to determine the COM port number. Configure 115200 bits/sec as the communication speed on the PC side.

Block

XCPOnUSBConfig.png

Mask

XCPOnUSBConfigMask.png

See Also

XCP on CAN