Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.
Dependencies: EthernetInterface
Fork of mbed-rtos by
Diff: rtx/RTX_CM_lib.h
- Revision:
- 46:a3452b867ec3
- Parent:
- 45:1be1070d822f
- Child:
- 47:65a1b2fc9a51
--- a/rtx/RTX_CM_lib.h Wed Oct 29 14:00:09 2014 +0000 +++ b/rtx/RTX_CM_lib.h Fri Oct 31 14:15:09 2014 +0000 @@ -271,6 +271,9 @@ #elif defined(TARGET_STM32F302R8) #define INITIAL_SP (0x20004000UL) +#elif defined(TARGET_STM32F334R8) +#define INITIAL_SP (0x20003000UL) + #else #error "no target defined"