From 3627778d8061fdbc6a73910a4986c32a52c3d2a5 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Thu, 4 Feb 2016 00:19:04 +0200 Subject: [PATCH] Increase heap to 0xCB00 --- src/omv/stm32f4xx.ld.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omv/stm32f4xx.ld.S b/src/omv/stm32f4xx.ld.S index 2ed5c6199..31371b153 100755 --- a/src/omv/stm32f4xx.ld.S +++ b/src/omv/stm32f4xx.ld.S @@ -60,7 +60,7 @@ _ram_end = 0x10010000; /* 64KB CCM */ _fb_base = 0x20000000; _stack_size = 0x1000; /* minimum amount of stack */ -_heap_size = 0XC800; /* required amount of heap */ +_heap_size = 0XCB00; /* required amount of heap */ _fs_cache = 0x20030000-(16*1024); /* Define output sections */