Overview
========
The Coremark test project provide below test conditions:
1. Coremark running in RAM-X
2. Coremark running in Flash
with different core frequency(12MHz, 96MHz, 100MHz & 150MHz)

Toolchain supported
===================
- MCUXpresso 11.2.1 or latest


Hardware requirements
=====================
- Micro USB cable
- LPC55S16-EVK board
- Personal Computer

Board settings
==============
No special settings are required.

Prepare the Demo
================
1. Connect a micro USB cable between the PC host and the CMSIS DAP USB port (J1) on the board
2. Start a uart teminal and configure is 115200 8n1.
3. Debug and download the program to the target board.
4. Click "Run" in IDE and the test result will be print on terminal after a few seconds
If u need measurement the power consumption, we need do some rework on the EVK as below:
1. You can mearsurment the current through JP22 by a multi-meter.

Running the demo
================
When the demo runs successfully, you will find log information on uart terminal.
Customization options
=====================

Record Data:
Here are the coremark data :
     Conditions                  Total Score       Average Score
1. Running on Flash,  12MHz       34.10           3.668
2. Running on Flash,  96MHz      258.120026           2.688
3. Running on Flash, 100MHz      268.877437           2.688
4. Running on Flash, 150MHz      319.488818           2.129
5. Running on SRAMX,  12MHz       46.468401           3.872
6. Running on SRAMX,  96MHz      372.462599           3.879
7. Running on SRAMX, 100MHz      387.972842           3.879
8. Running on SRAMX, 150MHz      582.034534           3.880

---------------------------------------------------------------------------------------------
Here are the power consumption data :
     Conditions                 Total Current     Average Current
1. Running on Flash,  12MHz        1.09mA            91.00uA/MHz
2. Running on Flash,  96MHz        2.93mA            31.00uA/MHz
3. Running on Flash, 100MHz        3.32mA            33.20uA/MHz
4. Running on Flash, 150MHz        4.60mA            31.00uA/MHz
5. Running on SRAMX,  12MHz        0.94mA            78.50uA/MHz
6. Running on SRAMX,  96MHz        2.71mA            28.30uA/MHz
7. Running on SRAMX, 100MHz        3.06mA            30.60uA/MHz
8. Running on SRAMX, 150MHz        4.70mA            31.50uA/MHz
