Hi,I have an application that is running many tasks with different priorities. So whenever the user enters data, the task containing uart_read function might not have executed. So currently I am using RXFNE interrupt which gives me an interrupt on th...