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: cc2530 problem about the updation of the age filed in the associate device list

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

The zstack we used is the cc2530-2.5.1a,Using a coordinator and some routers to form a zigbee network, all devices are enabled with NV_RESTORY;

Because the device's associate device table does not automatically age, So i want to update it by judging the age field in the association table.

According to the zigbee protocol, the routing device periodically updates the age field in the association table by sending NWK_LINK_STATUS command, so I think that if the age value is greater than NWKMAXAGELIMIT, the device is removed from the association table.

  Through testing, I found that after the network works within a certain period of time, I power off all the routers and the coordinator can update the associated table. But more than one night, I perform the same operation,it can't update the associated table.

what may be the cause of this situation?