mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #543 from dbestm/master
CMSIS: NUCLEO_F401RE - ARM GCC ld RAM size correctionpull/542/merge
commit
dde65d84a0
|
@ -5,7 +5,7 @@ MEMORY
|
|||
{
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue