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__TI__Value.html | 154 +++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 docs/DAP/html/group__DAP__TI__Value.html (limited to 'docs/DAP/html/group__DAP__TI__Value.html') diff --git a/docs/DAP/html/group__DAP__TI__Value.html b/docs/DAP/html/group__DAP__TI__Value.html new file mode 100644 index 0000000..d3d71f2 --- /dev/null +++ b/docs/DAP/html/group__DAP__TI__Value.html @@ -0,0 +1,154 @@ + + + + + +DAP_TI_Value +CMSIS-DAP: DAP_TI_Value + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DAP +  Version 1.2.0 (Proposal) +
+
Interface Firmware for CoreSight Debug Access Port
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
+
+
+ +

Get live data values from Test Input channels. +More...

+

Get live data values from Test Input channels.

+

The DAP_TI_Value Command returns the live (current) values of the Test Inputs in the CMSIS-DAP Debug Unit. Returned are live data that are currently available in the Test Inputs channels.

+

DAP_TI_Value Request:

+
| BYTE | SHORT ******| BYTE ***********|
+
> 0x1E | ChannelMask | DT_Time_Request |
+
|******|*************|*****************|
+
    +
  • ChannelMask: Bit mask that encodes the channels that should be scanned.
  • +
  • Time_Request:
      +
    • 0: No Time Stamp in response.
    • +
    • 1: Include Time Stamp in response.
    • +
    +
  • +
+

DAP_TI_Value Response:

+
| BYTE | SHORT ******| WORD ++++++++|++++++++++++|
+
< 0x1E | ChannelMask | TD_TimeStamp | DataValues |
+
|******|*************|++++++++++++++|++++++++++++|
+
    +
  • ChannelMask: Bit mask of channels that are actually scanned. Depending on the capabilities of the Debug Unit, this might be less than the request channels.
  • +
  • TD_TimeStamp: Test Domain Timer value at the beginning the the request (only present if DT_Time_Request is set to 1).
  • +
  • DataValues: data values of the various Test Inputs (starting with channel=0). The size of DataValues depends on the data size (see DAP_TI_Info Response, Attributes bit 0..2) In case of SHORT or WORD data format, the LSB is send first.
  • +
+
+
+ + + + -- cgit