Hi,team:
Using CC1310 to implement host → slave → (return confirmation command to) host, the slave now requires a low-power function,
RF was called before the usleep function_ close(rfHandle);See the figure for details

As shown in the figure, the initialization behind usleep includes RF_ Open function, but it requires 150 ms to wake up the device in advance. Is there any way to minimize this time to achieve a minimum operating power consumption. The design is to communicate once per second. Thank you.
The program design is based on nortos routines.