Index: firmware/source/sys_core.asm =================================================================== diff -u -r792764062d7b7826af10e030277f18379af4fcd1 -rabb9687e52d9db5df1abe7626ba04a6d431ba823 --- firmware/source/sys_core.asm (.../sys_core.asm) (revision 792764062d7b7826af10e030277f18379af4fcd1) +++ firmware/source/sys_core.asm (.../sys_core.asm) (revision abb9687e52d9db5df1abe7626ba04a6d431ba823) @@ -161,11 +161,11 @@ bx lr userSp .word 0x08000000+0x00001000 -svcSp .word 0x08000000+0x00001000+0x00000100 -fiqSp .word 0x08000000+0x00001000+0x00000100+0x00000100 -irqSp .word 0x08000000+0x00001000+0x00000100+0x00000100+0x00000100 -abortSp .word 0x08000000+0x00001000+0x00000100+0x00000100+0x00000100+0x00000100 -undefSp .word 0x08000000+0x00001000+0x00000100+0x00000100+0x00000100+0x00000100+0x00000100 +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 .endasmfunc