mirror of
https://github.com/xiaotianbc/AT32_BSPV1_Clion_Template.git
synced 2026-05-21 09:22:06 +00:00
fixed
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user