UART Framing errors when not running on ST-Link
I'm using UART4 on an STM32H743x processor to talk to an external device.
The program works great when running on the debugger ST-Link).
When I program the part, remove the ST-Link and power-cycle the board, I get a framing error on every byte received at the UART. I know this because I blip a scope output GPIO when a framing error is detected by the receive ISR.
I will give my firstborn to anyone who could shed any light on this problem.
