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.
Diff: rtx/RTX_CM_lib.h
- Revision:
- 37:478a48c29e88
- Parent:
- 36:512640f00564
- Child:
- 38:ff95651f53c7
--- a/rtx/RTX_CM_lib.h Tue Jul 08 14:15:17 2014 +0100 +++ b/rtx/RTX_CM_lib.h Thu Jul 10 09:15:08 2014 +0100 @@ -241,6 +241,9 @@ #elif defined(TARGET_STM32F407) || defined(TARGET_F407VG) #define INITIAL_SP (0x20020000UL) +#elif defined(TARGET_STM32F401RE) +#define INITIAL_SP (0x20018000UL) + #elif defined(TARGET_LPC1549) #define INITIAL_SP (0x02009000UL)
