Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.
Fork of mbed-rtos by
Diff: rtx/RTX_CM_lib.h
- Revision:
- 23:c2779d329e1c
- Parent:
- 22:da8c5ccc2f9c
- Child:
- 24:4e0e79c9b976
diff -r da8c5ccc2f9c -r c2779d329e1c rtx/RTX_CM_lib.h --- a/rtx/RTX_CM_lib.h Fri Mar 21 11:45:21 2014 +0000 +++ b/rtx/RTX_CM_lib.h Fri Mar 21 14:00:19 2014 +0000 @@ -229,6 +229,9 @@ #elif defined(TARGET_STM32F100RB) || defined(TARGET_STM32F051R8) #define INITIAL_SP (0x20002000UL) +#elif defined(TARGET_STM32F407) +#define INITIAL_SP (0x20020000UL) + #else #error "no target defined"