aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/sections.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/sections.lds')
-rw-r--r--firmware/sections.lds5
1 files changed, 3 insertions, 2 deletions
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 {