From 28046a874021e89515f229b86b02c4b7c38c6599 Mon Sep 17 00:00:00 2001 From: occheung Date: Mon, 5 Oct 2020 15:19:06 +0800 Subject: [PATCH] memory: shrink flash size for flash memory --- memory.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory.x b/memory.x index c15bee1..129865e 100644 --- a/memory.x +++ b/memory.x @@ -1,7 +1,7 @@ MEMORY { /* FLASH and RAM are mandatory memory regions */ - FLASH : ORIGIN = 0x08000000, LENGTH = 2M + FLASH : ORIGIN = 0x08000000, LENGTH = 1024K RAM : ORIGIN = 0x20000000, LENGTH = 128K /* AXISRAM */