From 72b7cc851a3ad459ee0211f4e96e8c104678b041 Mon Sep 17 00:00:00 2001 From: Piotr Lewandowski Date: Sun, 16 Jul 2023 00:55:05 +0200 Subject: [PATCH] ld --- src/messenger/memory.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messenger/memory.ld b/src/messenger/memory.ld index d63e2a4..0cb33e2 100644 --- a/src/messenger/memory.ld +++ b/src/messenger/memory.ld @@ -4,7 +4,7 @@ EXTERN(VectorTable) MEMORY { RAM (rwx) : ORIGIN = 0x2000138C, LENGTH = 300 - FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 60K + FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 61K } _estack = 0x20001388;