Issues with UART1 on STM32F303RT8
Hi I am working on getting and processing raw serial data on a STM32F303RT8 MCU. The interrupt is firing but I am not able to properly read data from the Serial interface.Every time the ISR fires, the value of "sr" is 216 except for the first time w...