1、功能说明
    1、ADC1在差分模式下采样转换PA6 PA7引脚的模拟电压

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、端口配置：
            PA6选择为模拟功能
            PA7选择为模拟功能
            
        4、ADC：
            ADC1独立工作模式、软件触发转换、12位数据右对齐，转换PA6 PA7的模拟电压数据

    使用方法：
        1、编译后打开调试模式，将变量VINP_VINN_Value添加到watch窗口观察
        2、通过改变PA6,PA7引脚的电压，可以看到转换结果变量VINP_VINN_Value在同步改变

4、注意事项
    无
    
1. Function description

    1, ADC1 sample conversion PA6 PA7 pin analog voltage in differential mode. 

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. Port configuration:
            PA6 is selected as the analog function
            PA7 is selected as the analog function
        4. ADC:
            ADC1 independent working mode, software-triggered conversion, 12-bit data is right-aligned, and analog voltage data of PA6 PA7 is converted.
    Usage:
        1. After compiling and enabling debug mode, when PA6 and PA7 pins are connected to a certain voltage.
        and the voltage difference read from the ADC port is the input voltage difference. 
        
4. Attention
    None

