From 392ee1dd91fc637b48b6fc778fc838ec11633ec7 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 12 Sep 2019 10:48:14 +0200 Subject: Improve test firmware, increase testbench memory size to 128kB Signed-off-by: Clifford Wolf --- firmware/sections.lds | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'firmware/sections.lds') diff --git a/firmware/sections.lds b/firmware/sections.lds index e1eb79f..645ce43 100644 --- a/firmware/sections.lds +++ b/firmware/sections.lds @@ -8,9 +8,10 @@ means. */ MEMORY { - /* the memory in the testbench is 64k in size; - * set LENGTH=48k and leave at least 16k for stack */ + /* the memory in the testbench is 128k in size; + * set LENGTH=96k and leave at least 32k for stack */ mem : ORIGIN = 0x00000000, LENGTH = 0x0000c000 + mem : ORIGIN = 0x00000000, LENGTH = 0x00018000 } SECTIONS { -- cgit