mirror of https://github.com/ARMmbed/mbed-os.git
Fixed IAR linker script.
parent
ed9995e06c
commit
b15d54f5bf
|
@ -181,7 +181,7 @@ define block RAM_BSS {readwrite section .bss};
|
||||||
define block RAM with fixed order {block RAM_DATA, block RAM_OTHER, block RAM_NOINIT, block RAM_BSS};
|
define block RAM with fixed order {block RAM_DATA, block RAM_OTHER, block RAM_NOINIT, block RAM_BSS};
|
||||||
|
|
||||||
define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { };
|
define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { };
|
||||||
define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
define block HEAP with expanding size, alignment = 8, minimum size = __ICFEDIT_size_heap__ { };
|
||||||
|
|
||||||
define block RO {first section .intvec, readonly};
|
define block RO {first section .intvec, readonly};
|
||||||
|
|
||||||
|
@ -191,8 +191,8 @@ do not initialize { section .noinit, section .intvec_ram };
|
||||||
|
|
||||||
/*-Placement-*/
|
/*-Placement-*/
|
||||||
|
|
||||||
/* Flash */
|
/* Flash - Cortex-M4 application image */
|
||||||
place at start of IROM1_region { block RO };
|
place in IROM1_region { block RO };
|
||||||
".cy_app_signature" : place at address (__ICFEDIT_region_IROM1_end__ - 0x200) { section .cy_app_signature };
|
".cy_app_signature" : place at address (__ICFEDIT_region_IROM1_end__ - 0x200) { section .cy_app_signature };
|
||||||
|
|
||||||
/* Emulated EEPROM Flash area */
|
/* Emulated EEPROM Flash area */
|
||||||
|
|
Loading…
Reference in New Issue