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.

关于父节点掉电重启(或者意外掉电)后 子节点如何重新入网

网上看到说是父节点掉电后,子节点如果有lcd的话会出现字符串"Assoc Cnf fail"; 于是我在 函数nwk_Status()中的case NWK_ERROR_ASSOC_CNF_DENIED:(就是父节点掉电后打印上面字符串的选择语句)下添加了复位函数,并在预编译中开启了LCD_SUPPORTED=DEBUG,我的终端没有lcd外设。改了之后,我用一个协调器以终端做实验,复位协调器,或者给协调器断电终端并没有复位啊,一直是入网的状态。。这个问题困扰了我好长时间