HAL_TIMEOUT HAL_ADC_PollForConversion
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-23 11:23 PM
What causes the HAL_ADC_PollForConversion to return a HAL_TIMEOUT?
Solved! Go to Solution.
Labels:
- Labels:
-
ADC
-
STM32G0 Series
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-24 1:32 AM
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
If your question is answered, please close this topic by clicking "Accept as Solution"
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-24 1:32 AM
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
If your question is answered, please close this topic by clicking "Accept as Solution"
