From 906d8dc366991f565ed30f78972b87475206e18c Mon Sep 17 00:00:00 2001 From: bcostm Date: Mon, 15 May 2017 13:44:32 +0200 Subject: [PATCH] DISCO_F413ZH: Fix wrong NVIC RAM end address in IAR icf file --- .../TARGET_STM32F413xH/device/TOOLCHAIN_IAR/stm32f413xx.icf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */