Index: firmware/source/sys_core.asm =================================================================== diff -u -reff7b1575f008f81b29ef906f6346fac6012d3ab -rf068446fdb7889d320ddb6ffbd58f347ce0501e7 --- firmware/source/sys_core.asm (.../sys_core.asm) (revision eff7b1575f008f81b29ef906f6346fac6012d3ab) +++ firmware/source/sys_core.asm (.../sys_core.asm) (revision f068446fdb7889d320ddb6ffbd58f347ce0501e7) @@ -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+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 .endasmfunc