File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
TARGET_NUVOTON/TARGET_M480/device/TOOLCHAIN_IAR
TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/device/TOOLCHAIN_ARM_STD Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ define symbol __ICFEDIT_region_IRAM_end__ = 0x20028000 - 1;
13
13
/*-Sizes-*/
14
14
define symbol __ICFEDIT_size_cstack__ = 0x800;
15
15
define symbol __ICFEDIT_size_crash_data__ = 0x100;
16
- define symbol __ICFEDIT_size_intvec__ = (4 * (16 + 96))
16
+ define symbol __ICFEDIT_size_intvec__ = (4 * (16 + 96));
17
17
define symbol __ICFEDIT_size_heap__ = 0x10000;
18
18
/**** End of ICF editor section. ###ICF###*/
19
19
Original file line number Diff line number Diff line change @@ -53,6 +53,9 @@ LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region
53
53
*(InRoot$$Sections)
54
54
.ANY (+RO)
55
55
}
56
+
57
+ RW_m_crash_data MBED_CRASH_REPORT_RAM_START EMPTY MBED_CRASH_REPORT_RAM_SIZE { ; RW data
58
+ }
56
59
57
60
; Total: 107 vectors = 428 bytes (0x1AC) 8-byte aligned = 0x1B0 (0x1AC + 0x4) to be reserved in RAM
58
61
RW_IRAM1 (MBED_RAM0_START) (MBED_RAM0_SIZE) { ; RW data
You can’t perform that action at this time.
0 commit comments