I have an STM32G473 and would like to use DMA to send a circular buffer to a set of 8 GPIOs, 6 using port A, 2 using port B. Two uint32_t arrays of equal length work as circular buffer, to be fed in the respective A or B BSRR register. Timer 7 (can p...