Skip to content

Commit d046c91

Browse files
Ganesh Ramachandranadbridge
authored andcommitted
Added MBED_APP_START to linker script
1 parent e7985fd commit d046c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_TOSHIBA/TARGET_TMPM46B/device/TOOLCHAIN_IAR/tmpm46bf10fg.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ initialize manually { section FLASH_ROM object flash_api.o };
3333
do not initialize { section .noinit };
3434

3535
place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
36-
place at address mem: 0x400 { block FLASH_CODE_ROM };
36+
place at address mem: MBED_APP_START + 0x400 { block FLASH_CODE_ROM };
3737
place at address mem: 0x20070000 { block FLASH_CODE_RAM };
3838
place in RAM_region { readwrite,
3939
block CSTACK, block HEAP };

0 commit comments

Comments
 (0)