I want to take ADC data at 166ksps but I am getting after 2 second. Can anyone suggest How can I take ADC data and also perform calculation ? Please give some guidance. I am attaching my main.c file.
Hi @Hl_st Thank you for your response. I have tried as you say by using DMA and using longer ADC sampling time. But it is taking more time.As I am using STM32F030F4P6 its clock frequency is 48MHz and 12 bit ADC. It can read ADC up to 1 Mbps.I want to...