Another question about HAL_UART_Receive_IT
Posted on April 18, 2018 at 15:01Recently, I've encountered problems with 'HAL_UART_Receive_IT()'. So I go here for solutions. I see several suggestions to put another 'HAL_UART_Receive_IT()' in 'HAL_UART_RxCpltCallback()', but they didn't give whi...