How to convert ADC (with DMA) sample number to time without assuming uniform conversion time?
I'm new to working with ADCs on STM32. I'm reading a rectified voltage using ADC with DMA on an STM32G0B1. I know the ADC conversion time from the datasheet but I want to compare the ADC's output with readings from an oscilloscope. I'm plotting the v...