STM32L4 ADC using DMA and oversampling - 16 bit value
I want to implement the oversampling feature in the ADC read to get a better resolution for my values. Data is transmitted directly using DMA.If I enable oversampling, I can correctly get an average value when putting a 16x oversampling ratio (the ma...