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.

McBSP over 28335 Data Corruption

Other Parts Discussed in Thread: TMS320F28335

Hello,

 

I am using a setup having one 28335 sending data over McBSP-A using DMA channel-2 to another 28335 who is receiving over McBSP-A, but without DMA.

The sender CPU, say P, is transmitting 15 words packet.

On the reciever CPU, say Q, i am receiving the 1st and 2nd packet properly but later second packet onwards data is received as 0xFFFF.

Ex Sequence:

CPU P transmits - 0x0501 0x000E 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0xABCD

CPU Q receives - 0x0501 0x000E 0xFFFF 0xFFFF 0xFFFF 0xFFFF 0xFFFF 0xFFFF 0xFFFF 0xFFFF 0xFFFF 0xFFFF 0xFFFF 0xFFFF 0xFFFF

 

Can somebody provide inputs where is my copnfiguration going wrong, or what work around can help me..?

Any type of suggestion will be halpful. Thanks in Advance.

 

- arpan