We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576045e commit a1e1d9bCopy full SHA for a1e1d9b
variants/STM32WBAxx/WBA55C(E-G)U/ldscript.ld
@@ -40,6 +40,7 @@ _estack = ORIGIN(RAM) + LENGTH(RAM); /* end of "RAM" Ram type memory */
40
41
_Min_Heap_Size = 0x200; /* required amount of heap */
42
_Min_Stack_Size = 0x400; /* required amount of stack */
43
+_sstack = _estack - _Min_Stack_Size;
44
45
/* Memories definition */
46
MEMORY
0 commit comments