Posted on March 21, 2017 at 05:53Hello!STM32F103ZE Problem in use ADC Init.While (ADC_GetFlagStatus (ADC1, ADC_FLAG_ADONS) == RESET); An infinite loop occurs.Why does the 'ADC_FLAG_ADONS' Flag fail to initialize?What is the solution for infinite loo...