Skip to content

Commit 1f40f3d

Browse files
mfiore02sg-
authored andcommitted
[XDOT_L151] initial SP for ARM_STD build was set to 0x2008000 instead of 0x20008000 & caused DAPLink to reject FW
1 parent 7836c6e commit 1f40f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/targets/cmsis/TARGET_STM/TARGET_STM32L1/TARGET_XDOT_L151CC/TOOLCHAIN_ARM_STD/startup_stm32l151xc.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
4949
; </h>
5050

51-
__initial_sp EQU 0x2008000 ; Top of RAM (32 KB)
51+
__initial_sp EQU 0x20008000 ; Top of RAM (32 KB)
5252

5353
PRESERVE8
5454
THUMB

0 commit comments

Comments
 (0)