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:
Dot
Date:
Tue Apr 21 04:45:01 2015 +0000
Parent:
516:37c4ad8271d2
Child:
518:a800159d0c82
Commit message:
Fixed comment problem that popped up again (// instead of ; for commenting out STMF401RE version)

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
--- a/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/TOOLCHAIN_ARM_MICRO/startup_stm32f401xe.s	Sun Apr 19 23:51:30 2015 +0000
+++ b/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/TOOLCHAIN_ARM_MICRO/startup_stm32f401xe.s	Tue Apr 21 04:45:01 2015 +0000
@@ -51,7 +51,7 @@
                 EXPORT  __initial_sp
                 
 Stack_Mem       SPACE   Stack_Size
-//__initial_sp    EQU     0x20018000 ; Top of RAM  // for 401RE, 96 kB RAM
+;__initial_sp    EQU     0x20018000 ; Top of RAM  // for 401RE, 96 kB RAM
 __initial_sp    EQU     0x20010000 ; Top of RAM  // for 401RB, 64 kB RAM