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

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 |
******|******|++++++|

The ID Capabilities obtains information about the available interface to the Device. The information BYTE contains bits that indicate which communication methods are provided to the Device.

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).