[XDOT_L151] initial SP for ARM_STD build was set to 0x2008000 instead of 0x20008000 & caused DAPLink to reject FW

pull/2821/head
Mike Fiore 2016-09-23 12:03:06 -05:00 committed by Sam Grove
parent 7836c6eaf1
commit 1f40f3de97
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
; </h>
__initial_sp EQU 0x2008000 ; Top of RAM (32 KB)
__initial_sp EQU 0x20008000 ; Top of RAM (32 KB)
PRESERVE8
THUMB