Fixed initial SP value

pull/118/head
Bogdan Marinescu 2013-11-21 19:07:52 +02:00
parent 1c6bfd17bf
commit f6c9c8db5e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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