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.

RTOS/CC1350: Broadcast in 15.4 stack.

Part Number: CC1350

Tool/software: TI-RTOS

Hello All,

Want to have broadcast message, for one collector and 10 nodes.

I changed

dataReq.txOptions.indirect = false;

dataReq.txOptions.ack = false;

dataReq.dstAddr.addr.shortAddr = 0xFFFF;

in my collector application.

I checked that from collector i am sending messages to all nodes succesfully.

But on Node side i am not receiving any message.

node side i am using sdk 2_40_00_20 version

Does i need to change any thing on node side to properly receive these packets.

Thanks,

Pratik