Index: firmware/source/sys_core.asm =================================================================== diff -u -r2277da2ae922d73870ef528a796065e2b42cb799 -r1a178aef78168ee358e1326f4fb1daf81df83c17 --- firmware/source/sys_core.asm (.../sys_core.asm) (revision 2277da2ae922d73870ef528a796065e2b42cb799) +++ firmware/source/sys_core.asm (.../sys_core.asm) (revision 1a178aef78168ee358e1326f4fb1daf81df83c17) @@ -161,11 +161,11 @@ bx lr 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 +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