From 70dc68d504d0e5d016c888eb07a6da88e1605a87 Mon Sep 17 00:00:00 2001 From: marqs Date: Sat, 12 Oct 2019 22:59:04 +0300 Subject: [PATCH] fix dataram size setting --- software/sys_controller/link.common.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/sys_controller/link.common.ld b/software/sys_controller/link.common.ld index d302ada..ddfd5f2 100644 --- a/software/sys_controller/link.common.ld +++ b/software/sys_controller/link.common.ld @@ -3,7 +3,7 @@ __DYNAMIC = 0; MEMORY { - dataram : ORIGIN = 0x00010000, LENGTH = 0x9000 + dataram : ORIGIN = 0x00010000, LENGTH = 0xa000 } /* Stack information variables */