mirror of https://github.com/ARMmbed/mbed-os.git
Fix linker script errors
parent
a07a373c9f
commit
f1926c0ea9
|
|
@ -13,7 +13,7 @@ define symbol __ICFEDIT_region_IRAM_end__ = 0x20028000 - 1;
|
|||
/*-Sizes-*/
|
||||
define symbol __ICFEDIT_size_cstack__ = 0x800;
|
||||
define symbol __ICFEDIT_size_crash_data__ = 0x100;
|
||||
define symbol __ICFEDIT_size_intvec__ = (4 * (16 + 96))
|
||||
define symbol __ICFEDIT_size_intvec__ = (4 * (16 + 96));
|
||||
define symbol __ICFEDIT_size_heap__ = 0x10000;
|
||||
/**** End of ICF editor section. ###ICF###*/
|
||||
|
||||
|
|
|
|||
|
|
@ -53,6 +53,9 @@ LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region
|
|||
*(InRoot$$Sections)
|
||||
.ANY (+RO)
|
||||
}
|
||||
|
||||
RW_m_crash_data MBED_CRASH_REPORT_RAM_START EMPTY MBED_CRASH_REPORT_RAM_SIZE { ; RW data
|
||||
}
|
||||
|
||||
; Total: 107 vectors = 428 bytes (0x1AC) 8-byte aligned = 0x1B0 (0x1AC + 0x4) to be reserved in RAM
|
||||
RW_IRAM1 (MBED_RAM0_START) (MBED_RAM0_SIZE) { ; RW data
|
||||
|
|
|
|||
Loading…
Reference in New Issue