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.

CC1310: CC1310 - low power timings

Part Number: CC1310

Hi,

I am working with TI-RTOS. My project is based on SENSOR_CC1310_LAUNCHXL.. example.

What is the best way to enter sleep mode for some time. 

Am I correctly using Task_sleep(1000000); ?

One of my tasks is ended with

while(1)

{sensor_process();}

but I do not know how often does it wake up and how long does it sleep, so I added some task sleep to longer sleeping time.

Is it correct?

Regards,