CMSIS-DAP
Version 1.1.0
Interface Firmware for CoreSight Debug Access Port
|
CMSIS-DAP Hardware I/O and LED Pins are initialized with the function DAP_SETUP. More...
Functions | |
static __inline void | DAP_SETUP (void) |
Setup of the Debug Unit I/O pins and LEDs (called when Debug Unit is initialized). | |
static __inline uint8_t | RESET_TARGET (void) |
Reset Target Device with custom specific I/O pin or command sequence. | |
CMSIS-DAP Hardware I/O and LED Pins are initialized with the function DAP_SETUP.
|
static |
Setup of the Debug Unit I/O pins and LEDs (called when Debug Unit is initialized).
This function performs the initialization of the CMSIS-DAP Hardware I/O Pins and the Status LEDs. In detail the operation of Hardware I/O and LED pins are enabled and set:
|
static |
Reset Target Device with custom specific I/O pin or command sequence.
This function allows the optional implementation of a device specific reset sequence. It is called when the command DAP_ResetTarget and is for example required when a device needs a time-critical unlock sequence that enables the debug port.