How to synchronise DMA GPIO read/write with EXTI
Core : STM32H743Z , STM32H753V, STM32H750 @ 480MHz
External Sync Clock (as EXTI0): 10Mhz
I tried to read/write GPIO ports with TIM2_UP and TIM3_UP events, in sync with an external clock. Data transfer (both in and out) is taking place, but not synchronised with EXTI.
EXTIx 'events' are not triggering. Howvere EXTI 'interrupt' is working but the maximum data rate is less than 3MHZ
Basic code initiated by CubeMX.
Is there any working example for GPIO read with DMA and EXTI ?
Thanks for your help in advance!
