Receive data from usart(Asynchronous) when parity bit is set
Posted on January 23, 2018 at 18:55I am using usart1 for asynchronous communication. Microcontroller is nucleo STM32F103RB.Here's is how I am receiving data if parity bit is not set,char USART1_Receive(){ if((USART1_SR & 0x00000020) == 0) // n...