Other Parts Discussed in Thread: CC2650
Good day -
I'm using a cc2650 sensortag, along with the XDS110 debug probe (CC-DEVPACK-DEBUG). I'm developing a Contiki application and streaming output over the UART. I've observed over many instances that data appears to be corrupted. Examining the data, it appears that data existing in the FIFO is dropped in preference for newer data.
I've observed the problem at speeds of 115200, 230400, 460800, and 921600. Looking at contiki cpu/cc26xx-cc13xx/dev/cc26xx-uart.c, it is simply calling UARTCharPut.
Any advice would be appreciated.