User Activity

I my project I use UART 1 and 2 and SPI 1 and 2.When I send data via UART 1 using the function "HAL_UART_Transmit_IT (....)" and the second line in code I use the function "HAL_SPI_Transmit (....)" the data received from the UART 1 is incorrect, th...