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.

cc2640r2f sensor controller studio接口代码,在CCS调试,表现异常,如何判断 scs 正常运行?

使用sensor controller studio 产生的代码,导入SDK的一个蓝牙示例,前几天调试,表现正常。

最近,不知为何,表现如下异常:

void scCtrlReadyCallback(void) ,在 这个回调代码中设置断点, 没有拦截到断点,怀疑没有执行。以前正常时,是可以拦截到断点。

void scTaskAlertCallback(void), 这个回调有执行,但 uint32_t bvAlertEvents = scifGetAlertEvents(); 得到的 bvAlertEvents  为0, 正常应该为1

现在重建工程,问题依旧,怀疑是ccs 升级什么插件模块,导致的问题。

请各路大侠支招,不胜感谢!