Solved
HAL_TIMEOUT HAL_ADC_PollForConversion
What causes the HAL_ADC_PollForConversion to return a HAL_TIMEOUT?
What causes the HAL_ADC_PollForConversion to return a HAL_TIMEOUT?
Hello @carlesls2
if HAL_ADC_PollForConversion() returns HAL_TIMEOUT status this is because ADC_SR_EOC bit is not set (0: Conversion not complete)
With regards
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.