Skip to content

Commit 872634d

Browse files
authored
Merge pull request #6311 from hosse005/master
mts_mdot_f411re: Fix for Multi-Tech mDot IAR linker script
2 parents eff0cc2 + 94616e6 commit 872634d

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F411RE/device/TOOLCHAIN_IAR

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F411RE/device/TOOLCHAIN_IAR/stm32f411xe.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* [ROM = 512kb = 0x80000] */
2-
define symbol __intvec_start__ = 0x08000000;
2+
define symbol __intvec_start__ = 0x08010000;
33
define symbol __region_ROM_start__ = 0x08010000;
44
define symbol __region_ROM_end__ = 0x0807FFFF;
55

0 commit comments

Comments
 (0)