Other Parts Discussed in Thread: SYSBIOS
All:
when I run application,ccs respond:
ti.sysbios.knl.Task: line 364: E_stackOverflow: Task 0xb0ed8528 stack overflow.
xdc.runtime.Error.raise: terminating execution
from the ROV we can see that the error task is idle task
but even when I enlarge the Task stack size to 81920 by
var Task = xdc.useModule('ti.sysbios.knl.Task');
Task.idleTaskStackSize = 81920;
the error also occured.
follow is the idle task raw message
Hope for your rely,thanks very much!










