More robust HAL USART implementation for RF module AT communication
Hello,My message is too long so I put the question first and context after:Any advice regarding the most robust way to implement HAL_UART_ErrorCallback() ?For now I have: // UART Error Handle void HAL_UART_ErrorCallback(UART_HandleTypeDef *huart) { ...