CMSIS-DAP
Version 2.1.1
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). More... | |
__STATIC_INLINE uint8_t | RESET_TARGET (void) |
Reset Target Device with custom specific I/O pin or command sequence. More... | |
CMSIS-DAP Hardware I/O and LED Pins are initialized with the function DAP_SETUP.
__STATIC_INLINE void DAP_SETUP | ( | void | ) |
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_INLINE uint8_t RESET_TARGET | ( | void | ) |
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.