Uart interrupt
Posted on December 19, 2015 at 19:15 Hello, I tried to get working the uart with interrupt. I can send and receive data by polling with the function HAL_UART_Receive. First how I can do to check if a byte is in the data_register, because whe...