We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb407a6 commit 829a831Copy full SHA for 829a831
variants/PY32F030xx/PY32F030_Base/ldscript.ld
@@ -24,7 +24,7 @@ _estack = ORIGIN(RAM) + LENGTH(RAM); /* end of RAM */
24
These numbers affect the USED size of RAM
25
*/
26
_Min_Heap_Size = 0x200; /* required amount of heap: 512 bytes */
27
-_Min_Stack_Size = 0x400; /* required amount of stack: 1024 bytes */
+_Min_Stack_Size = 0x300; /* required amount of stack: 768 bytes */
28
29
/* Specify the memory areas */
30
MEMORY
0 commit comments