Resolved! Toggle GPIO port input/output direction (MODER) through DMA? STM32H750
I would like to remove the CM7 from having to be involved in this toggle. Should it be possible to toggle the direction through DMA? Is there anything special that needs to happen for this to work? // Switch to output. GPIOA->MODER = ...