================================================================================
                                样例使用说明
                             Sample Description
================================================================================
功能描述：
此样例演示了TIM0定时和中断功能，TIM0定时100ms产生一次中断，在中断里面翻转LED2，LED1每隔1s翻
转一次。

Function descriptions:
This example demonstrates the TIM0 timing and interrupt functions. TIM0 generates
an interrupt every 1 second and flips LED2 within the interrupt. LED1 flips every 
1 second Rotate once.
================================================================================
测试环境：
测试用板：DPM32M087RBTx_EVB V1.0
MDK版本： 5.28

Test environment:
Test board: DPM32M087RBTx_EVB V1.0
MDK Version: 5.28
================================================================================
使用步骤：
1. 编译下载程序到MCU，并运行。
2. 观察LED1和LED2的翻转频率。

Example execution steps:
1. Compile and download the program to MCU, and run it.
2. Observe the flipping frequency of LED1 and LED2.
================================================================================
注意事项：
LED引脚如下：
LED1       -> PC10
LED2       -> PC11

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