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
===================
- IAR EWARM 8.40.2 or latest


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       43.873119           3.656
2. Running on Flash,  48MHz      159.071025           3.313
3. Running on Flash,  96MHz      233.822412           2.435
4. Running on Flash, 150MHz      330.305533           2.202
5. Running on SRAMX,  12MHz       46.557644           3.879
6. Running on SRAMX,  48MHz      186.558463           3.888
7. Running on SRAMX,  96MHz      373.238780           3.887
8. Running on SRAMX, 150MHz      582.580833           3.883

---------------------------------------------------------------------------------------------
Here are the power consumption data :
     Conditions                 Total Current     Average Current
1. Running on Flash,  12MHz        1.29mA           107.50uA/MHz
2. Running on Flash,  48MHz        3.32mA            69.17uA/MHz
3. Running on Flash,  96MHz        4.28mA            44.59uA/MHz
4. Running on Flash, 150MHz        9.90mA            66.00uA/MHz
5. Running on SRAMX,  12MHz        1.48mA           123.34uA/MHz
6. Running on SRAMX,  48MHz        2.63mA            54.80uA/MHz
7. Running on SRAMX,  96MHz        3.96mA            41.25uA/MHz
8. Running on SRAMX, 150MHz       11.07mA            73.80uA/MHz