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, 48Mhz, 96Mhz & 150MHz)

Toolchain supported
===================
- KEIL MDK
- Installed ARM Compiler 6.12


Hardware requirements
=====================
- Micro USB cable
- LPCXpresso55s69 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 (P6) 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. Removed R92, then you can mearsurment the current through P13 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        45.022736           3.751
2. Running on Flash,  48MHz       153.544969           3.198
3. Running on Flash,  96MHz       224.026883           2.333
4. Running on Flash, 150MHz       281.234620           1.874
5. Running on SRAMX,  12MHz        48.155059           4.012
6. Running on SRAMX,  48MHz       192.966376           4.020
7. Running on SRAMX,  96MHz       386.063121           4.021
8. Running on SRAMX, 150MHz       603.292252           4.021
---------------------------------------------------------------------------------------------
Here are the power consumption data :
     Conditions                   Total Current     Average Current
1. Running on Flash,   12MHz        1.35mA           112.50uA/MHz  
2. Running on Flash,   48MHz        2.72mA            56.67uA/MHz
3. Running on Flash,   96MHz        3.95mA            41.14uA/MHz
4. Running on Flash,  150MHz        6.30mA            42.00uA/MHz
5. Running on SRAMX,   12MHz        1.34mA           111.67uA/MHz
6. Running on SRAMX,   48MHz        2.68mA            55.84uA/MHz
7. Running on SRAMX,   96MHz        3.89mA            40.53uA/MHz
8. Running on SRAMX,  150MHz        7.24mA            48.27uA/MHz