Hi
I have initialized PWM to have 1.25 square wave on PA7, and I need to read an 8 bits data from external ADC with 2.5M sample per second. At first I have used PWM interrupt but that maximyum spped that I have read data was 520K sample per second.
Now I want to use DMA. I just need to know that whether I can read data from PORTD and directly put it in UART buffer to send it to computer with 2.5MS/S? I really appreciate it if you could help me in this regards.
Thanks
Majid