From a9e9d0f3ecd9045711280a5afa08681c7c19a3c1 Mon Sep 17 00:00:00 2001 From: Atis Elsts Date: Fri, 23 Feb 2018 18:18:27 +0000 Subject: [PATCH] CC26xx: increase size of the region reserved for stack from 256 bytes to 1024 bytes --- arch/cpu/cc26xx-cc13xx/cc26xx.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/cpu/cc26xx-cc13xx/cc26xx.ld b/arch/cpu/cc26xx-cc13xx/cc26xx.ld index 11bd9ca6f..46ecf1322 100644 --- a/arch/cpu/cc26xx-cc13xx/cc26xx.ld +++ b/arch/cpu/cc26xx-cc13xx/cc26xx.ld @@ -56,7 +56,7 @@ _estack = ORIGIN(SRAM) + LENGTH(SRAM); /* End of SRAM */ /*. Generate a link error if heap and stack don’t fit into RAM .*/ _Min_Heap_Size = 0; -_Min_Stack_Size = 0x100; +_Min_Stack_Size = 0x400; SECTIONS {