mirror of https://github.com/ARMmbed/mbed-os.git
Change Stack size and heap size to 0x400
parent
feb9f51e2c
commit
82dd920c7e
|
@ -35,7 +35,7 @@ Stack_Size EQU 0x00000400
|
||||||
|
|
||||||
AREA STACK, NOINIT, READWRITE, ALIGN=3
|
AREA STACK, NOINIT, READWRITE, ALIGN=3
|
||||||
Stack_Mem SPACE Stack_Size
|
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
|
; <h> Heap Configuration
|
||||||
|
|
Loading…
Reference in New Issue