mbed library sources

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu Oct 09 10:15:07 2014 +0100
Parent:
340:28d1f895c6fe
Child:
342:7d88f174d8f3
Commit message:
Synchronized with git revision dde65d84a0fcf0887d216c9841bbc1b262ef7a13

Full URL: https://github.com/mbedmicro/mbed/commit/dde65d84a0fcf0887d216c9841bbc1b262ef7a13/

CMSIS: NUCLEO_F401RE - ARM GCC ld RAM size correction

Changed in this revision

targets/cmsis/TARGET_STM/TARGET_NUCLEO_F401RE/TOOLCHAIN_GCC_ARM/NUCLEO_F401RE.ld Show annotated file Show diff for this revision Revisions of this file
--- a/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F401RE/TOOLCHAIN_GCC_ARM/NUCLEO_F401RE.ld	Thu Oct 09 08:15:07 2014 +0100
+++ b/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F401RE/TOOLCHAIN_GCC_ARM/NUCLEO_F401RE.ld	Thu Oct 09 10:15:07 2014 +0100
@@ -5,7 +5,7 @@
 { 
   FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 512K
 /*  CCM (rwx) : ORIGIN = 0x10000000, LENGTH = 64K */
-  RAM (rwx) : ORIGIN = 0x20000194, LENGTH = 0x17E6C
+  RAM (rwx) : ORIGIN = 0x20000194, LENGTH = 96k - 0x194
 }
 
 /* Linker script to place sections and symbol values. Should be used together