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
Russ Butler 2016-08-08 21:42:31 -05:00 committed by Russ Butler
parent 69bf173e22
commit 3587a08f8e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
; POSSIBILITY OF SUCH DAMAGE.
; ---------------------------------------------------------------------------*/
__initial_sp EQU 0x20008000
__initial_sp EQU 0x20010000
PRESERVE8
THUMB