-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ADC: STM32H7: Skip Negative input analog channels (INN) #14895
Conversation
@AnishKumarHCL, thank you for your changes. |
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.
Minor request about python script:
- could you update GENPINMAP_VERSION = "1.20.1" to 1.20.2 ?
- why did you change chmod ?
Removed INN channel ADC
Removed INN ADC channels from PeripheralPins.c
7dd6017
to
ec44991
Compare
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.
FYI: @pennam
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
mbed-os does not support ADC INN channels. So removed INN channels from
STM32H7 PeripheralPins.c files and updated STM32_gen_PeripheralPins.py
script to skip INN adc channels.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers
@jeromecoutant