From 285fc9b5d6a258c5b8c7493823746cd1f95ebf52 Mon Sep 17 00:00:00 2001 From: linuswck Date: Mon, 15 Jan 2024 17:44:44 +0800 Subject: [PATCH] memory.x: Reserved Flash Sector 11 for Config --- memory.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory.x b/memory.x index 7cd61a7..fca9aad 100644 --- a/memory.x +++ b/memory.x @@ -2,7 +2,7 @@ MEMORY { - FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 1024K + FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 896K RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 112K - 4 /* reserved for DFU trigger message */ DFU_MSG (wrx) : ORIGIN = 0x2001BFFC, LENGTH = 4