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.

AWR2944: [MDO]Data frames send over MDO discards the last 6 bytes at the end of the frame

Part Number: AWR2944

Dear TI team

We encounter a problem while sending data over MDO infrastructure

The last packet of a data frame discards the last 6 bytes from it.

Data Frames with size of %8=0, %8=2, %8=4 are all created correctly and handled / interpreted correctly (the frame has the extra bytes that don’t fit the alignment)

Only Data Frames with size %8=6 are not handled correctly, the frame seems to be rounded down, and discards all the extra 6 bytes.

 

 Note:     The cause originates from data frames that have size  %8=2, which in some situations cause the whole data Frame to be %8=6, thus causing the problem.