CMSIS-DAP  Version 2.1.1
Interface Firmware for CoreSight Debug Access Port
 All Functions Groups Pages
DAP_UART_Configure

Set UART configuration. More...

Set UART configuration.

DAP_UART_Configure (0x20):

Sets the UART configuration (only for transport via DAP).

DAP_UART_Configure Request:

| BYTE | BYTE | WORD |
> 0x20 | Control | Baudrate |
|******|*********|**********|
Note
DAP_UART_Configure command can be used only if transport via DAP is enabled.
It is required to configure the UART each time transport via DAP is enabled (DAP_UART_Transport command).
It is recommended to configure the UART before receive and transmit are enabled (DAP_UART_Control command).

DAP_UART_Configure Response:

| BYTE | BYTE | WORD |
> 0x20 | Status | Baudrate |
|******|********|**********|