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

2、使用环境

    软件环境：
        KEIL MDK-ARM 5.34.0
        IAR EWARM 8.50.1
    
    芯片支持：
        N32H730  
        N32H735   
        N32H735EC
        N32H760
        N32H762
        N32H765
        N32H765EC
        N32H785
        N32H785EC
        N32H787

3、使用说明

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

    使用方法：
        1、编译后将程序下载到开发板并复位运行。
        2、每按一次wakup按键就产生一个上升沿，DMAMUX 请求发生器会生成一个 DMA 请求，同时会有1个新的数据从USART1口打印出来,直到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:
        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: 
            M7 core: 600MHz
        3.GPIO:
            PA0 - input mode

     Instructions:
        1. After compiling, download the program and reset, the program start running.
        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 USART1 port until all 16 data have been transferred.

4. Attention
    None

