Part Number: TMS570LS3137
TMS570LS3137:
I have configured SPI-1 and SPI-3 in multi buffer mode Master, Slave configuration respectively. The SPI is used in 4-wire mode. As I need to achieve full duplex mode I'm writing data into SPI-3 RAM (Slave) before triggering SPI-1(Master) TG. After writing in SPI RAM (Slave), Immediately we are seeing data (garbage) in Master Rx RAM.
I want slave to send the data when master initiate the data transfer in full duplex mode.
However Slave is receiving the data properly from master after triggering the Master TG. If I disable the slave TG then it is not receiving the data from master. Could please help us to resolve this issue?