2019-07-29 02:55 AM
I'm new user running a STM32F767ZI Nucleo board.
I need to build very simple application that copied array[2] to GPIO Pin (PC6) by DMA in "memory to peripheral" mode.
I interested to activate DMA in two modes:
a) Don't use timer (memory to GPIO by DMA polling)
b) By timer activation
I found exact examples for both of modes in STM32F4-Labs.pdf (Labs 6 and 17) , but these example don't work in STM32F767ZITx with GPIO periphery ....
I am looking for working example...
Thx,
AlexP
2019-07-29 06:36 AM
> don't work in STM32F767ZITx with GPIO periphery
Did you modify those examples? You need to use DMA2.
JW
2019-07-29 06:45 AM
Yes. I use : TIM1_UP DMA2 steream 5 memory to peripheral
2019-07-29 06:47 AM
TIM Config