Hi
I am attempting to read from the UART that has been previously opened. In order that my task does not block, I am trying to get the no of characters
in the buffer, before doing a UART_readPolling which is called only if count is >0, but count is always returning zero after call to UART_control even when I am
sending data from a terminal. However UART_readPolling is working satisfactorily when called by itself (when check on count is removed) . It blocks till a
character is received and then returns the character.
UART is opened in UART_MODE_BLOCKING. Please advise.
Regards