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.

TMS570LC4357: SPI Communication Stuck

Part Number: TMS570LC4357
Other Parts Discussed in Thread: HALCOGEN, TMS570LS3137,

Am trying to use SPI of Hercules in TMS570LC43x, It is working in loopback mode, but when I connect one SPI module to another through wires, the communication between them doesn't work, although each one works alone in loopback, the code stuck at the following line "while((spi->FLG & 0x00000100U) != 0x00000100U)", if you have any ideas how to resolve this?

Am using this interface for communication "spiTransmitAndReceiveData"