From c9d5d6b248a12f7c6b66d8a64b93fb0c8c6cae4d Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Tue, 16 May 2017 14:31:59 +0200 Subject: ksd:ksdk update to 2.2 This include FreeRTOS update to version 9.0.0 Signed-off-by: Dominik Sliwa --- .../DAP/html/group___d_a_p___s_w_o___baudrate.html | 149 +++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 CMSIS/Documentation/DAP/html/group___d_a_p___s_w_o___baudrate.html (limited to 'CMSIS/Documentation/DAP/html/group___d_a_p___s_w_o___baudrate.html') diff --git a/CMSIS/Documentation/DAP/html/group___d_a_p___s_w_o___baudrate.html b/CMSIS/Documentation/DAP/html/group___d_a_p___s_w_o___baudrate.html new file mode 100644 index 0000000..ffab844 --- /dev/null +++ b/CMSIS/Documentation/DAP/html/group___d_a_p___s_w_o___baudrate.html @@ -0,0 +1,149 @@ + + + + + +DAP_SWO_Baudrate +CMSIS-DAP: DAP_SWO_Baudrate + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DAP +  Version 1.1.0 +
+
Interface Firmware for CoreSight Debug Access Port
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
DAP_SWO_Baudrate
+
+
+ +

Set SWO baudrate. +More...

+

Set SWO baudrate.

+

DAP_SWO_Baudrate (0x19):

+

Sets the baudrate for capturing SWO trace data. Can be called iteratively to determine supported baudrates.

+

DAP_SWO_Baudrate Request:

+
BYTE | WORD |
+
> 0x19 | Baudrate |
+
******|**********|
+
    +
  • Baudrate: Requested baudrate
  • +
+

DAP_SWO_Baudrate Response:

+
BYTE | WORD |
+
< 0x19 | Baudrate |
+
******|**********|
+
    +
  • Baudrate: Actual baudrate or 0 (baudrate not configured) When requested baudrate is not achievable the closest configured baudrate can be returned or 0 which indicates that baudrate was not configured.
  • +
+
Note
When Manchester Mode is used and if decoder is implemented with clock recovery then baudrate is not required since clock is automatically decoded. However such decoders are harder to implement (especially for high frequencies) and the clock recovery might not be implemented. Therefore the baudrate should be provided also for Manchester mode.
+
+
+ + + + -- cgit v1.2.3