Question
ADC Continuous Conversion Mode .
I have a sensor with analog data and I am connecting it to one of the ADC pins (STM32L152). I have no problem to read a single conversion data. However, I would like to one shot capture multiple ADC data (for example, 128) so it will be more consistent in terms of sampling rate.
Which mode should I use and do we have an example for it?
Thanks!