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.

C6678 idle

Other Parts Discussed in Thread: SYSBIOS

您好:

我知道在添加了Task模块之后,会默认创建一个空闲线程。我现在想在空闲线程里面做点事,所有我就添加了Idle模块

var Idle = xdc.useModule(......Idle);

Idle.idleFxns[0] = "&idle_taskFxn";

我在源文件里面也实现了这个函数,但是在连接的时候,显示.....pe66.oe66里面没有这个函数

谢谢!