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.

LAUNCHXL-CC1310: How to put mcu into standby mode

Part Number: LAUNCHXL-CC1310

Hello TI Team

I wanted to know how to put my mcu into standby mode for infinite time till any external interrupt(GPIO interrupt) wakes it up and then process the ISR and again go to standby mode for infinite time for non RTOS applications. Some examples suggest to use sleep() API for non-RTOS applications but the problem with this is I need to mention a particular amount of time in this API.

like sleep(X)    // Go to stand by mode for X sec.

Thanks

Gopal Agarwal