================================================================================
                                样例使用说明
                             Sample Description
================================================================================
功能描述：
该样例演示了DSP的断点调试功能，配置DSP断点后，DSP计算到对应位置会停止，此时可读取对应
寄存器的值进行调试，清除断点后，需软件再次触发运行，串口输出日志，LED1每隔1s翻转一次。


Function descriptions:
This example demonstrates the breakpoint debugging function of DSP. After 
configuring DSP breakpoints, The DSP will stop when it reaches the corresponding 
position, and at this time, the corresponding data can be read Debugging the value 
of the register, clearing the breakpoint, the software needs to trigger the run 
again, and the serial port outputs a log, LED1 flips every 1 second.
================================================================================
测试环境：
测试用板：DPM32M08X_EVB V1.0
MDK版本： 5.38


Test environment:
Test board: DPM32M08X_EVB V1.0
MDK Version: 5.38

================================================================================
使用步骤：
1. 接上P10上的跳线帽，将串口接到USB。
2. 编译下载程序到MCU，并运行。
3. 串口打印计算日志。
4. 可观察到开发板上的LED1每隔1s翻转一次。

Example execution steps:
1. Connect the jumper cap on P10 and connect the serial port to USB.
2. Compile and download the program to MCU, and run it.
3. Print calculation results through serial port.
4. It can be observed that LED1 on the development board flips every 1 second.
================================================================================
注意事项：
LED引脚如下：
LED1       -> PC10

UART引脚如下：
UART_Tx    -> PA9
UART_Rx    -> PA10

Notes:
The LED pins are as follows:
LED1       -> PC10

The UART pins are as follows:
UART_Tx    -> PA9
UART_Rx    -> PA10
================================================================================