simultaneous transmit and receive for UART not possible?
Hi,I am trying to set up UART communication on two STMF4 Boards, which has to handle simultaneous reception while also sending. The transmission looks something like this:for (uint16_t i = 0; i < size; i++) { HAL_UART_Transmit(&huart3, (uint8_t*)...