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.

如何把CC2530的Flash中的数据读出来并通过串口发送到电脑

现在再做一个无线安防的项目,一个问题,因为节点数量多且均为电池设备,当协调器损坏后,由于节点设备不能重启,所以无法连接到新的协调器上,现在在想的解决方案:

协调器中加入NV_RESTORE预编译,后网络组完后,把协调器中的Flash中内容读出作为备份,一旦协调器损坏,更换后只需把备份FLASH重新写入新的协调器Flash中即可。

但是现在不会具体的实施步奏,也就是代码。我是个新手,希望得到指点