Hi,
I am running SYS/BIOS on C6747 DSP.
In my program I have several tasks with Task_sleep calls.
When I run the program, in one task, the execution of Task_sleep(1) return the following error:
ti.sysbios.knl.Task: line 334: E_stackOverflow: Task 0xc28007e8 stack overflow.
[C674X_0] xdc.runtime.Error.raise: terminating execution
The ROV gives following information;
,xdc.runtime.LoggerBuf,Records,0xc28009f8,Record #1,ERROR: "(unknown file)", line 334: E_stackOverflow: Task 0xc28007e8 stack overflow.
Regards