Merge pull request #209 from toyowata/master

[LPC1549] Fixed initial value of stack pointer
pull/210/head
Bogdan Marinescu 2014-03-14 15:07:32 +00:00
commit 9319e1bf30
1 changed files with 3 additions and 2 deletions

View File

@ -31,8 +31,9 @@
Stack_Size EQU 0x00000200
AREA STACK, NOINIT, READWRITE, ALIGN=3
Stack_Mem SPACE Stack_Size
__initial_sp
EXPORT __initial_sp
__initial_sp EQU 0x02009000 ; Top of RAM from LPC1549
; <h> Heap Configuration