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.

RTOS/CC1310: 15.4 Collector Run-time changing of the PAN ID and clearing joined devices

Part Number: CC1310


Tool/software: TI-RTOS

Collector starts with a default PAN ID = 0xC0C0 and a Short Addr - 0xAAA0.  Three sensor devices eventually joins the network.

I'm able to pass a new PAN ID =  0xB114 and a Short Address = 0xB000.   

How do I restart the collector with the new settings and clear existing devices previous joined in the network?

  • Hi,

    The collector example supports resetting the device at start up if the right button key is pressed during start up.
    If you look inside Csf_init() (found inside csf.c) you can find how this is done, basically it clears all items saved in the NV memory (look for Csf_clearAllNVItems).

    I would guess you can achieve what you want by performing this erase and then restart the collector again.