File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
TARGET_M480/device/TOOLCHAIN_IAR
TARGET_NUC472/device/TOOLCHAIN_IAR/TARGET_NU_XRAM_SUPPORTED Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ define symbol __ICFEDIT_intvec_start__ = MBED_APP_START;
9
9
/*-Memory Regions-*/
10
10
define symbol __ICFEDIT_region_ROM_start__ = MBED_APP_START;
11
11
define symbol __ICFEDIT_region_ROM_end__ = MBED_APP_START + MBED_APP_SIZE - 1;
12
- define symbol __region_CRASH_DATA_RAM_start__ = 0x20000000;
13
- define symbol __region_CRASH_DATA_RAM_end__ = 0x200000FF ;
14
- define symbol __ICFEDIT_region_IRAM_start__ = 0x20000100 ;
15
- define symbol __ICFEDIT_region_IRAM_end__ = 0x20028000 - 1;
12
+ define symbol __ICFEDIT_region_IRAM_start__ = 0x20000000;
13
+ define symbol __ICFEDIT_region_IRAM_end__ = 0x20027F00 - 1 ;
14
+ define symbol __region_CRASH_DATA_RAM_start__ = 0x20027F00 ;
15
+ define symbol __region_CRASH_DATA_RAM_end__ = 0x20028000 - 1;
16
16
/*-Sizes-*/
17
17
define symbol __ICFEDIT_size_cstack__ = MBED_BOOT_STACK_SIZE;
18
18
define symbol __ICFEDIT_size_intvec__ = (4 * (16 + 96));
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ define symbol __ICFEDIT_intvec_start__ = MBED_APP_START;
9
9
/*-Memory Regions-*/
10
10
define symbol __ICFEDIT_region_ROM_start__ = MBED_APP_START;
11
11
define symbol __ICFEDIT_region_ROM_end__ = MBED_APP_START + MBED_APP_SIZE - 1;
12
- define symbol __region_CRASH_DATA_RAM_start__ = 0x20000000;
13
- define symbol __region_CRASH_DATA_RAM_end__ = 0x200000FF ;
14
- define symbol __ICFEDIT_region_IRAM_start__ = 0x20000100 ;
15
- define symbol __ICFEDIT_region_IRAM_end__ = 0x20010000 - 1;
12
+ define symbol __ICFEDIT_region_IRAM_start__ = 0x20000000;
13
+ define symbol __ICFEDIT_region_IRAM_end__ = 0x2000FF00 - 1 ;
14
+ define symbol __region_CRASH_DATA_RAM_start__ = 0x2000FF00 ;
15
+ define symbol __region_CRASH_DATA_RAM_end__ = 0x20010000 - 1;
16
16
define symbol __ICFEDIT_region_XRAM_start__ = 0x60000000;
17
17
define symbol __ICFEDIT_region_XRAM_end__ = 0x60100000 - 1;
18
18
/*-Sizes-*/
You can’t perform that action at this time.
0 commit comments