Replies: 1 comment
-
Have you read this one? There is a Until someone sorts that out maybe my |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a micropython program running on an ESP32, I regularly get
OSError: (-259, 'ESP_ERR_INVALID_STATE')
when using the DAC.This does not occur when I run the program for the first time (after a power-up reset), but occurs reproducibly when I re-run it during program development (it is started using pyboard / repl).
A simple reduced test case looks like this:
What do I need to do to properly initialize the ESP32 when re-starting the program?
Beta Was this translation helpful? Give feedback.
All reactions