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

Added HAL_ADC_STATE_READY to checking conversion of a regular channel… #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jinhyuk-im
Copy link
Contributor

After called HAL_ADC_PollForConversion(), ADC state can have both HAL_ADC_STATE_REG_EOC and HAL_ADC_STATE_READY like below situation:
https://github.com/MaJerle/stm32fxxx_hal_libraries/blob/b295f87c649cccf0c27bcd6f8f3695666fdde571/00-HAL_DRIVERS/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c#L634-L655
So, Added HAL_ADC_STATE_READY to the code of checking conversion of a regular channel finished.

alpo added a commit to alpo/stm32fxxx_hal_libraries that referenced this pull request Mar 20, 2019
alpo added a commit to alpo/stm32fxxx_hal_libraries that referenced this pull request Apr 19, 2019
@CLAassistant
Copy link

CLAassistant commented Aug 14, 2020

CLA assistant check
All committers have signed the CLA.

@dgy924143558
Copy link

Thank you!!

@EmbeddedLife615
Copy link

EmbeddedLife615 commented Feb 22, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants