STM32F446 UART: Reading received 9th bit (i.e. DR[8]) in USART_DR when PCE=0 and M=1 in USART_CR1
I want to interface to an existing RS-485 bus where the 9th bit (normally reserved for parity) is set to 1 for the first two packets of each frame (as an addressing mechanism) and then cleared to 0 for the subsequent "data" bytes.If I set PCE=0 in r...