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

2、使用环境

    软件开发环境：KEIL MDK-ARM V5.34

    芯片支持：
        N32H730  
        N32H735   
        N32H735EC
        N32H760
        N32H762
        N32H765
        N32H765EC
        N32H785
        N32H785EC
        N32H787

3、使用说明

    系统配置
        1、时钟源：HSI+PLL
        2、系统时钟频率：
            N32H76x系列： 600MHz
        3、LOG：
            USART：TX - PA9，RX - PA10，波特率115200

    使用方法：
        1、编译后将程序下载到开发板并复位运行。
        2、查看串口打印信息，当写入FLASH的数据与读取数据对比均相同时，打印信息为测试结束。
        3、对于H78x系列，本例程需要将M7和M4的工程一起运行才能通过测试；

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

    
1. Function description

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

2. Development environment

    Software development environment: KEIL MDK-ARM V5.34

    MCU support:
        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.LOG:
            USART：TX - PA9，RX - PA10, baud rate 115200

     Instructions:
        1. After compiling, download the program and reset, the program start running.
        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;
        3. For the H78x series, this routine requires both the M7 and M4 projects to run together to pass the test.
4. Attention
    While operating the FLASH (erasing or writing), code execution within the FLASH cannot be carried out. Otherwise, it will freeze.


