From 566436201ef4ef0dacf82c5408efc27b76e5c383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sat, 15 May 2021 21:56:33 +0200 Subject: [PATCH] Increase heap size --- stm-firmware/stm32f407vet6_flash.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm-firmware/stm32f407vet6_flash.ld b/stm-firmware/stm32f407vet6_flash.ld index e0c17c3..f0ac56e 100644 --- a/stm-firmware/stm32f407vet6_flash.ld +++ b/stm-firmware/stm32f407vet6_flash.ld @@ -24,7 +24,7 @@ /* USER PARAMETERS */ __ld_stack_size = 0x3500; -__ld_heap_size = 0x4500; +__ld_heap_size = 0x5000; __stack_corruption_area_size = 128; /* END OF USER PARAMETERS */