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...")
 
 
(3 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
XCPOnUSBConfigMask.png
 
XCPOnUSBConfigMask.png
  
 +
}}
 +
 +
{{HANcoder/BlockFooter|
 +
|SeeAlso = [[HANcoder/STM32/Blocks/XCP_On_CAN_Config| XCP on CAN config]]
 
}}
 
}}

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