From 67283c0cbd595929cc82ce1de7bf6434077227a4 Mon Sep 17 00:00:00 2001 From: Bob McWhirter Date: Wed, 21 Jul 2021 16:53:19 -0400 Subject: [PATCH] Reset back the memory.x also. --- examples/stm32f4/memory.x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/stm32f4/memory.x b/examples/stm32f4/memory.x index bcd2bbcd..f21e3257 100644 --- a/examples/stm32f4/memory.x +++ b/examples/stm32f4/memory.x @@ -2,6 +2,6 @@ MEMORY { /* NOTE 1 K = 1 KiBi = 1024 bytes */ /* These values correspond to the STM32F429ZI */ - FLASH : ORIGIN = 0x08000000, LENGTH = 512K - RAM : ORIGIN = 0x20000000, LENGTH = 96K + FLASH : ORIGIN = 0x08000000, LENGTH = 2048K + RAM : ORIGIN = 0x20000000, LENGTH = 192K }