Environment Info:
OS: Windows 7
SDK: 0.5.2
LP: Rev 3.2
RTOS: TI RTOS for simplelink
Problem:
UART-0 => 8N1 at 9600 baudrate, receive interrupt enable
I am not able to receive entire string sent via UART. I am using non-blocking functions for sending and receiving chars. If I send big string containing 15 chars it will get broken and receives only some of the characters. It will receive other characters when I send another string so every time string gets mixed with each other. I am attaching my C file of project. I have created empty TI RTOS project and modify content of its main .c file.
Thank you,
Niral