Why can MicroPython not use the ULP WAKE instruction

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
ellisjr
Posts: 24
Joined: Sun May 17, 2020 8:30 pm

Re: Why can MicroPython not use the ULP WAKE instruction

Post by ellisjr » Sat Jan 02, 2021 9:34 pm

@clone
There is no disable_ulp_wakeup in official API, because you have to call enable_ulp_wakeup() every time before you go to deep sleep if you want to enable ULP wake.
Ah, OK, well, I can live with that; thanks for pointing that out. I should have read more of the Espressif docs before asking dumb questions, sorry :roll:
John Ellis
What cannot go wrong, will. What definitely cannot go wrong absolutely will... :roll:

Post Reply