mirror of https://github.com/ARMmbed/mbed-os.git
[STM32F676] correcting memory sizes for gcc_arm
parent
40506d899b
commit
956b733d0f
|
@ -1,8 +1,8 @@
|
|||
/* Linker script to configure memory regions. */
|
||||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1024K
|
||||
RAM (rwx) : ORIGIN = 0x200001F8, LENGTH = 320K - 0x1F8
|
||||
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 2048K
|
||||
RAM (rwx) : ORIGIN = 0x200001F8, LENGTH = 512K - 0x1F8
|
||||
}
|
||||
|
||||
/* Linker script to place sections and symbol values. Should be used together
|
||||
|
|
Loading…
Reference in New Issue