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: Keep network configuration in nonvolatile memory not working

Part Number: CC2530

hi

i have router zigbee that use samplelight project 

with this line of code router start to find a network and join to it

bdb_StartCommissioning(BDB_COMMISSIONING_MODE_NWK_STEERING);

it send device announcement to coordinator and send and receive data correctly 

in the end i set this value to store network configuration in nonvolatile memory

osal_nv_write(0x03,0,1,0);//keep network data

when we restart when it arrive at this line of code it shouldnt send device indication anymore

bdb_StartCommissioning(BDB_COMMISSIONING_MODE_NWK_STEERING);

but when i restart router it send device indication again

what should i do?