ADC single conversion mode
Posted on February 18, 2014 at 17:46 Hi, I'm working with stm32F0discovery, andI'm trying to develop ADC single conversione mode. This is my code of init ADC: uint32_t tmpreg = 0; /* ADC1 Periph clock enable */ RCC->APB2ENR |= RCC_APB2...