-
Notifications
You must be signed in to change notification settings - Fork 835
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
STM32U5: Add ADC drivers #3688
STM32U5: Add ADC drivers #3688
Conversation
I just wanted to add that I’m also looking for ADC driver support for the STM32U5, as I plan to use the ADC in an upcoming project. Thanks for the work on this PR so far, and I’m looking forward to seeing it reviewed! |
could you fix CI? |
Should be fixed now! My first attempt failed so I did a force push to remove it from the history. I'm not entirely sure what's considered good practice with git but I hope it's okay. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
This pull request adds ADC drivers for the U5 series with both blocking and async reads. One quirk of the U5 series is that some models have two simultaneous revisions of the peripheral. To handle this I've had to touch the internals a bit. The issue in stm32-data has some more details.
Closes issue:
#3654