From 822d07aedb7355fa68b3ebb0117c5f12c9c818e7 Mon Sep 17 00:00:00 2001 From: schneider <schneider@blinkenlichts.net> Date: Sun, 26 Apr 2020 01:39:01 +0200 Subject: [PATCH] change(stack): Increase stack size on both cores to 16 kb --- .../CMSIS/Device/Maxim/MAX32665/Source/GCC/startup_max32665.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/startup_max32665.S b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/startup_max32665.S index 8022b65fe..12e840325 100644 --- a/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/startup_max32665.S +++ b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/startup_max32665.S @@ -67,7 +67,7 @@ #ifdef __STACK_SIZE .equ Stack_Size, __STACK_SIZE #else - .equ Stack_Size, 0x00001000 + .equ Stack_Size, 0x00004000 #endif .globl __StackTop .globl __StackLimit -- GitLab