1、功能说明
    此例程演示了DSMU的基本用法，采用直接写数据寄存器的方式模拟输入信号数据，通过DSMU滤波后，可明显减小信号抖动。

    
2、使用环境
    软件开发环境： KEIL MDK-ARM V5.34
                IAR EWARM 8.50.1

    芯片支持：
        N32H730  
        N32H735   
        N32H735EC
        N32H760
        N32H762
        N32H765
        N32H765EC
        N32H785
        N32H785EC
        N32H787

3、使用说明
    系统配置；
        1、时钟源： HSI+PLL
        2、系统时钟频率：600MHz
        3、打印：PA9 - baud rate 115200
   
    使用方法：
        1、编译后烧录到开发板，复位MCU。
        2、通过串口输出运行信息

4、注意事项
    无
    
    
1. Function description
    This example shows how to use the DSMU module. 
    Signal data is input by directly writing register, and the signal jitter can be reduced.
    
2. Development environment
    Software development environment: KEIL MDK-ARM V5.34
                                      IAR EWARM 8.50.1

    Supported chips:
        N32H730  
        N32H735   
        N32H735EC
        N32H760
        N32H762
        N32H765
        N32H765EC
        N32H785
        N32H785EC
        N32H787

3. How to use
    System Configuration:
        1. Clock source: HSI+PLL
        2. System Clock frequency: 600MHz
        3. printf: PA9 - baud rate 115200

    Instructions:
         1. Compile the programme, and download to the evaluation board, then reset MCU.
         2. The running informations are output through the serial port.

4. Attention
     None