Tool/software:
Hi,
I am using simplelink_cc13xx_cc26xx_sdk_7_41_00_17 collector/sensor example. I have a radio message that needs to be sent with no delay as it is an alarm. I would like to bypass the mac queue and therefore the possible failures of transmission due to the mac queue being full or some other delay like heap allocation.
Is there a way to guarantee that a message will get transmitted immediately using TI 15.4?
I imagine the solution probably involves calling RF_runCmd() directly, but is it safe to use these functions along-side TI 15.4? How would the mac receive it at the other end? There would need to be the TI 15.4 headers attached. Is there anything to watch out for? What steps should I take to take control of the radio, transmit, and then return it to the previous state for TI15.4 to carry on?
Thanks for your help,
Andy