mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #6488 from SiliconLabs/bugfix/armcc_sp
Fix initial SP for new Silicon Labs targets on ARMCCpull/6507/head
commit
4797b53ac8
|
@ -36,7 +36,7 @@ Stack_Size EQU 0x00001000
|
|||
|
||||
AREA STACK, NOINIT, READWRITE, ALIGN=3
|
||||
Stack_Mem SPACE Stack_Size
|
||||
__initial_sp
|
||||
__initial_sp EQU 0x20040000
|
||||
|
||||
|
||||
; <h> Heap Configuration
|
||||
|
|
|
@ -33,7 +33,7 @@ Stack_Size EQU 0x00000400
|
|||
|
||||
AREA STACK, NOINIT, READWRITE, ALIGN=3
|
||||
Stack_Mem SPACE Stack_Size
|
||||
__initial_sp
|
||||
__initial_sp EQU 0x20008000
|
||||
|
||||
|
||||
; <h> Heap Configuration
|
||||
|
|
|
@ -33,7 +33,7 @@ Stack_Size EQU 0x00004000
|
|||
|
||||
AREA STACK, NOINIT, READWRITE, ALIGN=3
|
||||
Stack_Mem SPACE Stack_Size
|
||||
__initial_sp
|
||||
__initial_sp EQU 0x20040000
|
||||
|
||||
|
||||
; <h> Heap Configuration
|
||||
|
|
Loading…
Reference in New Issue