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.

cc26xx unbind issue

Other Parts Discussed in Thread: CC2630, CC2531, Z-STACK

1.Device role: End Device(以CC2630)

   A.unbind issue

   在之前cc2531/38,我們是在End Device上做,

        NLME_InitNV();

        NLME_SetDefaultNV();

        // clear NWK key values

        ZDSecMgrClearNVKeyValues();

 

     B.在CC2630,.

         在SensorTag-project中, 看的相關只有在

          SensorTagApp_resetNVErase ()functiion 改以Zstackapi_ZdoMgmtLeaveReq()

           

    Q.是否可在CC2630相同方式,以NLME_InitNV(操作NV item處理,並使之device進入DEV_NWK_DISC

        我並沒有在Z-Stack TI-RTOS API中看到類似的操作?.

    Q. 這二者NLME_InitNV(), Zstackapi_ZdoMgmtLeaveReq() 之間差別?

         是本機及對方,做unbind動作?

 

  • Unbind有Unbind的API函数的,如果是你需要让设备重新入网的话,你可以leave以后,重新入网的。离网以后回去erase nV相关的,跟你需要的功能是一样的。