[STM32F676] correcting memory sizes for gcc_arm

pull/1909/head
ohagendorf 2016-06-12 21:36:08 +02:00 committed by Olaf Hagendorf
parent 40506d899b
commit 956b733d0f
1 changed files with 2 additions and 2 deletions

View File

@ -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