================================================================================
                                样例使用说明
                             Sample Description
================================================================================
功能描述：
此样例演示了MATH ACC除法运算功能，开启计算完成中断和除数为0中断。

Function descriptions:
This sample demonstrates the division operation function of MATH ACC, enabling 
the calculation completion interrupt and the divide-by-zero interrupt.
================================================================================
测试环境：
测试用板：DPM32M036_REV_A
MDK版本： 5.28

Test environment:
Test board: DPM32M036_REV_A
MDK Version: 5.28
================================================================================
使用步骤：
1. 编译下载程序到MCU，并运行。

Example execution steps:
1. Compile and download the program to MCU, and run it.
================================================================================
注意事项：
取模时结果最大值不能超过32767，若超过32767，则会被溢出保护，最大限制在32767。

Notes:
When taking the modulus, the maximum value of the result cannot exceed 32,767. 
If it exceeds 32,767, it will be protected by the overflow mechanism and be 
limited to a maximum of 32,767.
================================================================================