STM32F7 with 80MSPS external ADC + DMA + external 10ns SRAM
Posted on June 12, 2018 at 10:52I need to do ADC sample with a 80MSPS. I have two choice: Using FPGAUse STM32F7, attach the ADC to the FMC, and using DMA memory-to-memory80MSPS is near the limit of the F7's GPIO speed limit (100MHz, right?) And I ...