Using ULP without deep_sleep
Posted: Fri Dec 15, 2017 9:23 am
Hi everybody,
is it possible to use ULP without forcing the module to go in deep_sleep?
In the examples provided in the SDK the program calls
I would like to use the ULP, reading inputs and ADC, in both case when module is full power and deep sleep. Is this possible?
Thanks
is it possible to use ULP without forcing the module to go in deep_sleep?
In the examples provided in the SDK the program calls
Code: Select all
esp_deep_sleep_start();
I would like to use the ULP, reading inputs and ADC, in both case when module is full power and deep sleep. Is this possible?
Thanks