1、功能说明
    以EXTI0为例演示GPIO外部中断功能，将PA0做为EXTI0输入端口。

2、使用环境

    软件开发环境：KEIL MDK-ARM V5.34
                  IAR EWARM 8.50.1 
    芯片支持：
        N32H730  
        N32H735   
        N32H735EC
        N32H760
        N32H762
        N32H765
        N32H765EC
        N32H785
        N32H785EC
        N32H787
    开发板支持：
        N32H787_EVB
        N32H787_HMI
        N32H787_EVB_PRO

3、使用说明
    系统配置；
        1、时钟源：   HSI+PLL
        2、系统时钟频率：
           M7 核：    600MHz
        3、端口配置：
            WKUP(PA0)
            
        4、EXTI：
           配置EXTI0

    使用方法：
        1、编译后将程序下载到开发板并复位运行
        2、默认状态下WKUP触发EXTI0外部中断

4、注意事项
    无
    
1. Function description

     Uses EXTI0 as an example to shows the GPIO external interrupt function,
     and PA0 used as the EXTI0 input port.

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
    Development board support：
        N32H787_EVB
        N32H787_HMI
        N32H787_EVB_PRO

3. How to use

    System Configuration:
        1. Clock source: HSI+PLL 
        2. System Clock frequency: 
           M7 Core:     600MHz
        3.GPIO:
           WKUP(PA0)
        4. EXTI:
           Set EXTI0

     Instructions:
        1.  After compiling, download the program and reset, the program start running.     
        2.  WKUP triggers the EXTI0 external interrupt by default. 


4. Attention
    None

