-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32 ADC INTERNAL CHANNEL reset after read #10143
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
@jeromecoutant, thank you for your changes. |
🎉 |
@jeromecoutant - I think #9814 is not far from being merged, I'd prefer this PR to be updated once STM32WB is merged. |
@cmonr @jeromecoutant Actually #9814 is being blocked. |
I have approved but actually one comment: |
Internal channels use is enabling ADC "internal path" which needs to be disabled after measurement
db8056c
to
ec00ea5
Compare
Rebase and commit update done |
Internal channels use is enabling ADC "internal path" which needs to be disabled after measurement. Same applied here for WB family as was done for others in ARMmbed#10143.
@cmonr |
CI started |
Test run: SUCCESSSummary: 13 of 13 test jobs passed |
Internal channels use is enabling ADC "internal path" which needs to be disabled after measurement. Same applied here for WB family as was done for others in #10143.
Description
Hi
This is replacing #9560, not only for STM32L0 but for all STM32 families.
Internal channels use is enabling ADC "internal path" which needs to be disabled after measurement.
@RobVlaar please have a look on this new correction
@LMESTM please take it into account for #9814
Pull request type