STM32H7R3 and DMA speed
I want to use fastest STM32H7R3 at 600MHz clock.
I need to use 60Mbytes/s short term DMA transfer from GPIO data 8-bit bus to RAM (about 1kbytes stream), driven from external clock, with up/down external clock slope (30MHz external clock with upslope /down data trigger)
Is it possible to achive such transfer ? How fast DMA Periph GPIO to RAM can be? How may clock is needed to make one byte (CPU has only to do only this thing, and after 1Kbyte have time to make some calculations)
with regards,
