STM32F7: DMA GPIO to memory
Hi, I'm trying to connect a high speed ADC to an STM32F7. I have chained two timers to generate the necessary convert and read pulses to the ADC. Its output is 16 bits that are all connected to the same gpio block. However I would also like to setup ...