Skip to content

Commit e965c34

Browse files
andreas.larssonc1728p9
authored andcommitted
Fixed wrong stack pointer
1 parent eb2b7f0 commit e965c34

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)