-
Notifications
You must be signed in to change notification settings - Fork 2.1k
boards/nucleo-l452re: add ADC #20778
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
Conversation
80ffbb8
to
85e028a
Compare
I think you have to rebase the PR, it does not include your previous fix yet. (Doesn't matter for the merge though, just makes testing more complicated.)
I rebased it locally and can confirm it is still working as it should :) |
85e028a
to
fe4a764
Compare
fe4a764
to
02ecded
Compare
@crasbe thanks for valuable comments. I |
@krzysztof-cabaj Thank you for doing this PR even though you don't have an L452RE Nucleo :) |
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.
ACK.
Contribution description
This PR adds to the Nucleo-l452re ADC configuration.
Testing procedure
Flash the board using
tests/periph_adc
program. Check if measured values changes when A0-A5 pins areconnected to the 3,3V, GND or to the potentiometer.
Solution was successfully tested by @crasbe - more details PR #20756.
Issues/PRs references
PR #20756