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.

CC1352P: Save network configuration to change coordinator

Part Number: CC1352P
Other Parts Discussed in Thread: Z-STACK

Hello community,
We are making an application that works on Z-Stack. I want to "save" all the settings for my current coordinator, and copy it to my new coordinator. It would work as if it were a backup of the entire network.

I have various doubts.

First: I am saving the PAN-ID, the network key, and the CSV of the devices. Do I need to save another configuration?

Second: To modify the PAN-ID, I am modifying ZDAPP_CONFIG_PAN_ID in the config.ini configuration file, which defaults to 0xFFFF. When I modify the PAN-ID in the file, and then do a HARD_RESET, the PAN-ID is modified on the network. My question is: This process is correct ??? Why is Channel 0 and PAN-ID 0xFFFE sometimes displayed and the network does not work ????

Third: Is there a logical sequence of steps to backup / restore Zigbee ???

Fourth: Is it possible to backup / restore only by copying specific configuration files ??? In case yes, what files would they be ??

The steps I am doing to get the data are:
-PAN-ID: With NWK_ZIGBEE_NWK_INFO_REQ_VALUE
-Key: With NWK_ZIGBEE_NWK_INFO_REQ_VALUE
-Devices: I copy the 4 CSVs that contain the information of the network devices (DbDeviceInfo.csv, DbEndpoints.csv, DbUpgradeCtxt.csv, DbUpgradeList.csv)

I appreciate any help you can give us. Thank you very much!!!

Kind regards,

Randy