1、功能说明
    此例程展示了如何使用 DMA 和 DMAMUX 请求发生器，根据 EXTI0 输出信号生成 DMA 传输请求。

2、使用环境

    软件环境：
        KEIL MDK-ARM 5.34.0
        IAR EWARM 8.50.1
    
    芯片支持：
        N32H785
        N32H785xxxEC
        N32H787

3、使用说明

    系统配置
        1、时钟源：HSI+PLL
        2、系统时钟频率：
            M4核：300MHz
        3、GPIO：
            PA0 - 输入模式

    使用方法：
        1、将78x的GPIO的LedBlink demo和当前CM4的工程程序分别编译后下载到开发板并复位运行。
        2、每按一次wakup按键就产生一个上升沿，DMAMUX 请求发生器会生成一个 DMA 请求，同时会有1个新的数据从USART3口打印出来,直到16个数据全部传输完成。

4、注意事项
    无
    
1. Function description

    This example shows how to use the DMA with the DMAMUX request generator to generate DMA transfer requests upon EXTI0 output signal.

2. Development environment

    Software environment: 
        KEIL MDK-ARM 5.34.0
        IAR EWARM 8.50.1
    
    Supported chips:
        N32H785
        N32H785xxxEC
        N32H787
        
3. How to use

    System Configuration:
        1. Clock source:  HSI+PLL
        2. System Clock frequency: 
            M4 core: 300MHz
        3.GPIO:
            PA0 - input mode

     Instructions:
        1. Compile the LedBlink demo for 78x's GPIO and the current CM4 project program respectively, then download them to the development board and reset to run.
        2. Each wakup key pressed generates a rising edge, Once the DMAMUX request generator generates a DMA request. At the same time, one new data will be printed out from the USART3 port until all 16 data have been transferred.

4. Attention
    None

