STM32F072R8 ADC EOC is not complete
Hello,I am using ADC1 of STM32F072R8 to measure temperature from sensor. The ADC is being used in continuous mode. For some historical reasons I still use standard peripheral library. Here is my code:void Temperature_ADC_Init() { GPIO_InitTyp...