This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Stack overflow

Other Parts Discussed in Thread: SYSBIOS

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