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.

using different channels by different nodes in TIMAC to send data

Other Parts Discussed in Thread: TIMAC

hi,

i have read in the document "802.15.4 MAC API"(SWRA192 Version 2.3) page17 ,section 5.2.1 of TIMAC software that it has a mechanism of channel masking to use a set of channels for transmission and reception.

they have given example:

uint32 chan = MAC_CHAN_11_MASK | MAC_CHAN_12_MASK | MAC_CHAN_23_MASK;

can any body suggest how and where or which files of TIMAC  stack this can be done.

i want to use TIMAC to send data from multiple nodes using different channels and receive at the coordinator.

thank you