Other Parts Discussed in Thread: CC2530
1:cc2530的参数是什么时候存入flash的,看代码的时候找不到(simpleapp)?
2:simpleapp中怎么才能把路由器用起来,现在只能是协调器/路由器和enddevice通信,如我要用路由器功能,有没有配置好的文件,可以让路由器工作起来?
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.
1. 要将网络参数存入flash需要打开编译选项NV_RESTORE, 在ZDApp.c 中有ZDApp_SaveNetworkStateEvt 函数。
2. 路由器加入网络后即自动具有了路由功能,不需要额外的配置。你说的工作起来是指?
Thanks
Kanjie