ADC configuration to get 1 value
Posted on October 01, 2015 at 16:03 Hi, I think this would be very easy but I can't get just 1 value from ADC on stm32f4-disco. I configure ADC like this: void ADC_Configuration(void) { ADC_CommonInitTypeDef ADC_CommonInitStructure; A...