We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7985fd commit d046c91Copy full SHA for d046c91
targets/TARGET_TOSHIBA/TARGET_TMPM46B/device/TOOLCHAIN_IAR/tmpm46bf10fg.icf
@@ -33,7 +33,7 @@ initialize manually { section FLASH_ROM object flash_api.o };
33
do not initialize { section .noinit };
34
35
place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
36
-place at address mem: 0x400 { block FLASH_CODE_ROM };
+place at address mem: MBED_APP_START + 0x400 { block FLASH_CODE_ROM };
37
place at address mem: 0x20070000 { block FLASH_CODE_RAM };
38
place in RAM_region { readwrite,
39
block CSTACK, block HEAP };
0 commit comments