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