1、功能说明
    此例程演示了DSMU如何对外接ADC串行数据进行数据处理。

    
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、DSMU:
            PD3: CKOUT
            PB10: DATIN7
        4、DMA:
            通道1: 从DSMU读取滤波结果
        5、打印：PA9 - baud rate 115200
   
    使用方法：
        1、编译后烧录到开发板，复位MCU。
        2、通过串口输出运行信息

4、注意事项
    1、通过DSMU滤波会大幅降低最终数据的采样率。
    2、基于N32H787_EVB_PRO V1.0测试成功，U16第3脚必须连接到PD3，
       J26第2（INP）、3（INP）、4脚（IGND）必须连接到GND。
    
    
1. Function description
    This example shows how the DSMU processes the external ADCk serial data.
    
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. DSMU:
            PD3: CKOUT
            PB10: DATIN7
        4. DMA:
            Channel 1: DSMU read
        5. 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
    1. Filtering through DSMU will significantly reduce the sampling rate of the final data.
    2. This example is tested on N32H787_EVB_PRO V1.0, pin 3 of U16 must be connected to PD3, 
       and pins 2 (INP), pin 3 (INP), pin 4 (IGND) of J26 must be connected to GND.