What would the best code examples to look at for using the SCI with the tms320f28335?
I am currently using the TMDSDOCK28335 Experimenter’s kit.
SPRC530 has an example project Example_2833xSci_Echoback. This example prints a banner, and then echos received characters. This works ok if I send single characters to the device with significant spacing between characters, however if I send some characters close together, the program will stop working, and will not work again until I reset the CPU and reload the program.
If I halt the processor after the program has stopped working, it halts at line 159 in the file "Example_2833xSci_Echoback.c". The line is as follows: "while(SciaRegs.SCIFFRX.bit.RXFFST !=1) { } // wait for XRDY =1 for empty state".