We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f36cd7 commit c2bba67Copy full SHA for c2bba67
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F412xG/device/TOOLCHAIN_IAR/stm32f412xx.icf
@@ -10,7 +10,7 @@ define symbol __region_ROM_end__ = MBED_APP_START + MBED_APP_SIZE;
10
define symbol __NVIC_start__ = 0x20000000;
11
define symbol __NVIC_end__ = 0x200001C7; /* Aligned on 8 bytes */
12
define symbol __region_RAM_start__ = 0x200001C8;
13
-define symbol __region_RAM_end__ = 0x2001FFFF;
+define symbol __region_RAM_end__ = 0x2003FFFF;
14
15
/* Memory regions */
16
define memory mem with size = 4G;
0 commit comments