Question
USART in interrupt mode
Hi, I want to use USART in interrupt mode in stm32f429 evaluation board.
I saw the demo example UART_Hyperterminal_IT, but I didn't understood why they are calling HAL_UART_Receive_IT() function if we are using USART in interrupt mode not in polling mode ?
Calling this function, look like we are polling for coming message on USART.
Please correct me if I am wrong ?
And please tell how can I use USART in interrupt mode?
Thanks
Pratik
