Other Parts Discussed in Thread: TMS320F28377D
Hi,
I have a problem with SPI communication in TMS570LS3137.
I am trying to communicate with TMS320F28377D through SPI. Both MCU is using DMA for SPI communication.
Transferring 16-word is OK. However i need to transmit and receive 32-word. When I do that, TMS320F28377D receives all 32-word but the order is not correct.
For example, TMS570 sends 1,2,3...,32; TMS320F28377D receives 16,17,18...32,1,2,3,..15.
Any idea to solve this problem? Thank you.