Huyi 1 year ago
parent
commit
2b932e6c63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Start/startup_stm32f10x_md.s

+ 1 - 1
Start/startup_stm32f10x_md.s

@@ -41,7 +41,7 @@ __initial_sp
 ;   <o>  Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
 ; </h>
 
-Heap_Size       EQU     0x00000800;0x00000200
+Heap_Size       EQU     0x00001000;0x00000200
 
                 AREA    HEAP, NOINIT, READWRITE, ALIGN=3
 __heap_base