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