This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

UART byte order

Hi.
I using C6748 PSP 01_30_01 UART driver for data exchange in DMAINTERRUPT mode. There was a following problem: reception of a package of the data of the fixed length and with the fixed order of byte in a package is carried out. But order bytes in the receive buffer does not correspond by what is transfered. For example, the package of the transferred data is {170,85,1,2,3} , but in the buffer the received data is {3,170,85,1,2}.

In what there can be a reason?

Best regards.