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.

在程序运行过程中,利用NV区读写修改PANID和节点类型不成功



如题 在程序运行过程中,使用osal_nv_write 将修改的数据(panid和节点类型)写入NV区 然后用osal_nv_read读出结果,结果正常是我想写入的数据。此时证明写入成功。然后调用systemReset函数重启。

问题:重启后节点类型和panid不起作用,无法重建网络(节点类型由router改为coodinatore)

补充:已添加NV_INIT和NV_RESTORE宏