How to send and receive simultaneously with USART using HAL?
Hi, i did some research and when i do send and receive seperately then everything went smoothly, im using HAL_UART_Receive with RxCpltCallback: if(huart->Instance == USART2 && newDataFromPC == 0) { /*Receive data*/ HAL_UART_Receive_IT(&huart...