Index: firmware/source/sys_core.asm =================================================================== diff -u -rbf7c3835ce5a7bcbc47c305fb2fe5490d0899db8 -r7e0d7c16341ea0ccd9b806a2db97553498d10365 --- firmware/source/sys_core.asm (.../sys_core.asm) (revision bf7c3835ce5a7bcbc47c305fb2fe5490d0899db8) +++ firmware/source/sys_core.asm (.../sys_core.asm) (revision 7e0d7c16341ea0ccd9b806a2db97553498d10365) @@ -160,12 +160,12 @@ ldr sp, userSp bx lr -userSp .word 0x08000000+0x00001000 -svcSp .word 0x08000000+0x00001000+0x00001000 -fiqSp .word 0x08000000+0x00001000+0x00001000+0x00001000 -irqSp .word 0x08000000+0x00001000+0x00001000+0x00001000+0x00002000 -abortSp .word 0x08000000+0x00001000+0x00001000+0x00001000+0x00002000+0x00000400 -undefSp .word 0x08000000+0x00001000+0x00001000+0x00001000+0x00002000+0x00000400+0x00000400 +userSp .word 0x08000000+0x00002000 +svcSp .word 0x08000000+0x00002000+0x00001000 +fiqSp .word 0x08000000+0x00002000+0x00001000+0x00001000 +irqSp .word 0x08000000+0x00002000+0x00001000+0x00001000+0x00001000 +abortSp .word 0x08000000+0x00002000+0x00001000+0x00001000+0x00001000+0x00000400 +undefSp .word 0x08000000+0x00002000+0x00001000+0x00001000+0x00001000+0x00000400+0x00000400 .endasmfunc