I need to examine by software the stack pointer of the task which is interrupted by fiq interrupt.
I try to transfer the stack pointer of interrupted routine in R10_fiq register.
I used the following instruction:
MSR r10,r13
But I got the following error:
[E0004] Illegal operand
What can I do?
Thank for your help
Kind Regards