STM32L4 ADC oversampling - What is the total sampling time ?
I using STM32L4 ADC in my project to sample analog acceleration data. The ADC conversion is triggered by 10kHz timer by which i was able to achieve 10kHz sampling rate using DMA. Now, i wanted to implement oversampling by a factor of 2. Now what is m...