1、功能说明
    此例程展示了Coremarkc测试的方法。

2、使用环境

    软件开发环境：KEIL MDK-ARM V5.34
                  IAR EWARM 8.50.1 
    芯片支持：
        N32H730  
        N32H735   
        N32H735EC
        N32H760
        N32H762
        N32H765
        N32H765EC
        N32H785
        N32H785EC
        N32H787
        
3、使用说明

    系统配置
        1、时钟源：HSI+PLL
        2、系统时钟频率：
            600MHz
        3、GPIO：
            PA3-D3

    使用方法：
        1、编译后将程序下载到开发板并复位运行。先下载SecBoot文件夹下的SecBoot程序，再下载CoremarTest文件夹下的Coremark程序
        2、通过PA9 PA10串口连接到电脑串口工具，通过打印信息了解coremark跑分情况
        3、跑分通过后，可观察到D3间隔500ms循环点亮。

4、注意事项
    无
    
1. Function description

    This example shows how to run Coremark testing.

2. Use environment

    Software development environment: KEIL MDK-ARM V5.42
                                      IAR EWARM 8.50.1 
    Supported chips:
        N32H730  
        N32H735   
        N32H735EC
        N32H760
        N32H762
        N32H765
        N32H765EC
        N32H785
        N32H785EC
        N32H787

3. Instructions for use

    System Configuration:
        1. Clock source: HSI+PLL
        2. System Clock frequency: 
            600MHz
        3.GPIO:
            PA3-D3

     Instructions:
        1. After compiling, download the program and reset, the program start running.
           First, download the program in SecBoot folder. Then, download the program in CoremarTest folder
        2. Connecting the evb board to PC through PA9/PA10 uart, use a serial port tool printing the information to check the score of coremark testing
        3. After finishing coremark testing, D3 can be observed to light up cyclically at 500ms intervals.

4. Attention
    None

