Fixed the startup_LPC11xx.s files in ARM Micro and ARM STD - they had wrong memory size;

to this: __initial_sp        EQU     0x10001800  ; Top of RAM from LPC11U
from this: __initial_sp        EQU     0x10002000  ; Top of RAM from LPC11U
pull/620/merge
Aron L. Phillips 2014-10-17 15:33:15 -04:00 committed by 0xc0170
parent c66f1b1955
commit f46cb59b8e
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ Stack_Size EQU 0x00000400
EXPORT __initial_sp
Stack_Mem SPACE Stack_Size
__initial_sp EQU 0x10002000 ; Top of RAM from LPC11U
__initial_sp EQU 0x10001800 ; Top of RAM from LPC11U
Heap_Size EQU 0x00000000

View File

@ -19,7 +19,7 @@
; *
; *****************************************************************************/
__initial_sp EQU 0x10002000 ; Top of RAM from LPC11U
__initial_sp EQU 0x10001800 ; Top of RAM from LPC11U
PRESERVE8
THUMB