-
Notifications
You must be signed in to change notification settings - Fork 237
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
I2C example produces weird non-working results #810
Comments
This has been and still is being used regularly by lots of people without issues. Could you tell us more about your use case?
EDIT: we also have some quite extensive hardware in the loop testing: https://github.com/rp-rs/rp-hal/tree/main/on-target-tests/tests |
@HourGlss any news on this? I'm quite confident that the example works as expected. Of course it is not strictly impossible that we have some bug that needs some unknown condition to get triggered. But I consider it much more likely that there's something wrong with your hardware. GPIO pins can break, for example, with the rest of the rp2040 working perfectly fine. |
https://github.com/rp-rs/rp-hal/blob/main/rp2040-hal/examples/i2c.rs
verifying with an O-Scope... the clock this produces only sends one pulse and the data line sent nothing.
The text was updated successfully, but these errors were encountered: