1、功能说明
    此例程展示了代码下载到Flash，跳转到外部SDRAM内存中运行代码。

2、使用环境

    软件开发环境：KEIL MDK-ARM V5.34
                  IAR EWARM 8.50.1 
    芯片支持：
        N32H760
        N32H762
        N32H765
        N32H765xxxxEC
        
    开发板支持：
        N32H787XKB7_EVB V1.1   
        N32H787_HMI_V1.1


3、使用说明

    系统配置
        1、时钟源：HSI+PLL
        2、系统时钟频率：
            M7： 400MHz
        3、GPIO：
        N32H787XKB7_EVB V1.1: PJ15-D2
        N32H787_HMI_V1.1: PI8-D4
            
        4、LOG配置：
            TX  -->  PA9 
            波特率：115200
            数据位：8bit
            停止位：1bit
            无校验

    使用方法：
        1、编译后将程序下载到开发板并复位运行。
        2、可观察到D2间隔1s循环点亮。

4、注意事项
    无
    
1. Function description

    This example demonstrates that the code is downloaded to the Flash and then jumps to run in the external SDRAM memory.

2. Development environment

    Software development environment: KEIL MDK-ARM V5.34
                                      IAR EWARM 8.50.1 
    MCU support:
        N32H760
        N32H762
        N32H765
        N32H765xxxxEC
        
     Development board support:
        N32H787XKB7_EVB V1.1
        N32H787_HMI_V1.1


    3. How to use

    System Configuration:
        1. Clock source: HSI+PLL
        2. System Clock frequency: 
            M7 Core:     400MHz
        3.GPIO:
        N32H787XKB7_EVB V1.1: PJ15-D2
        N32H787_HMI_V1.1: PI8-D4
            
        4. LOG configuration:
             TX --> PA9 
             Baud rate: 115200
             Data bit: 8bit
             Stop bit: 1bit
             No verification

     Instructions:
        1. After compiling, download the program and reset, the program start running.
        2. D2 can be observed to light up cyclically at 1s intervals..

4. Attention
    None

