-
-
Notifications
You must be signed in to change notification settings - Fork 40
Portenta C33 ADC: fix for analog input A5 and A6 not working #278
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
base: main
Are you sure you want to change the base?
Conversation
pillo79
left a comment
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! But the reg property and the part after the @ in the node name must always be in sync. Can you add the following changes please?
| zephyr,resolution = <12>; | ||
| }; | ||
|
|
||
| a6: channel@e { |
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.
| a6: channel@e { | |
| a6: channel@c { |
| zephyr,resolution = <12>; | ||
| }; | ||
|
|
||
| a5: channel@f { |
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.
| a5: channel@f { | |
| a5: channel@d { |
pillo79
left a comment
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 PR fix the analog input A5 and A6 not working on Portenta C33