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