-
Notifications
You must be signed in to change notification settings - Fork 887
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
STM32F303 I2C blocking_read_write
works but async write_read
fails due to a timeout
#2884
Comments
@fmckeogh I looked and the F303 doesn't have the errata from #2887, I would suggest adding logs to the Since the interrupts self-disable, any non-terminating branch of the poll-fns should re-enable the interrupts. |
@jamesmunns Awesome, will do:) |
@jamesmunns Yes, seems like you're right. The contents of the |
Do you have any updates? |
@EzraWolf Sorry, my last comment is as far as I got with the debugging. |
main.rs
:Output:
Why does the async read-write fail? Have I set up the interrupts/DMA correctly?
The text was updated successfully, but these errors were encountered: