Improvements in firmware/sections.lds

This commit is contained in:
Clifford Wolf 2015-10-30 15:58:29 +01:00
parent 3cb910cd51
commit 89abd9a957
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ means.
*/ */
MEMORY { MEMORY {
mem : ORIGIN = 0x00000000, LENGTH = 0x00010000 /* the memory in the testbench is 64k in size;
* set LENGTH=48k and leave at least 16k for stack */
mem : ORIGIN = 0x00000000, LENGTH = 0x0000c000
} }
SECTIONS { SECTIONS {