Posted on April 18, 2017 at 14:45In order to configure UART interrupt receive, I put HAL_UART_Receive_IT function in HAL_UART_RxCpltCallback.but it doesnt work. below is my callback code.void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart){ uint8...