1、功能说明
    此例程展示了CM4内核下以EXTI0为例演示GPIO外部中断功能，将PA0做为EXTI0输入端口。

2、使用环境

    软件开发环境：KEIL MDK-ARM V5.34
                  IAR EWARM 8.50.1 
    芯片支持：
        N32H785
        N32H785xxxEC
        N32H787


3、使用说明

    系统配置
        1、时钟源：HSI+PLL
        2、系统时钟频率：
            M7核 600MHz  M4核 300MHz
        3、GPIO：
            WKUP(PA0)
        4、EXTI：
           配置EXTI0

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

    This example showsUses EXTI0 as an example to shows the GPIO external interrupt function, and PA0 used as the EXTI0 input port in the condition of CM4.

2. Development environment

    Software development environment: KEIL MDK-ARM V5.34
                                      IAR EWARM 8.50.1 
    MCU support:
        N32H785
        N32H785xxxEC
        N32H787

3. How to use

    System Configuration:
        1. Clock source: HSI+PLL
        2. System Clock frequency: 
            M7 Core：600MHz  M4 Core：300MHz
        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

