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.

PANID的修改

希望在程序运行过程中修改PANID,看来很多网上的帖子基本上都讲到了下面这种方法

pan_id = 0x1122;     

_NIB.nwkPanId = pan_id;

NLME_UpdateNV(0x01);

zb_SystemReset();

但是我试了一下,发现系统一直在重启无法正常工作,不知是否有知道问题原因的。