This demo (uartEchoDemo directory) shows how to use the UART to print messages on a terminal. The characters you type on a keyboard are echoed back to the terminal from the SoC and printed on the terminal.
For more detail of the driver, refer to UART Driver.
By default, newlib-nano is used for this demo.
The following shows the expected execution sequence: