Question
About using uart in interrupt mode
Hi
When I configure uart in interrupt mode, can I use it in polling mode in the future? (For any reason)
my other question, when is the HAL_UART_RxCpltCallback function called, is it when all data is received ? or when byte by byte is received?
Thank you
