mirror of https://github.com/ARMmbed/mbed-os.git
Fixed initial SP value
parent
1c6bfd17bf
commit
f6c9c8db5e
|
|
@ -37,7 +37,7 @@ Stack_Size EQU 0x00000400
|
|||
|
||||
Stack_Mem SPACE Stack_Size
|
||||
|
||||
__initial_sp EQU 0x20000000 ; Top of RAM
|
||||
__initial_sp EQU 0x20005000 ; Top of RAM
|
||||
|
||||
|
||||
; <h> Heap Configuration
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ Stack_Size EQU 0x00000400
|
|||
|
||||
AREA STACK, NOINIT, READWRITE, ALIGN=3
|
||||
Stack_Mem SPACE Stack_Size
|
||||
__initial_sp
|
||||
__initial_sp EQU 0x20005000
|
||||
|
||||
|
||||
; <h> Heap Configuration
|
||||
|
|
|
|||
Loading…
Reference in New Issue