mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #2354 from svastm/ram_fix_f303re
[STM32F303RE] Fix initial SP on ARM and uARMpull/2347/merge
commit
ff34c5b54b
|
|
@ -51,7 +51,7 @@ Stack_Size EQU 0x00000400
|
||||||
EXPORT __initial_sp
|
EXPORT __initial_sp
|
||||||
|
|
||||||
Stack_Mem SPACE Stack_Size
|
Stack_Mem SPACE Stack_Size
|
||||||
__initial_sp EQU 0x20004000 ; Top of RAM
|
__initial_sp EQU 0x20010000 ; Top of RAM
|
||||||
|
|
||||||
|
|
||||||
; <h> Heap Configuration
|
; <h> Heap Configuration
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
;
|
;
|
||||||
;*******************************************************************************
|
;*******************************************************************************
|
||||||
|
|
||||||
__initial_sp EQU 0x20004000 ; Top of RAM
|
__initial_sp EQU 0x20010000 ; Top of RAM
|
||||||
|
|
||||||
PRESERVE8
|
PRESERVE8
|
||||||
THUMB
|
THUMB
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue