Changed startup_STM32F401xe.s & stm32f401xe.sct files to allow the use of the STM32F401RB

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
Ghostatlo
Date:
Thu Apr 23 01:18:32 2015 +0000
Parent:
517:da6532074d52
Commit message:
Updated comments for changed files

Changed in this revision

targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/TOOLCHAIN_ARM_MICRO/startup_stm32f401xe.s Show annotated file Show diff for this revision Revisions of this file
diff -r da6532074d52 -r a800159d0c82 targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/TOOLCHAIN_ARM_MICRO/startup_stm32f401xe.s
--- a/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/TOOLCHAIN_ARM_MICRO/startup_stm32f401xe.s	Tue Apr 21 04:45:01 2015 +0000
+++ b/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/TOOLCHAIN_ARM_MICRO/startup_stm32f401xe.s	Thu Apr 23 01:18:32 2015 +0000
@@ -51,8 +51,8 @@
                 EXPORT  __initial_sp
                 
 Stack_Mem       SPACE   Stack_Size
-;__initial_sp    EQU     0x20018000 ; Top of RAM  // for 401RE, 96 kB RAM
-__initial_sp    EQU     0x20010000 ; Top of RAM  // for 401RB, 64 kB RAM
+;__initial_sp    EQU     0x20018000 ; Top of RAM  // for the 401RE, 96 kB RAM
+__initial_sp    EQU     0x20010000 ; Top of RAM  // for the 401RB, 64 kB RAM
 
 
 ; <h> Heap Configuration