Fastest memory-to-memory (actually to/from GPIO) DMA using STM32H562VI
I am new to this forum and to STM32CubeIDE.I am working with a NUCLEO-H563ZI board.
Where can I find how to decide the best Timer to use for my DMA?
The top priority for my project is to set up DMA to do 3 things simultaneously as fast as possible for a specified quantity of words transferred.
1. Output from one memory buffer to one GPIO port - only 8 bits actually needed.
2. Input to another memory buffer from another GPIO port - 12bits from an ADC
3. Output to the ADC clock via a GPIO pin. AFAIK the LTC2228 ADC will change the data on the ADC's GPIO port during the rising edge of this clock.
I am unclear whether each data access will take 6, 5, or 4 cycles of the 250MHz MCU clock.
