mirror of https://github.com/ARMmbed/mbed-os.git
Increase HEAP size for UBLOX_EVK_ODIN_W2 and NUCLEO_F429ZI
parent
ee3e503c77
commit
8a0d18403a
|
@ -15,9 +15,9 @@ define symbol __ICFEDIT_region_RAM_end__ = 0x2002FFFF;
|
||||||
define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000;
|
define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000;
|
||||||
define symbol __ICFEDIT_region_CCMRAM_end__ = 0x1000FFFF;
|
define symbol __ICFEDIT_region_CCMRAM_end__ = 0x1000FFFF;
|
||||||
/*-Sizes-*/
|
/*-Sizes-*/
|
||||||
/*Heap 1/4 of ram and stack 1/8*/
|
/*Heap 1/2 of ram and stack 1/8*/
|
||||||
define symbol __ICFEDIT_size_cstack__ = 0x6000;
|
define symbol __ICFEDIT_size_cstack__ = 0x6000;
|
||||||
define symbol __ICFEDIT_size_heap__ = 0xC000;
|
define symbol __ICFEDIT_size_heap__ = 0x18000;
|
||||||
/**** End of ICF editor section. ###ICF###*/
|
/**** End of ICF editor section. ###ICF###*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -36,4 +36,4 @@ place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
|
||||||
|
|
||||||
place in ROM_region { readonly };
|
place in ROM_region { readonly };
|
||||||
place in RAM_region { readwrite,
|
place in RAM_region { readwrite,
|
||||||
block CSTACK, block HEAP };
|
block CSTACK, block HEAP };
|
||||||
|
|
|
@ -15,9 +15,9 @@ define symbol __ICFEDIT_region_RAM_end__ = 0x2002FFFF;
|
||||||
define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000;
|
define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000;
|
||||||
define symbol __ICFEDIT_region_CCMRAM_end__ = 0x1000FFFF;
|
define symbol __ICFEDIT_region_CCMRAM_end__ = 0x1000FFFF;
|
||||||
/*-Sizes-*/
|
/*-Sizes-*/
|
||||||
/*Heap 1/4 of ram and stack 1/8*/
|
/*Heap 1/2 of ram and stack 1/8*/
|
||||||
define symbol __ICFEDIT_size_cstack__ = 0x6000;
|
define symbol __ICFEDIT_size_cstack__ = 0x6000;
|
||||||
define symbol __ICFEDIT_size_heap__ = 0xC000;
|
define symbol __ICFEDIT_size_heap__ = 0x18000;
|
||||||
/**** End of ICF editor section. ###ICF###*/
|
/**** End of ICF editor section. ###ICF###*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -36,4 +36,4 @@ place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
|
||||||
|
|
||||||
place in ROM_region { readonly };
|
place in ROM_region { readonly };
|
||||||
place in RAM_region { readwrite,
|
place in RAM_region { readwrite,
|
||||||
block CSTACK, block HEAP };
|
block CSTACK, block HEAP };
|
||||||
|
|
Loading…
Reference in New Issue