Resolved! 9-bit UART data not as expected
HiWe are using the STM32L4S7AI. We have USART2 configured as 9-bit data.We are using the HAL and have been using 8-bit HAL on many STM32 for a while... this is our first 9-bit data use.We set UART_InitTypeDef.WordLength to UART_WORDLENGTH_9B.On the w...