CMSIS-DAP  
Interface Firmware for CoreSight Debug Access Port
 
Loading...
Searching...
No Matches

Connect to Device and selected DAP mode.

The DAP_Connect Command initializes the DAP I/O pins for the specified DAP mode (JTAG or SWD). This command calls the function PORT_SWD_SETUP or PORT_JTAG_SETUP which prepares the connection to the Target Device.

DAP_Connect Command:

| BYTE | BYTE |
> 0x02 | Port |
|******|******|

DAP_Connect Response:

| BYTE | BYTE |
< 0x02 | Port |
|******|******|