From e4e17a255d9a3f5fd93e684212a9bbe5dee7e1f0 Mon Sep 17 00:00:00 2001 From: Pierre Wilke <pierre.wilke@centralesupelec.fr> Date: Thu, 11 Mar 2021 09:22:00 +0100 Subject: [PATCH] =?UTF-8?q?R=C3=A9pare=20le=20script=20de=20link=20(config?= =?UTF-8?q?=5Fstrict=5Fdevmem)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runtime/link.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/link.ld b/runtime/link.ld index c431888..6aa203c 100644 --- a/runtime/link.ld +++ b/runtime/link.ld @@ -4,7 +4,7 @@ heap_size = 0x2000; SECTIONS { /* text: test code section */ -. = 0x200; +. = 0x2000000; .text : { *(.text) -- GitLab