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.

CC1310: 如何知道是哪个地址发送来的数据帧?

Part Number: CC1310

接收端在RF_cmdPropRx设置时,允许接收到两个地址发送来的数据帧,如

RF_cmdPropRx.address0 = 0x33;
RF_cmdPropRx.address1 = 0x55;

当回调函数void rxCallback(RF_Handle h, RF_CmdHandle ch, RF_EventMask e)读取数据帧时,如何知道是哪个地址(address0?address1?)发送过来的?

当然在有效载荷中可以放入地址,但这样会影响通信效率。不希望采用这种方式。

请问:有无其它的直接方式知道是哪个地址发送来的数据帧?

谢谢!