Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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"