Control Debug Unit Status LEDs.
The DAP_LED Command controls the Status LEDs of the Debug Unit. A Debug Unit may provide the following optional Status LEDs:
- Connect LED: is active when the DAP hardware is connected to a debugger.
- Running LED: is active when the debugger has put the target device into running state.
DAP_LED Command:
BYTE | BYTE **| BYTE **|
> 0x01 | LED | Output |
******|********|********|
- LED: specifies the LED that is addressed: 0 = Connect LED; 1 = Running LED.
- Output: specifices the status of the LED after the command: 1 = LED on; 0 = LED off.
DAP_LED Response:
BYTE | BYTE **|
< 0x01 | 0x00 |
******|********|