CMSIS-DAP  Version 2.0.0
Interface Firmware for CoreSight Debug Access Port
 All Functions Groups Pages

Get Information about CMSIS-DAP Debug Unit. More...

Get Information about CMSIS-DAP Debug Unit.

The DAP_Info Command provides configuration information about the Debug Unit itself and the capabilities.

DAP_Info Command:

| BYTE | BYTE |
> 0x00 | ID |
|******|******|

DAP_Info Response:

| BYTE | BYTE | BYTE |
< 0x00 | Len | Info |
|******|******|++++++|
Note
The ID for Vendor ID, Product ID, and Serial Number may return no string (indicated by Len = 0). In this case the USB Device Information is used to obtain Vendor, Product, and Serial Number.
Target Device Vendor and Target Device Name are only available on Debug Units with known Target Device. Refer to TARGET_DEVICE_FIXED for more information. If the Target Device is not known no string is returned (indicated by Len = 0).

DAP_Info Response (for ID=0xF0):

The ID=0xF0 Capabilities obtains information about the available interface to the Device. The reply consists of one or two Info bytes with bits that indicate the features of the Debug Unit. The features indicate the command scope of the CMSIS-DAP firmware. If certain features are not available, the debugger should not call the related commands as the may not be implemented. Commands that are not implemented reply with 0xFF instead of repeating the command byte.

| BYTE | BYTE | BYTE *| BYTE |
< 0x00 | Len | Info0 | Info1 |
|******|******|*******|*******|

Available transfer protocols to target:

Serial Wire Trace (SWO) support:

Command extensions for transfer protocol:

Time synchronisation via Test Domain Timer:

SWO Streaming Trace support:


DAP_Info Response (for ID=0xF1):

The ID=0xF1 Test Domain Timer obtains the parameter information about an optional 32-bit Test Domain Timer that may be used for various time measurements.

| BYTE | BYTE | WORD *****|
< 0x00 | 0x08 | Frequency |
|******|******|***********|