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 TIMAC协议栈中 信标模式下 信标级数与超帧级数的问题

Other Parts Discussed in Thread: TIMAC, CC2630

CC2630的TIMAC协议栈中,终端节点能否通过调用

MAC_MlmeSetReq(MAC_SUPERFRAME_ORDER, &msa_SuperFrameOrder);

随时更改其超帧级数,信标级数保持不变?

比如:组网时,协调器与终端BO、SO均为5。在使用过程中,终端将SO改为1,以便能进入休眠状态节约能量;但是,在需要终端上传大量数据时,将SO又改回5,以便充分利用整个活动周期,快速传输完全部数据。