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'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 p...