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        44.19               3.68
2. Running on Flash,   FRO 96MHz       254.07               2.64
3. Running on Flash,   PLL 96MHz       254.07               2.64
4. Running on SRAMX,   FRO 12MHz        46.67               3.88
5. Running on SRAMX,   FRO 96MHz       374.18               3.89
6. Running on SRAMX,   PLL 96MHz       374.18               3.89
---------------------------------------------------------------------------------------------
Here are the power consumption data :
     Conditions                      Total Current     Average Current
1. Running on Flash,   FRO 12MHz        1.14mA            95.00uA/MHz  
2. Running on Flash,   FRO 96MHz        3.07mA            31.98uA/MHz
3. Running on Flash,   PLL 96MHz        3.37mA            35.11uA/MHz
4. Running on SRAMX,   FRO 12MHz        1.06mA            88.34uA/MHz
5. Running on SRAMX,   FRO 96MHz        2.84mA            29.59uA/MHz
6. Running on SRAMX,   PLL 96MHz        3.14mA            32.71uA/MHz

