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.

GenericApp_ProcessEvent任务调度问题

请教各位大神,在mesh 1.0.0上实验,GenericApp_ProcessEvent这个函数的第一行加一个断点调试,也就是在  if ( events & SYS_EVENT_MSG ) 执行前加断点。

然后点GO 运行程序,发现前面几次是会在端点处停住的,之后不会再进到断点处。

此event loop应该会按时间片周期性进来吧?是何原因后面就进不来呢?