CMSIS-DAP  Version 2.1.1
Interface Firmware for CoreSight Debug Access Port
 All Functions Groups Pages
Connect UART communication port

Optionally, you may add a CMSIS-Driver USART to interface to UART communication port. More...

Optionally, you may add a CMSIS-Driver USART to interface to UART communication port.

A CMSIS-Driver USART can be used to receive data from the target and transmit data to the target using UART RX and TX pins on the microcontroller. The UART communication port can be enabled and configured in the header DAP_Config.h. #define DAP_UART is used to enable the UART communication port and #define DAP_UART_DRIVER is used to configure USART Driver instance number (Driver_USART#).

Refer to CMSIS-DAP Debug Unit Information for more information.