Posted on August 29, 2017 at 00:01This is the section of code I think needs changed in HAL_USART_Transmit(...);if(husart->Init.WordLength == USART_WORDLENGTH_9B) ....else { if(USART_WaitOnFlagUntilTimeout(husart, USART_FLAG_TXE, RESET, tickstart, T...