We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bac6e commit 7189e68Copy full SHA for 7189e68
targets/TARGET_NXP/TARGET_LPC176X/device/TOOLCHAIN_IAR/LPC17xx.icf
@@ -12,10 +12,9 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x100000C8;
12
define symbol __ICFEDIT_region_RAM_end__ = 0x10007FDF;
13
14
/*-Sizes-*/
15
-/* Heap 7K, Vector table stack about 4K (this is actual stack size in mbed-os 2) */
+/*Heap 1/4 of ram and stack 1/8*/
16
define symbol __ICFEDIT_size_cstack__ = 0x1000;
17
-define symbol __ICFEDIT_size_heap__ = 0x1C00;
18
-
+define symbol __ICFEDIT_size_heap__ = 0x2000;
19
/**** End of ICF editor section. ###ICF###*/
20
21
define symbol __CRP_start__ = 0x000002FC;
0 commit comments