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.
我看网上说执行ZDO_SynIndicationCB……是被封装到库了么?
是ZDO_SyncIndicationCB
怎么才能知道它的执行流程呢
断点调试的时候,通过call stack来看函数调用的具体过程
谢谢您的回答
能再详细点么?或者有什么教程之类的么?
VIEW-CALL STACK打开调用堆栈窗口,其中显示的是程序调用过程中函数调用的列表
这个需要你花点时间研读下zigbee的specification了,再结合代码,就比较清楚了