This commit is contained in:
xiaotian
2022-02-22 23:38:28 +08:00
parent 0bc404db65
commit 9be490a58e
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
ENTRY(Reset_Handler)
/* Highest address of the user mode stack */
_estack = 0x20018000; /* end of RAM */
_estack = 0x20018000; /* end of RAM */ /*此处原厂提供的值会导致浮点数溢出*/
/* Generate a link error if heap and stack don't fit into RAM */
_Min_Heap_Size = 0x200; /* required amount of heap */