USART with 7 data bits
Hi all!I am using STM32F427 with HAL. I have to communicate with other devices using communication protocol over RS-232 interface (USART). The protocol is using 7 data bits, odd parity. I am struggling to make it work. There is a setting for WordLeng...