Skip to content

Commit 0f00e12

Browse files
andreas.larssonadbridge
andreas.larsson
authored andcommitted
Fixed wrong RAM start and added NVIC start.
1 parent 47736db commit 0f00e12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hal/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_C029/TOOLCHAIN_IAR/stm32f439xx_flash.icf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ define symbol __ICFEDIT_intvec_start__ = 0x08000000;
66
/*-Memory Regions-*/
77
define symbol __ICFEDIT_region_ROM_start__ = 0x08000000;
88
define symbol __ICFEDIT_region_ROM_end__ = 0x081FFFFF;
9-
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
9+
define symbol __ICFEDIT_region_NVIC_start__ = 0x20000000;
10+
define symbol __ICFEDIT_region_NVIC_end__ = 0x200001AF;
11+
define symbol __ICFEDIT_region_RAM_start__ = 0x200001B0;
1012
define symbol __ICFEDIT_region_RAM_end__ = 0x2002FFFF;
1113
define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000;
1214
define symbol __ICFEDIT_region_CCMRAM_end__ = 0x1000FFFF;

0 commit comments

Comments
 (0)