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.

SimpleLinkSocketTriggerEventHandler没有被调用



想使用CC3200SF NWP的Trigger Mode来实现TCP数据收发,需要加入SimpleLinkSocketTriggerEventHandler函数句柄,但是在主程序的.c文件中定义了这个函数,也按照要求定义了HOST IRQ为Wake upSource,也在user.h中静态注册了,也按照文档中的代码calling 了sl_select,但是发现这个函数句柄并没有被执行。怎么回事?