ADC initailization problem on STM32L series
Posted on March 20, 2014 at 13:52Hi, I am trying to use ADC for reading the voltage on pin A4.. I wrote an initialization method, however it get stuck in the last WHILE. Here there is the code: void ADC_Initialize(void) { ADC_InitTypeDef ADC_Ini...