ADC sample rate
Posted on May 04, 2018 at 07:47Hi all,I have seven adc channels to convert using STM32F051. I set the ADC to be triggered by timer 15. I also setup DMA to put all the converted results to a memory buffer and have a Transfer complete interrupt set. H...