Skip to content

Commit a9a79df

Browse files
Ganesh RamachandranGanesh Ramachandran
Ganesh Ramachandran
authored and
Ganesh Ramachandran
committed
Added MBED_APP_START to linker script
1 parent 57d8915 commit a9a79df

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
@@ -35,7 +35,7 @@ initialize manually { section FLASH_ROM object flash_api.o };
3535
do not initialize { section .noinit };
3636

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

0 commit comments

Comments
 (0)