Resolved! Simple UART problem STM32H753
Hi,I'm relatively new to the STM32 world and I'm becoming frustrated that I can't make a simple UART work. No DMA, no interrupts just trying to send bytes out of the UART and then receive them. Here is my setup code: void UART7_Init(void) { GP...