From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- docs/DAP/html/group__DAP__HostStatus.html | 157 ++++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 docs/DAP/html/group__DAP__HostStatus.html (limited to 'docs/DAP/html/group__DAP__HostStatus.html') diff --git a/docs/DAP/html/group__DAP__HostStatus.html b/docs/DAP/html/group__DAP__HostStatus.html new file mode 100644 index 0000000..799987b --- /dev/null +++ b/docs/DAP/html/group__DAP__HostStatus.html @@ -0,0 +1,157 @@ + + + + + +DAP_HostStatus +CMSIS-DAP: DAP_HostStatus + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DAP +  Version 2.0.0 +
+
Interface Firmware for CoreSight Debug Access Port
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
DAP_HostStatus
+
+
+ +

Sent status information of the debugger to Debug Unit. +More...

+

Sent status information of the debugger to Debug Unit.

+

The DAP_HostStatus Command is used to sent the status information about the debugger to the Debug Unit. This status information may be displayed on the Debug Unit. Therefore a Debug Unit may provide 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_HostStatus Command:

+
| BYTE | BYTE **| BYTE **|
+
> 0x01 | Type | Status |
+
|******|********|********|
+
    +
  • Type: specifies the type of the information that is sent in Status:
      +
    • 0 = Connect: Status indicates that the debugger is connected to the Debug Unit.
    • +
    • 1 = Running: Status indicates that the target hardware is executing application code.
    • +
    +
  • +
  • Status: contains the actual status information:
      +
    • 0 = False: may be used to turn off a status LED (Connect or Running) on the Debug Unit.
    • +
    • 1 = True: may be used to turn on a status LED (Connect or Running) on the Debug Unit.
    • +
    +
  • +
+

DAP_HostStatus Response:

+
| BYTE | BYTE **|
+
< 0x01 | 0x00 |
+
|******|********|
+
+
+ + + + -- cgit