Resolved! Not able to get required samples from ADC DMA triggered using timer [STM32F103C8]
Hello,I am acquiring samples from 50Hz Sine Wave through a CT and want to get 100 samples of this signal (T=20ms). For this, I need each sample at 200us apart so I get an array of 100 bytes. I have following clock setup:APB1 = 36Mhz; ADC = 12MhzTIM3 ...