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后运行中报了错堆栈溢出

Other Parts Discussed in Thread: SYSBIOS

您好,我在新建了一个Task之后运行程序报错:

ti.sysbios.knl.Task: line 448: E_stackOverflow: Task 0xc0557bf0 stack overflow.
xdc.runtime.Error.raise: terminating execution

我在修改了task的stack size和C6000 linker的heap size与system stack size之后依然报错。

Task function为空函数,请问是哪里出了问题?谢谢