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:TIMAC 中的协调器(FFD)网络复位的正确过程是什么?

Guru**** 2386600 points
Other Parts Discussed in Thread: TIMAC, CC2530
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/624115/cc2530-what-is-the-correct-procedure-for-coordinator-ffd-network-reset-in-timac

器件型号:CC2530
主题中讨论的其他器件:TIMAC

我使用 TIMAC 堆栈与 CC2530一起工作。 我想实施网络复位功能、此时当前网络将被破坏、协调器将创建新网络。 我应该为此使用哪些 API 命令以及按哪个顺序?

目前,我在 从串行接口接收特定的触发命令时仅使用 MSA_NvReset()函数。 这是否足够、或者我是否也应该考虑其他问题?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好!

    您还应致电

    /*重置 MAC */
    Mac_MlmeResetReq (真);

    在调用 msa_NvReset()以将 MAC PIB 重置为其默认值之前,请确保之前网络中的信息不会被传送。

    此致、
    Hector