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 a1e1eff commit d494bfeCopy full SHA for d494bfe
targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_MCU_K64F/device/TOOLCHAIN_GCC_ARM/MK64FN1M0xxx12.ld
@@ -53,8 +53,8 @@ ENTRY(Reset_Handler)
53
__ram_vector_table__ = 1;
54
55
/* Heap 1/4 of ram and stack 1/8 */
56
-__stack_size__ = 0x8000;
57
-__heap_size__ = 0x10000;
+__stack_size__ = 0x7000;
+__heap_size__ = 0x09000;
58
59
HEAP_SIZE = DEFINED(__heap_size__) ? __heap_size__ : 0x0400;
60
STACK_SIZE = DEFINED(__stack_size__) ? __stack_size__ : 0x0400;
0 commit comments