Hello,
I'm trying to debug the SimpleBLEperipheral example on my smartrf06eb board, but it gives me warning.
That is the error message :
"The stack pointer for stack 'CSTACK' (currently 0x20001918) is outside the stack range (0x20003FC0 to 0x200043C0) "
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
Snapshot :
You can see the address of stack After BIOS start. When I break debugging it show me CSTACK warning with 0x20001918. And
GAPRole_createTask();
SimpleBLEPeripheral_createTask();
Both tasks are pend in semaphore Its not invoked.
Any help would be appreciated.
Regards,
Rajneesh