-
Notifications
You must be signed in to change notification settings - Fork 2k
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
boards/nucleo-l496zg: add ADC support #18940
Conversation
a76b99b
to
d557f12
Compare
Hmm ... are there some problems with Murdock?
and stale at state |
Sorry for the inconvenience. It was a human error in administration. The job is already re-queued and should now run as expected. |
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, thx :)
I didn't do any testing but I double checked that the pins indeed have the alternate function given in the comment according to the data sheet and that the comment matches the .dev
and .chan
params.
Please note the inline comment. If you take the suggestion, please squash right away.
Head branch was pushed to by a user without write access
2f36a18
to
b523bea
Compare
b523bea
to
c7cd72c
Compare
There are still some problems with Murdock - it seems that disk is full.
Update. |
Contribution description
This PR adds to the Nucleo-l496zg 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.
Issues/PRs references
None