Skip to content

Commit 7a0778b

Browse files
Andreas Larssonkegilbert
authored andcommitted
Fixed wrong stack size start
1 parent 7e58474 commit 7a0778b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/device/TOOLCHAIN_ARM_MICRO/startup_stm32f439xx.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Stack_Size EQU 0x00000400
5151
EXPORT __initial_sp
5252
5353
Stack_Mem SPACE Stack_Size
54-
__initial_sp EQU 0x20020000 ; Top of RAM
54+
__initial_sp EQU 0x20030000 ; Top of RAM
5555

5656

5757
; <h> Heap Configuration

0 commit comments

Comments
 (0)