================================================================================
                                样例使用说明
                             Sample Description
================================================================================
功能描述：
此样例演示了UART0阻塞模式发送接收功能，系统复位UART0发送tx_buf的数据，发送完成后开始
接收数据。最多接收30个字符。

Function descriptions:
This sample demonstrates the transmission and reception functions of UART0 in 
blocking mode. After the system resets, UART0 will send the data in tx_buf. 
Once the transmission is completed, it will start to receive data. It can receive 
up to 30 characters at most.
================================================================================
测试环境：
测试用板：DPM32M030_REV_A
MDK版本： 5.28

Test environment:
Test board: DPM32M030_REV_A
MDK Version: 5.28
================================================================================
使用步骤：
1. 编译下载程序到MCU，并运行。
2. 串口打印数据，并显示接收到的数据。

Example execution steps:
1. Compile and download the program to MCU, and run it.
2. Print data through the serial port and display the received data.

================================================================================
注意事项：
UART引脚如下：
UART0_Tx   -> PA9
UART0_Rx   -> PA10

Notes:
The UART pins are as follows:
UART0-Tx   -> PA9
UART0-Rx   -> PA10
================================================================================