Change Stack size and heap size to 0x400

pull/1121/head
hjjeon0608 2015-05-22 09:44:03 +09:00
parent feb9f51e2c
commit 82dd920c7e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Stack_Size EQU 0x00000400
AREA STACK, NOINIT, READWRITE, ALIGN=3
Stack_Mem SPACE Stack_Size
__initial_sp EQU 0x20004000 ; Top of RAM (8 KB for STM32F030R8)
__initial_sp EQU 0x20004000 ; Top of RAM (16 KB for WIZwiki_W7500)
; <h> Heap Configuration