Other Parts Discussed in Thread: CC2630, Z-STACK
大家好!
我使用CC2630开发产品,当以下两种情况发生时,CC2630会停止发送Beacon Request。请大家帮忙判断下是硬件问题?还是软件协议的问题,谢谢!!
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.
Other Parts Discussed in Thread: CC2630, Z-STACK
大家好!
我使用CC2630开发产品,当以下两种情况发生时,CC2630会停止发送Beacon Request。请大家帮忙判断下是硬件问题?还是软件协议的问题,谢谢!!
Firstly make sure the Coordinator remove the CC2630 correctly, the CC2630 will run into ZDO_LeaveInd function if received the Leave command. Then the device will reset itself after 5s in default(LEAVE_RESET_DELAY).
After SW reset, some parameters maybe not initialized.
check if the SW run the Zstackapi_DevStartReq in Switch_initializeZStack function after network.
Otherwise can use hardware as well, it didn’t take too much difference between soft and hardware reset for a leave device. can use SysCtrlSystemReset.