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)

Toolchain supported
===================
- MCUXpresso IDE 11.0.1


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 measurment 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        32.731081           2.727
2. Running on Flash,  48MHz       119.285480           2.485
3. Running on Flash,  96MHz       193.601471           2.016
4. Running on Flash, 150MHz       261.472088           1.743
5. Running on SRAMX,  12MHz        34.052117           2.837
6. Running on SRAMX,  48MHz       136.448917           2.842
7. Running on SRAMX,  96MHz       272.981642           2.843
8. Running on SRAMX, 150MHz       426.590828           2.843

---------------------------------------------------------------------------------------------
Here are the power consumption data :
     Conditions                  Total Current     Average Current
1. Running on Flash,  12MHz         1.19mA            115.84uA/MHz
2. Running on Flash,  48MHz         2.41mA             50.03uA/MHz
3. Running on Flash,  96MHz         3.58mA             37.30uA/MHz
4. Running on Flash, 150MHz         6.57mA             43.80uA/MHz
5. Running on SRAMX,  12MHz         1.33mA            110.84uA/MHz
6. Running on SRAMX,  48MHz         2.40mA             50.00uA/MHz
7. Running on SRAMX,  96MHz         3.64mA             37.92uA/MHz
8. Running on SRAMX, 150MHz         7.19mA             47.94uA/MHz
