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.

Task_create Problem

Other Parts Discussed in Thread: SYSBIOS

 I create a new task using the function of  Task_create.When I debug the program,a problem occured.The problem is as follows.

ti.sysbios.heaps.HeapMem: line 294: out of memory: handle=0x80043b10, size=2048
xdc.runtime.Error.raise: terminating execution

It looks like there have no enough memory,but I have test the statbuf.used is 792 and the statbuf.stackSize is 2048.I think it not the problem that have no enough memory.

What do you think?Looking forword to your reply!