Part Number: DK-TM4C129X
Tool/software: TI-RTOS
I am using TI-RTOS and want to read incoming characters through UART for a short period and if the characters are not available then exit reading.
I have included uart.h to the file and still getting Implicit declaration warning. Is there any thing else I need to include?
I cannot find much information in the TI-RTOS driver documentation.
Please let me know if there is any other way to timeout Uart read.
I tried setting readTimeout in Uart Parameters but for some reason it just keeps repeating the echoing the same character and never times out.
Thanks,
Hardik