1、功能说明
    这个例程配置并演示直接对FLASH进行读写操作。

2、使用环境

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

3、使用说明

    系统配置
        1、时钟源：HSI+PLL
        2、系统时钟频率：
            M7 Core: 600MHz   M4 Core: 300MHz
        3、LOG： 波特率115200
            N32H787_EVB:          USART：TX - PA12，
            N32H787_HMI:          USART：TX - PH7，
            N32H787_EVB_PRO以及其他 :   USART：TX - PB10，

    使用方法：
        1、将78x的GPIO的LedBlink demo和当前CM4的工程程序分别编译后下载到开发板并复位运行;
        2、查看串口打印信息，当写入FLASH的数据与读取数据对比均相同时，打印信息为测试结束。

4、注意事项
     操作FLASH(擦除或者写)的同时，不能进行在FLASH中执行代码，否则会卡死；

    
1. Function description

    This routine configures and demonstrates direct read and write operations to FLASH.

2. Use environment

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

3. Instructions for use

    System Configuration:
        1. Clock source: HSI+PLL
        2. System Clock frequency: 
            M7 Core: 600MHz   M4 Core: 300MHz
        3.LOG:
            N32H787_EVB:          USART：TX - PA12，
            N32H787_HMI:          USART：TX - PH7，
            N32H787_EVB_PRO and others :   USART：TX - PB10，

     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. Check the printing information of the serial port. When the data written to FLASH is the same as the data read, the printing information is the end of the test;

4. Attention
    While operating the FLASH (erasing or writing), code execution within the FLASH cannot be carried out. Otherwise, it will freeze.


