1、功能说明
    1、软件触发DAC1输出4094的电平信号，噪声幅度为1

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、系统时钟频率：
            M7核 : 600MHz 
            
        3、端口配置：
            PA4选择为模拟功能DAC1 OUT

        4、DAC配置：
            DAC选择软件触发，DAC1幅值为4094，开启噪声模式，噪声幅值为1
            

    使用方法：
        1、编译后将工程程序下载到开发板并复位运行,打开调试模式，利用示波器观察PA4输出波形
        2、全速运行时，可看到PA4输出大约3.3V电平.
        
4、注意事项
    无
    
1. Function description

    1. Software triggers DAC1 to output 4094 level signal, and the noise amplitude is 1

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: 
            M7 Core：600MHz 
            
        3. Port configuration:
            PA4 is selected as analog function DAC1 OUT
            
        4. DAC:
            DAC select software trigger, DAC1 amplitude is 4094, open noise mode, noise amplitude is 1
     
Usage:
        1, After compiling, download the program  and reset, open the debugging mode and observe the output waveform of the PA4.
        2. When running at full speed, you can see that the PA4 output is about 3.3V level.


4. Attention
    None

