Leave enough space at the start of the RAM block for the dynamic

vectors.
pull/8/head
Joe Turner 2013-05-16 11:01:38 +01:00
parent bec4ecab29
commit 9329d73d87
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ MEMORY
{
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1024K
CCM (rwx) : ORIGIN = 0x10000000, LENGTH = 64K
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 128K
RAM (rwx) : ORIGIN = 0x20000188, LENGTH = 0x1FE78
}
/* Linker script to place sections and symbol values. Should be used together