Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.

Fork of mbed-rtos by mbed official

Revision:
28:be2573f85b81
Parent:
27:4ef72665e2c8
Child:
29:9d826f3cfb27
--- a/rtx/RTX_CM_lib.h	Fri Apr 11 17:15:18 2014 +0100
+++ b/rtx/RTX_CM_lib.h	Thu Apr 24 10:45:30 2014 +0100
@@ -214,9 +214,12 @@
 #elif defined(TARGET_LPC812)
 #define INITIAL_SP            (0x10001000UL)
 
-#elif defined(TARGET_KL25Z) || defined(TARGET_K64F)
+#elif defined(TARGET_KL25Z)
 #define INITIAL_SP            (0x20003000UL)
 
+#elif defined(TARGET_K64F)
+#define INITIAL_SP            (0x20030000UL)
+
 #elif defined(TARGET_KL46Z)
 #define INITIAL_SP            (0x20006000UL)