aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob McWhirter <[email protected]>2021-07-21 16:53:19 -0400
committerBob McWhirter <[email protected]>2021-07-23 13:22:39 -0400
commit67283c0cbd595929cc82ce1de7bf6434077227a4 (patch)
treeca7e3dea3a7b3b527d7f1cca237a97c66c8a6014
parentf1a3e0e05d5943437be006943326e1c350482239 (diff)
Reset back the memory.x also.
-rw-r--r--examples/stm32f4/memory.x4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32f4/memory.x b/examples/stm32f4/memory.x
index bcd2bbcd4..f21e32572 100644
--- a/examples/stm32f4/memory.x
+++ b/examples/stm32f4/memory.x
@@ -2,6 +2,6 @@ MEMORY
2{ 2{
3 /* NOTE 1 K = 1 KiBi = 1024 bytes */ 3 /* NOTE 1 K = 1 KiBi = 1024 bytes */
4 /* These values correspond to the STM32F429ZI */ 4 /* These values correspond to the STM32F429ZI */
5 FLASH : ORIGIN = 0x08000000, LENGTH = 512K 5 FLASH : ORIGIN = 0x08000000, LENGTH = 2048K
6 RAM : ORIGIN = 0x20000000, LENGTH = 96K 6 RAM : ORIGIN = 0x20000000, LENGTH = 192K
7} 7}