Skip to content

Commit 829a831

Browse files
committed
fix: 修改默认栈大小
1 parent cb407a6 commit 829a831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/PY32F030xx/PY32F030_Base/ldscript.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _estack = ORIGIN(RAM) + LENGTH(RAM); /* end of RAM */
2424
These numbers affect the USED size of RAM
2525
*/
2626
_Min_Heap_Size = 0x200; /* required amount of heap: 512 bytes */
27-
_Min_Stack_Size = 0x400; /* required amount of stack: 1024 bytes */
27+
_Min_Stack_Size = 0x300; /* required amount of stack: 768 bytes */
2828

2929
/* Specify the memory areas */
3030
MEMORY

0 commit comments

Comments
 (0)