Index: firmware/source/sys_core.asm =================================================================== diff -u -rf068446fdb7889d320ddb6ffbd58f347ce0501e7 -r62799078ada8ee0cb91c510720d3c978fafcf5f7 --- firmware/source/sys_core.asm (.../sys_core.asm) (revision f068446fdb7889d320ddb6ffbd58f347ce0501e7) +++ firmware/source/sys_core.asm (.../sys_core.asm) (revision 62799078ada8ee0cb91c510720d3c978fafcf5f7) @@ -160,12 +160,12 @@ ldr sp, userSp bx lr -userSp .word 0x08000000+0x00001000 -svcSp .word 0x08000000+0x00001000+0x00000400 -fiqSp .word 0x08000000+0x00001000+0x00000400+0x00001000 -irqSp .word 0x08000000+0x00001000+0x00000400+0x00001000+0x00001000 -abortSp .word 0x08000000+0x00001000+0x00000400+0x00001000+0x00001000+0x00000200 -undefSp .word 0x08000000+0x00001000+0x00000400+0x00001000+0x00001000+0x00000200+0x00000200 +userSp .word 0x08000000+0x00002000 +svcSp .word 0x08000000+0x00002000+0x00000400 +fiqSp .word 0x08000000+0x00002000+0x00000400+0x00000400 +irqSp .word 0x08000000+0x00002000+0x00000400+0x00000400+0x00000400 +abortSp .word 0x08000000+0x00002000+0x00000400+0x00000400+0x00000400+0x00000400 +undefSp .word 0x08000000+0x00002000+0x00000400+0x00000400+0x00000400+0x00000400+0x00000400 .endasmfunc