ADC continuous conversion STM32F103
Posted on June 16, 2016 at 16:43 I'm facing with a problem regarding continuous acquisition of ADC channel in STM32F I use the interrupt at the end of conversion to call a callback function to store the acquired value. The problem regards t...