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.

CC430fF5137 采用SimpliciTI进行广播数据问题

Other Parts Discussed in Thread: SIMPLICITI

请教一下,我采用SimpliciTI进行广播数据,主节点代码如下: SMPL_Send(SMPL_LINKID_USER_UUD, msg, length);

从节点代码如下:SMPL_Receive(SMPL_LINKID_USER_UUD, Rmsg, &length),但是从节点始终收不到任何数据。