mirror of https://github.com/ARMmbed/mbed-os.git
Fix nrf52 initial stack pointer in ARMCC
Set the initial stack pointer to the end of ram so it matches INITIAL_SP defined in RTX_CM_lib.h.pull/2402/head
parent
69bf173e22
commit
3587a08f8e
|
|
@ -25,7 +25,7 @@
|
|||
; POSSIBILITY OF SUCH DAMAGE.
|
||||
; ---------------------------------------------------------------------------*/
|
||||
|
||||
__initial_sp EQU 0x20008000
|
||||
__initial_sp EQU 0x20010000
|
||||
|
||||
PRESERVE8
|
||||
THUMB
|
||||
|
|
|
|||
Loading…
Reference in New Issue