Question
Sampling rate L011 too slow
Hi there.
I am trying to measure progress of signal with STM32L011F4.
I start measuring on three ADC channels (two inputs and reference), 30 samples on each of them by one DMA request. Frequency for ADC is set to 16Mhz (Max), ADC clock prescaler set to "Asynchronous clock mode divided by1", Sampling time 1.5 Cycles. Problem is, that the measuring took about 170 miliseconds (about 2ms per sample!), despite of the sampling rate should be 1,14Msps (asi described in datasheet).
What should i do, to improve the measuring time ?
