出现了一个奇怪的bug,又自己好了

This commit is contained in:
2021-09-18 11:48:27 +08:00
parent 3a77ca9988
commit 061acbf55d
8 changed files with 3983 additions and 7367 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ ENTRY(Reset_Handler)
/* Highest address of the user mode stack */
_estack = ORIGIN(RAM) + LENGTH(RAM); /* end of "RAM" Ram type memory */
_Min_Heap_Size = 0x200 ; /* required amount of heap */
_Min_Heap_Size = 0x400 ; /* required amount of heap */
_Min_Stack_Size = 0x400 ; /* required amount of stack */
/* Memories definition */