RunCoreMark on STM32F091

Dependencies:   mbed

Fork of ClockControl by Michael Wei

Revision:
2:6a9131b3df01
Parent:
0:b5d3bd64d2dc
--- a/CoreMark/core_portme.h	Thu Sep 03 08:50:31 2015 +0000
+++ b/CoreMark/core_portme.h	Thu Sep 03 09:26:56 2015 +0000
@@ -11,7 +11,7 @@
 #ifndef CORE_PORTME_H
 #define CORE_PORTME_H
 
-#define ITERATIONS 5000
+#define ITERATIONS 2000
 int mainCoreMark(void); //to start coremark from main program
 
 #include <stddef.h> // for size_t
@@ -66,7 +66,7 @@
  #define COMPILER_FLAGS ""/* "Please put compiler flags here (e.g. -o3)" */
 #endif
 #ifndef MEM_LOCATION 
- #define MEM_LOCATION "STACK"
+ #define MEM_LOCATION "FLASH"
 #endif
 
 /* Data Types :