From 89abd9a95703ddb017115ed3b5dd233890abc6ee Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 30 Oct 2015 15:58:29 +0100 Subject: Improvements in firmware/sections.lds --- firmware/sections.lds | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/sections.lds b/firmware/sections.lds index 3c56e9d..948814b 100644 --- a/firmware/sections.lds +++ b/firmware/sections.lds @@ -8,7 +8,9 @@ means. */ 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 { -- cgit