Hi,
I'm trying to establish SPI transmission between two TMS320F28379D control card boards.
I see that the initial few bytes of the transmission are being lost. For eg: when I send a count of 1 to 128, my receiver array (tied to DMA destination) holds data only from 21 or sometimes 31. This is inconsistent.
When I send only 5 bytes of data, the receiver doesn't pick up anything.
(I used "Example_2837xD_Spi_dma.c" from device support of C2000 as reference and I have pretty much done everything as specified in that example).
Could you please help me with this issue?