同时安装keil和cubeide后cubeide编译出来的玩意一直无法运行。被迫用keil开发

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2022-04-15 14:22:39 +08:00
parent 3347044f7f
commit 61a0c870de
232 changed files with 104290 additions and 1921 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ 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_Stack_Size = 0x400; /* required amount of stack */
_Min_Heap_Size = 0x200 ; /* required amount of heap */
_Min_Stack_Size = 0x400 ; /* required amount of stack */
/* Memories definition */
MEMORY