I've configured TI-RTOS UART driver to communicate with a co-processor, with the following configuration:
- Baud rate is moderate (9600)
- Too bad, but since MSP430 does not support CTS/RTS, there is no flow control
- A task with highest prioirty is polling the driver by calling UartRead() in a loop, read in blocking mode
Occasionally, UART packets from the co-processor are missed altogether. Scope shows valid signals on the UART lines.
Any ideas how to analyze and solve this?