Hi,
I'm working on CC2530 SEP profile.
Device is able to pair with meter successfully and working fine for some time and device is kept at 30 feet away from meter.
On long run, device got disconnected and unable to rejoin properly. Device will always show device state as end device. And, unable to bind end point with coordinator.
ZDApp_ProcessOSALMsg() is called by zstack library every time, while rejoining with coordinator.
Always rejoining process end up at AF_DATA_CONFIRM_CMD, after three tries. Usually, ZDO_CB_MSG and AF_INCOMING_MSG_CMD should be called, after sending device announce request to the coordinator in the rejoining process.
But, I'm unable to receive announce response, after sending announce request.
I tried to enable join flag on the coordinator side. Even after that, device is unable to pair with coordinator.
But, if I do reset to default. Device is able to pair with coordinator on join flag enable.
Is there any information stored in NV memory, that is creating problem?
Because If I reset, device is able to pair with coordinator. As I know, On reset device NV will be cleared.
Please help me in sorting out this problem. It is very urgent.
Thanks & Regards,
Kumar