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

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


Hardware requirements
=====================
- Micro USB cable
- LPC55S06-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. Left JP20, JP21, JP22 as open, connected JP20/JP21/JP22's pin 2 together, then you can mearsurment the current 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,   FRO 12MHz        34.10               2.84
2. Running on Flash,   FRO 96MHz       216.88               2.25
3. Running on Flash,   PLL 96MHz       216.88               2.25
4. Running on SRAMX,   FRO 12MHz        35.53               2.96
5. Running on SRAMX,   FRO 96MHz       284.85               2.96
6. Running on SRAMX,   PLL 96MHz       284.85               2.96
---------------------------------------------------------------------------------------------
Here are the power consumption data :
     Conditions                      Total Current     Average Current
1. Running on Flash,   FRO 12MHz        1.16mA            96.67uA/MHz  
2. Running on Flash,   FRO 96MHz        3.22mA            33.55uA/MHz
3. Running on Flash,   PLL 96MHz        3.52mA            36.67uA/MHz
4. Running on SRAMX,   FRO 12MHz        1.09mA            90.84uA/MHz
5. Running on SRAMX,   FRO 96MHz        2.98mA            29.59uA/MHz
6. Running on SRAMX,   PLL 96MHz        3.24mA            32.71uA/MHz

