Resolved! Timer to DMA to SPI STM32H723 using LL
Hi,I want a GPIO pin to trigger an SPI transfer. The way that I have figured this should work is:PG3 -> TIM23 -> DMA2 -> SPI1 Here is basically what I have so far:/* Includes ---------------------------------------------------------------------------...