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: Channel and PANID

Part Number: CC2530

Hi,

I am using CC2530 home stack using Z tool.

I am facing issue when I set the channel or PANID.

When my device set as coordinator, and I suppose to make changes in its Channel or PANID i am unable to change both,

But when I reset it factory defuatlt then I can make it both.

I am following below process to make it , kindly verify below process are right or I am doinf something wrong;

Step 1)  SYS_OSAL_NV_Write

ID 03

Offset 00

Len 01

VAlue 03

Step 2) Hard reset the device.

Then I chaneges the both value using 

1) UTIL_SET_PANID

2) UTIL_SET_CHANNEL

then hard reset the device after hard reset I will perform ZB_Start_request 

Then my paniid and channel ID refelcts,

but at this time I need to change both value suppose I want one of the previous value ( from PANID , Channel ) then what i need to do....

Please suggest your suggestion