2018-07-09 01:43 PM
Hi,
I am trying to find some example for DMA configuration on Nucleo144 (STM32H743ZITx).
A DMA should transfer data from GPIO port pins to memory by SYNC signal provided by external clock (EXTI2).
Did not find something helpful in documentation or in Cube....
Appreciate your help!
Arkady
2018-07-10 01:08 AM
Forget about EXTI, for this purpose it's not usable
See AN4666.
In your case, instead of output compare, use input capture to provide the DMA trigger.
JW
2018-07-12 01:13 PM
Thanks Jan!
indeed I tried to use Discovery example refereed by
AN4666.
It is not simple. When porting to STM32H734, GNU compiler start pointing to some irrational errors and conflicts. Not trivial to solve.
Of course, I can continue and fight with this example, but it would be nice to have something ready for Nucleo (
STM32H734).
Appreciate your help.
Atkady