1、功能说明
    1、此例程展示了CM4内核下的GPIO的基本配置方法。
    2、demo展示了SHA、DES、AES、SM4、RNG的算法调用流程

2、使用环境

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

3、使用说明

    系统配置
        1、时钟源：HSI+PLL
        2、系统时钟频率：
            M7核 600MHz  M4核 300MHz
        3、串口配置：
            - 串口为USART1（TX：PB10  RX：PB11）:
            - 数据位：8
            - 停止位：1
            - 奇偶校验：无
            - 波特率： 115200

    使用方法：
        1、将78x的GPIO的LedBlink demo和当前CM4的工程程序分别编译后下载到开发板并复位运行;
        2、可观察到PA2间隔1s循环点亮指示CM4正在运行;
		3、通过串口输出运行信息，运行成功，打印出相应算法测试成功，否则，打印出相应算法测试失败。
        
4、注意事项
    无
    
1. Function description
    1、This example shows the basic configuration of GPIO in the condition of CM4.
    2、The demo shows the algorithm calling process of SHA, DES, AES, SM4, and RNG.

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. Serial port configuration:
         - Serial port: USART1 (TX: PB10  RX: PB11) :
         - Data bit: 8
         - Stop bit: 1
         - Parity check: None
         - Baud rate: 115200

     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. PA2 flashes to indicate that the M4 core is running; 
		3. Output running information through serial port,If the operation is successful, print out the corresponding algorithm test. Otherwise, print out the corresponding algorithm test failure.
		
4. Attention
    None

