1、功能说明
    IWDG复位功能。

2、使用环境

    软件开发环境：KEIL MDK-ARM V5.34
    		     IAR EWARM 8.50.1
         
    芯片支持：
          N32H760 系列
          N32H762 系列
          N32H765 系列    
          N32H785 系列	
          N32H787 系列	

3、使用说明

    系统配置
        1、时钟源：HSI+PLL
        2、系统时钟频率：
             600MHz

      3、指示灯：PA1(LED1)   PA2(LED2)  

    测试步骤及现象：

        1、在KEIL下编译后烧录到评估板，上电后，指示灯LED2不停的闪烁。说明窗口值刷新正常，代码正常运行。
        2、把SysTick_Delay_Ms( )函数参数改成250以上，整个系统将一直处于复位状态，LED1亮。

4、注意事项
    无

1. Function description

    IWDG reset function.
    

2. Development environment

    Software development environment: KEIL MDK-ARM V5.34 
    		                      IAR EWARM 8.50.1

    Supported chips:
          N32H760 series
          N32H762 series
          N32H765 series
          N32H785 series	
          N32H787 series		  

3. How to use

    System Configuration:
        1. Clock source: HSI+PLL
        2. System Clock frequency: 
             600MHz

     3、PA1(LED1)   PA2(LED2)  

    Test steps and phenomenon：
       1. Compile and download the code to reset and run, the indicator LED2 keeps flashing.
          It means that the window value is refreshed normally and the code is running normally
       2. Change the SysTick_Delay_Ms( ) function parameter to above 250. the entire system will always be in the reset state. LED1 is on.

4. Attention
    None