diff --git a/examples/stm32/f4/stm32f429i-discovery/stm32f429i-discovery.ld b/examples/stm32/f4/stm32f429i-discovery/stm32f429i-discovery.ld index fe61acb..b2e5ab2 100644 --- a/examples/stm32/f4/stm32f429i-discovery/stm32f429i-discovery.ld +++ b/examples/stm32/f4/stm32f429i-discovery/stm32f429i-discovery.ld @@ -25,7 +25,8 @@ MEMORY { rom (rx) : ORIGIN = 0x08000000, LENGTH = 2048K - ram (rwx) : ORIGIN = 0x20000000, LENGTH = 128K /* (esden) This should be 256 but I get segfault. :( */ + ccm (rwx) : ORIGIN = 0x10000000, LENGTH = 64K + ram (rwx) : ORIGIN = 0x20000000, LENGTH = 192K } /* Include the common ld script. */