diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/device/TOOLCHAIN_IAR/stm32f413xx.icf b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/device/TOOLCHAIN_IAR/stm32f413xx.icf index e366a32c0d..c6fb6bd71a 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/device/TOOLCHAIN_IAR/stm32f413xx.icf +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/device/TOOLCHAIN_IAR/stm32f413xx.icf @@ -5,8 +5,8 @@ define symbol __region_ROM_end__ = 0x0817FFFF; /* [RAM = 320kb = 0x50000] Vector table dynamic copy: 118 vectors = 472 bytes (0x1D8) to be reserved in RAM */ define symbol __NVIC_start__ = 0x20000000; -define symbol __NVIC_end__ = 0x200001DB; /* Aligned on 8 bytes */ -define symbol __region_RAM_start__ = 0x200001DC; +define symbol __NVIC_end__ = 0x200001D7; +define symbol __region_RAM_start__ = 0x200001D8; /* Aligned on 8 bytes */ define symbol __region_RAM_end__ = 0x2004FFFF; /* Memory regions */