Skip to content
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

analogRead: don't set ADC common register when ADC doesn't support it. #910

Merged

Conversation

ABOSTM
Copy link
Contributor

@ABOSTM ABOSTM commented Feb 3, 2020

Summary
analogRead: don't set ADC common register when ADC doesn't support it.

STM32F103ZE: ADC3 doesn't support common settings.
__LL_ADC_COMMON_INSTANCE(ADC3) returns 0

Solve issue:
https://www.stm32duino.com/viewtopic.php?f=62&t=46&hilit=adc3&start=30

STM32F103ZE: ADC3 doesn't support common settings.
__LL_ADC_COMMON_INSTANCE(ADC3) returns 0
@fpistm fpistm added the Fix label Feb 3, 2020
@fpistm fpistm added this to In progress in STM32 core based on ST HAL via automation Feb 3, 2020
@fpistm fpistm added this to the 1.9.0 milestone Feb 3, 2020
@fpistm fpistm merged commit 7d72a79 into stm32duino:master Feb 3, 2020
STM32 core based on ST HAL automation moved this from In progress to Done Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants