修改文档文件夹位置,添加部分文档

This commit is contained in:
NeoZng
2023-06-14 20:07:39 +08:00
parent 12796f8e70
commit 0eec5d762b
64 changed files with 107 additions and 164 deletions

View File

@@ -55,8 +55,8 @@ ENTRY(Reset_Handler)
/* Highest address of the user mode stack */
_estack = ORIGIN(RAM) + LENGTH(RAM); /* end of RAM */
/* Generate a link error if heap and stack don't fit into RAM */
_Min_Heap_Size = 0x6000; /* required amount of heap */
_Min_Stack_Size = 0x6000; /* required amount of stack */
_Min_Heap_Size = 0x5000; /* required amount of heap */
_Min_Stack_Size = 0x5000; /* required amount of stack */
/* Specify the memory areas */
MEMORY