CMSIS-Pack  Version 1.2
Delivery Mechanism for Software Packs
 All Pages
DebugInterfaceType

The debugInterface type contains information about the board's debug interface.

Example

<debugInterface adapter="JTAG/SW" connector="20-pin ARM Standard JTAG Connector (0.1 inch connector)"/>
<debugInterface adapter="JTAG/SW" connector="10-pin Cortex Debug Connector (0.05 inch connector)"/>
<debugInterface adapter="JTAG/SW" connector="20-pin Cortex Debug + ETM Connector (0.05 inch connector)"/>
<debugInterface adapter="ST-Link" connector="Mini-USB"/>

 

Attributes Description Type Use
adapter string describing the debug adapter. Common adapters are: JTAG/SW (for all adapters supporting JTAG and Serial-Wire Debug), CMSIS-DAP, OpenSDA, J-Link, ST-Link, Nu-Link xs:string optional
connector string describing the debug connector. Usually one of these: 10-pin Cortex Debug Connector, 20-pin ARM Standard JTAG Connector, 20-pin Cortex Debug + ETM Connector, Mini-USB, Micro-USB xs:string optional