-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adapter can hang until power cycled after being reset #11
Comments
delan
added a commit
that referenced
this issue
Feb 17, 2024
delan
added a commit
that referenced
this issue
Feb 17, 2024
delan
added a commit
that referenced
this issue
Feb 17, 2024
delan
added a commit
that referenced
this issue
Feb 17, 2024
delan
changed the title
i2c display tx can hang if adapter is reset too frequently
adapter can hang until power cycled if reset too frequently
Feb 21, 2024
delan
changed the title
adapter can hang until power cycled if reset too frequently
adapter can hang until power cycled after being reset
Feb 21, 2024
fixed in pcb rev B0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when resetting the adapter, the firmware can start getting stuck in Adafruit_SSD1306::begin or the initial Adafruit_SSD1306::display (pico led on), until the adapter is power cycled. this is especially likely to happen if you mash the reset button several times in quick succession. stack trace:
our 4pin i2c display (U2) doesn’t expose RES#, so we need to switch U2.VCC externally.
The text was updated successfully, but these errors were encountered: