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 }