User Activity

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 th...