I am using STM32H753 MCU. I generated my code using STM32Cube. The UART is configured to work on interrupt, baud rate is 19200. I sent 'A' many time but most of the time I am receiving "C1" in hex instead of "41" ('A' in ASCII).When I analyzed the da...