From 77251cc1bc14d9045234e145d8e977c920b67157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sat, 10 Apr 2021 14:44:27 +0200 Subject: [PATCH] increase stack and heap sizes --- stm-firmware/stm32f407vet6_flash.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stm-firmware/stm32f407vet6_flash.ld b/stm-firmware/stm32f407vet6_flash.ld index cce71be..e0c17c3 100644 --- a/stm-firmware/stm32f407vet6_flash.ld +++ b/stm-firmware/stm32f407vet6_flash.ld @@ -23,8 +23,8 @@ */ /* USER PARAMETERS */ -__ld_stack_size = 0x3000; -__ld_heap_size = 0x4200; +__ld_stack_size = 0x3500; +__ld_heap_size = 0x4500; __stack_corruption_area_size = 128; /* END OF USER PARAMETERS */