Page 1 of 1

SARADC do not work when enable automatic light sleep

Posted: Fri Oct 17, 2025 9:53 am
by Ybin_ESP
Hello guys,

When use tickless idle in RTOS, I see my ADC reading I get from raw data all are fix 4041!
It seems maybe ADC could be powered down in automatic light sleep.
https://docs.espressif.com/projects/esp ... ement.html
Is it possible to force SARADC do not power down in auto light sleep?

Re: SARADC do not work when enable automatic light sleep

Posted: Fri Oct 17, 2025 9:58 am
by Ybin_ESP
As you see. I didn't check the option below,
[uncheck]Power down Digital Peripheral in light sleep (EXPERIMENTAL)

Re: SARADC do not work when enable automatic light sleep

Posted: Sat Oct 18, 2025 8:22 am
by Ybin_ESP
If power management lock can be the only one solution, does this mean that the system will never work automatic light-sleep? However, ADC have to be reinitialized each time wake-up?

Make me confuse.