When I was debugging my code, there's a error logging information was : "ti.sysbios.knl.Task: line 345: E_spOutOfBounds: Task 0x20001c1c stack error, SP = 0x200010a4". What does this error mean? I've traced the code and found it occured at the call of "semaphore _pend(semhandle, BIOS_WAITFOREVER)" in my code and at the call of Taks_restore() in the sysbios knl code.
Thanks!