Modified memory sizes in linker script

pull/1412/head
Rafal Fabich 2015-10-27 13:58:08 +01:00 committed by Wojciech Gorniak
parent 63574f4c48
commit dc6fd00d63
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 = 512K
RAM (rwx) : ORIGIN = 0x20000198, LENGTH = 128k - 0x198
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 128K
RAM (rwx) : ORIGIN = 0x20000198, LENGTH = 32k - 0x198
}
/* Linker script to place sections and symbol values. Should be used together