Other Parts Discussed in Thread: EK-TM4C1294XL, SYSBIOS
Tool/software: Code Composer Studio
I am working on TCP_ECHO code from TI-RTOS Tiva-C. In there I want to use UART functions within the TCP_echo code.
I am successfully able to use Uart_Send function to send data to TCP socket but cannot incorporate Uart_Interrupt function in the code.Whenever I try to write in com port the code takes me to error state; which should have been in Uart_Interrupt Handler instead.
Pl, tell me whether it is possible to use Uart_Interrupt with the TCP_Echo code.
Same problem arose when using UART_Echo code. It is defined for UART0 but I could use it other Uart Prorts.But to only send data ie. Uart_Send Function. Again I'm unable to use Interrupt Handler..
Pl, look into it asao.
Thanks &Regards
Vinayak Ullagaddi