File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
TARGET_M451/device/TOOLCHAIN_IAR
TARGET_NUC472/device/TOOLCHAIN_IAR
TARGET_NU_XRAM_UNSUPPORTED Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ define symbol __ICFEDIT_intvec_start__ = MBED_APP_START;
9
9
define symbol __ICFEDIT_region_ROM_start__ = MBED_APP_START;
10
10
define symbol __ICFEDIT_region_ROM_end__ = MBED_APP_START + MBED_APP_SIZE - 1;
11
11
define symbol __ICFEDIT_region_IRAM_start__ = 0x20000000;
12
- define symbol __ICFEDIT_region_IRAM_end__ = 0x20008000;
12
+ define symbol __ICFEDIT_region_IRAM_end__ = 0x20008000 - 1 ;
13
13
/*-Sizes-*/
14
14
define symbol __ICFEDIT_size_cstack__ = 0x800;
15
15
define symbol __ICFEDIT_size_heap__ = 0x4000;
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ define symbol __ICFEDIT_intvec_start__ = MBED_APP_START;
9
9
define symbol __ICFEDIT_region_ROM_start__ = MBED_APP_START;
10
10
define symbol __ICFEDIT_region_ROM_end__ = MBED_APP_START + MBED_APP_SIZE - 1;
11
11
define symbol __ICFEDIT_region_IRAM_start__ = 0x20000000;
12
- define symbol __ICFEDIT_region_IRAM_end__ = 0x20010000;
12
+ define symbol __ICFEDIT_region_IRAM_end__ = 0x20010000 - 1 ;
13
13
define symbol __ICFEDIT_region_XRAM_start__ = 0x60000000;
14
- define symbol __ICFEDIT_region_XRAM_end__ = 0x60100000;
14
+ define symbol __ICFEDIT_region_XRAM_end__ = 0x60100000 - 1 ;
15
15
/*-Sizes-*/
16
16
define symbol __ICFEDIT_size_cstack__ = 0x800;
17
17
define symbol __ICFEDIT_size_heap__ = 0xC0000;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ define symbol __ICFEDIT_intvec_start__ = MBED_APP_START;
9
9
define symbol __ICFEDIT_region_ROM_start__ = MBED_APP_START;
10
10
define symbol __ICFEDIT_region_ROM_end__ = MBED_APP_START + MBED_APP_SIZE - 1;
11
11
define symbol __ICFEDIT_region_IRAM_start__ = 0x20000000;
12
- define symbol __ICFEDIT_region_IRAM_end__ = 0x20010000;
12
+ define symbol __ICFEDIT_region_IRAM_end__ = 0x20010000 - 1 ;
13
13
/*-Sizes-*/
14
14
define symbol __ICFEDIT_size_cstack__ = 0x800;
15
15
define symbol __ICFEDIT_size_heap__ = 0x8000;
You can’t perform that action at this time.
0 commit comments