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.

CC2652P: Clear NV problem

Part Number: CC2652P


Tool/software:

Hello,

I am working with the ZStack ZNP project (SDK v4.40.4.04). I would like to know the appropriate command to send in order to clear the linked devices table, as when reaching the maximum limit (configured at 48 devices, in my case), I have no way to add device number 49. That is, even if device 48 sends a "Leave," the devices table still seems to be full.

I have tried sending a "Leave Request" to devices with the possibility of "Rejoin," but that doesn't solve the problem either.

I also tried, during the module's initialization, sending the SYS_OSAL_NV_WRITE command in the following way: FE 05 21 09 03 00 00 01 03 2C, then sent the module reset command FE 01 41 00 00 40. Upon reconfiguring the module, it starts functioning with the network created and recognizing the devices it was previously paired with.

The main problem we currently face is the inability to remotely clear the devices table, which forces a visit to the customer's home in order to reprogram the device, allowing us to pair new devices again. (We currently have more than 15k coordinators installed).

I am looking for guidance on the correct command or procedure to completely clear the linked devices table, so that I can start pairing new devices without the limitation imposed by the previous ones.

Any assistance or documentation regarding this issue would be greatly appreciated.