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
===================
- KEIL MDK
- Installed ARM Compiler 6.12


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        45.53               3.79
2. Running on Flash,   FRO 96MHz       242.90               2.53
3. Running on Flash,   PLL 96MHz       242.90               2.53
4. Running on SRAMX,   FRO 12MHz        48.71               4.05
5. Running on SRAMX,   FRO 96MHz       390.52               4.02
6. Running on SRAMX,   PLL 96MHz       390.52               4.02
---------------------------------------------------------------------------------------------
Here are the power consumption data :
     Conditions                      Total Current     Average Current
1. Running on Flash,   FRO 12MHz        1.18mA            98.34uA/MHz  
2. Running on Flash,   FRO 96MHz        3.35mA            34.90uA/MHz
3. Running on Flash,   PLL 96MHz        3.58mA            37.30uA/MHz
4. Running on SRAMX,   FRO 12MHz        1.01mA            84.20uA/MHz
5. Running on SRAMX,   FRO 96MHz        3.07mA            32.00uA/MHz
6. Running on SRAMX,   PLL 96MHz        3.34mA            34.80uA/MHz

