mirror of https://github.com/ARMmbed/mbed-os.git
Fix Bug : IAR heap memory problem
parent
8b5485664d
commit
3f4d30de56
|
@ -8,9 +8,9 @@ define symbol __ICFEDIT_region_ROM_start__ = 0x00000000;
|
||||||
define symbol __ICFEDIT_region_ROM_end__ = 0x00020000;
|
define symbol __ICFEDIT_region_ROM_end__ = 0x00020000;
|
||||||
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
|
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
|
||||||
define symbol __ICFEDIT_region_RAM_end__ = 0x20004000;
|
define symbol __ICFEDIT_region_RAM_end__ = 0x20004000;
|
||||||
/*-Sizes-*/
|
/*-Heap 1/4 of ram and stack 1/8-*/
|
||||||
define symbol __ICFEDIT_size_cstack__ = 0x00000400;
|
define symbol __ICFEDIT_size_cstack__ = 0x00000800;
|
||||||
define symbol __ICFEDIT_size_heap__ = 0x00000400;
|
define symbol __ICFEDIT_size_heap__ = 0x00001000;
|
||||||
/**** End of ICF editor section. ###ICF###*/
|
/**** End of ICF editor section. ###ICF###*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,9 @@ define symbol __ICFEDIT_region_ROM_start__ = 0x00000000;
|
||||||
define symbol __ICFEDIT_region_ROM_end__ = 0x00020000;
|
define symbol __ICFEDIT_region_ROM_end__ = 0x00020000;
|
||||||
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
|
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
|
||||||
define symbol __ICFEDIT_region_RAM_end__ = 0x20004000;
|
define symbol __ICFEDIT_region_RAM_end__ = 0x20004000;
|
||||||
/*-Sizes-*/
|
/*-Heap 1/4 of ram and stack 1/8-*/
|
||||||
define symbol __ICFEDIT_size_cstack__ = 0x00000400;
|
define symbol __ICFEDIT_size_cstack__ = 0x00000800;
|
||||||
define symbol __ICFEDIT_size_heap__ = 0x00000400;
|
define symbol __ICFEDIT_size_heap__ = 0x00001000;
|
||||||
/**** End of ICF editor section. ###ICF###*/
|
/**** End of ICF editor section. ###ICF###*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,9 @@ define symbol __ICFEDIT_region_ROM_start__ = 0x00000000;
|
||||||
define symbol __ICFEDIT_region_ROM_end__ = 0x00020000;
|
define symbol __ICFEDIT_region_ROM_end__ = 0x00020000;
|
||||||
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
|
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
|
||||||
define symbol __ICFEDIT_region_RAM_end__ = 0x20004000;
|
define symbol __ICFEDIT_region_RAM_end__ = 0x20004000;
|
||||||
/*-Sizes-*/
|
/*-Heap 1/4 of ram and stack 1/8-*/
|
||||||
define symbol __ICFEDIT_size_cstack__ = 0x00000400;
|
define symbol __ICFEDIT_size_cstack__ = 0x00000800;
|
||||||
define symbol __ICFEDIT_size_heap__ = 0x00000400;
|
define symbol __ICFEDIT_size_heap__ = 0x00001000;
|
||||||
/**** End of ICF editor section. ###ICF###*/
|
/**** End of ICF editor section. ###ICF###*/
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue