Resolved! USART DMA with LL drivers on STM32H7A3
I've been writing apps using the STM HAL drivers for a while. I'd like to move to the low level drivers in order to have a better understanding of what's happening in my app. Comms over a UART with DMA is a critical part of most of my apps so I'm s...