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

Function descriptions:
This sample demonstrates the timing and interrupt functions of TIM0. TIM0 generates 
an interrupt once every 100 milliseconds, and toggles PA1 within the interrupt.
================================================================================
测试环境：
测试用板：DPM32M036_REV_A
MDK版本： 5.28

Test environment:
Test board: DPM32M036_REV_A
MDK Version: 5.28
================================================================================
使用步骤：
1. 编译下载程序到MCU，并运行。
2. 可观察到PA1输出方波信号。

Example execution steps:
1. Compile and download the program to MCU, and run it.
2. The output signal of PA1 can be observed.
================================================================================
注意事项：
输出引脚如下：
Output GPIO    -> PA1

Notes:
The Output pins are as follows:
Output GPIO    -> PA1

================================================================================