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"