Solved
How do I move data continuously over DMA from an array in memory to a 8-bit set of GPIO pins/bus? I feel like this should be simple, but I am majorly stumped. I am using an STM32H7 Nucleo board.
..
..
Set up a timer to trigger a periodic DMA transfer. Set up that DMA stream to transfer between an array to GPIOx->BSRR. Only works if all pins are on the same port. Frequency will be limited so something on the order of 10 MHz.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.