I'm using a STM32F407-Disc1 board, and my polled HAL_UART_Receive() is stuck waiting for the RXNE flag to get set in the UART Status register. Ironically, when using the STM32CubeIDE debugger and looking at the SFR registers for my UART, it looks li...