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 e8ceb3b commit b62005eCopy full SHA for b62005e
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/device/TOOLCHAIN_IAR/stm32f413xx.icf
@@ -5,8 +5,8 @@ define symbol __region_ROM_end__ = 0x0817FFFF;
5
6
/* [RAM = 320kb = 0x50000] Vector table dynamic copy: 118 vectors = 472 bytes (0x1D8) to be reserved in RAM */
7
define symbol __NVIC_start__ = 0x20000000;
8
-define symbol __NVIC_end__ = 0x200001DB; /* Aligned on 8 bytes */
9
-define symbol __region_RAM_start__ = 0x200001DC;
+define symbol __NVIC_end__ = 0x200001D7;
+define symbol __region_RAM_start__ = 0x200001D8; /* Aligned on 8 bytes */
10
define symbol __region_RAM_end__ = 0x2004FFFF;
11
12
/* Memory regions */
0 commit comments