Resolved! Nucleo STM32L432KC ADC + DMA circular buffer, slower than expected?
I want to take readings from one ADC channel continually and use DMA to store them in a circular buffer. I do have working code which does this, see link below. However, the sampling happens more slowly than I expected.My question is about the rate a...