Skip to content

Commit 444634c

Browse files
author
Bogdan Marinescu
committed
tentative fix for startup code
1 parent 511e24e commit 444634c

File tree

1 file changed

+1
-1
lines changed
  • libraries/mbed/targets/cmsis/TARGET_NORDIC/TARGET_nRF51822/TOOLCHAIN_ARM_STD

1 file changed

+1
-1
lines changed

libraries/mbed/targets/cmsis/TARGET_NORDIC/TARGET_nRF51822/TOOLCHAIN_ARM_STD/startup_nRF51822.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Stack_Size EQU 2048
1717
AREA STACK, NOINIT, READWRITE, ALIGN=3
1818
Stack_Mem SPACE Stack_Size
19-
__initial_sp
19+
__initial_sp EQU 0x20004000
2020

2121
Heap_Size EQU 2048
2222

0 commit comments

Comments
 (0)