Tool/software: TI-RTOS
Hi Team,
On the basis of WOR-RX, I need to set several RF parameters at one time in another task: working frequency, Tx power .Since the Rxsniff command keeps entering and exiting, I can't set it up right away.I think the core issue to consider when modifying these parameters is the scheduling of RF commands.
1.First of all, how to efficiently set the working frequency and avoid conflict with the Rxsniff command during the run, RF_control()? For example, I want to change 433MHz to 434MHz. I hope you can give a code snippet.
2.RF_setTxPower() also executes a command, it also needs to consider conflicts with other commands?
3.When a command is executed, the RF core is in the IDLE state. Is the call to the RF_cmdCancel() API equivalent to a null operation?
4.How to judge whether the RF core is in the IDLE state, is there any relevant API available?