Question
Nucleo-G474RE board - STM32G474RE - ADC -> EOC flag is not set.
Hi all,
The project is under Nucleo-G474RE board using STM32CubeIDE.
I am trying to use ADC1 in continuous conversion mode but unfortunately the code hangs at while((ADC1->ISR & ISR_EOC)!= 1){} loop.
as i am checking the conversion to be finished and then checking the conversion result on DR register. Your suggestions/advices are highely appreciated. Thank you.
