[mbed][MTS_DRAGONFLY_F411RE] correct vector table start address for IAR toolchain

pull/1001/head
Mike Fiore 2015-02-16 15:05:31 -06:00
parent 6b1bf31865
commit 2f56029f55
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* [ROM = 512kb = 0x80000] */
define symbol __intvec_start__ = 0x08000000;
define symbol __intvec_start__ = 0x08010000;
define symbol __region_ROM_start__ = 0x08010000;
define symbol __region_ROM_end__ = 0x0807FFFF;