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 57d8915 commit a9a79dfCopy full SHA for a9a79df
targets/TARGET_TOSHIBA/TARGET_TMPM46B/device/TOOLCHAIN_IAR/tmpm46bf10fg.icf
@@ -35,7 +35,7 @@ initialize manually { section FLASH_ROM object flash_api.o };
35
do not initialize { section .noinit };
36
37
place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
38
-place at address mem: 0x400 { block FLASH_CODE_ROM };
+place at address mem: MBED_APP_START + 0x400 { block FLASH_CODE_ROM };
39
place at address mem: 0x20070000 { block FLASH_CODE_RAM };
40
place in RAM_region { readwrite,
41
block CSTACK, block HEAP };
0 commit comments