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

Dependents:   rtos_basic_stm32_F401

Fork of mbed-rtos by mbed official

Revision:
28:9d7d65b8d343
Parent:
27:4ef72665e2c8
--- a/rtx/RTX_CM_lib.h	Fri Apr 11 17:15:18 2014 +0100
+++ b/rtx/RTX_CM_lib.h	Sat Apr 19 13:36:32 2014 +0000
@@ -235,6 +235,10 @@
 #elif defined(TARGET_STM32F407) || defined(TARGET_F407VG)
 #define INITIAL_SP            (0x20020000UL)
 
+#elif defined(TARGET_STM32F401RE)
+#define INITIAL_SP            (0x20018000UL)
+
+
 #else
 #error "no target defined"