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 m...