Other Parts Discussed in Thread: TIMAC
I'm trying to debug the TIMAC sample application on Sensortag board, but it gives me error all the time.
That is the error message :
"The stack pointer for stack 'CSTACK' (currently 0x20001348) is outside the stack range (0x20002600 to 0x20002800) "
The firmware runs untill ICall_createRemoteTasks(); and stops there.
In assembly debug it just goes between those:
0x1001bbd6: 0x2a00 CMP R2, #0
0x1001bbd8: 0xd0fd BEQ.N 0x1001bbd6
Any ideas?
Thanks.