Hi,
I am try to use UART for data receive and transmit. Previously the design for data receiving is like loading few bytes once and transfer into receive buffer.
I am using sciReceive(sciBASE_t *sci, uint32 length, uint8 * data) function for data receiving. In the debug, I find that it will cause some data loss in the receive buffer.
Therefor, I changed my design to load data byte by byte when receive data frame. It still shows the problem like cannot save data into buffer in correct sequence. Like the last byte of sending data show in the middle of buffer.
Any idea how it happen? Or any suggest for solve the problem?
Thank you
Best Regards
Gloria
