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

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...
 
+

Description

+

CMSIS-DAP Hardware I/O and LED Pins are initialized with the function DAP_SETUP.

+

Function Documentation

+ +
+
+ + + + + + + + +
__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:

+
    +
  • I/O clock system enabled.
  • +
  • all I/O pins: input buffer enabled, output pins are set to HighZ mode.
  • +
  • for nTRST, nRESET a weak pull-up (if available) is enabled.
  • +
  • LED output pins are enabled and LEDs are turned off.
  • +
+ +
+
+ +
+
+ + + + + + + + +
__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.

+
Returns
0 = no device specific reset sequence is implemented.
+ 1 = a device specific reset sequence is implemented.
+ +
+
+
+
+ + + + -- cgit