Skip to content

Commit 84a25e7

Browse files
author
andreas.larsson
committed
Fixed wrong stack pointer
1 parent cb97f5d commit 84a25e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_EVK_ODIN_W2/device/TOOLCHAIN_ARM_STD/startup_stm32f439xx.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
;
4040
;*******************************************************************************
4141

42-
__initial_sp EQU 0x20020000 ; Top of RAM
42+
__initial_sp EQU 0x20030000 ; Top of RAM
4343

4444
PRESERVE8
4545
THUMB

0 commit comments

Comments
 (0)