1、功能说明
    1、HDIV执行一次除法，在完成中断里面通过串口发送商和余数
2、使用环境
    软件开发环境：KEIL MDK-ARM V5.34.0.0
    硬件环境：基于评估板N32G032R8L7-STBV1.0开发
3、使用说明
    系统配置；
        1、时钟源：
                    HSE=8M,PLL=48M,AHB=48M,APB1=48M,APB2=48M,HDIV CLK=48M
        2、端口配置：
                            PA9选择为串口输出
                    PA10选择为串口输入
        3、HDIV：
                    HIDV中断打开优先级0，计算 0x1E240除以 0x7B的结果
    使用方法：
        1、编译后打开调试模式，将变量HDIV的寄存器打开
        2、程序执行后，可以看到商的结果为1003，余数的结果为87，同时串口也会打印相关信息
4、注意事项
    无

1. Function description
     1. HDIV performs a division, and sends the quotient and remainder through the serial port in the completion interrupt
2. Use environment
     Software development environment: KEIL MDK-ARM V5.26.2.0
     Hardware Environment: Developed based on N32G032R8L7-STB V1.0
3. Instructions for use
     System Configuration;
         1. Clock source:
                     HSE=8M,PLL=48M,AHB=48M,APB1=48M,APB2=48M,HDIV CLK=48M
         2. Port configuration:
                             PA9 is selected as serial output
                     PA10 is selected as serial input
         3. HDIV:
                     HIDV interrupt on priority 0, calculate the result of dividing 0x1E240 by 0x7B
     Instructions:
         1. Open the debug mode after compiling, and open the register of the variable HDIV
         2. After the program is executed, you can see that the result of the quotient is 1003, the result of the remainder is 87, and the serial port will also print relevant information
4. Matters needing attention
     none