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.

TMS570LS1224: MIBSPI1 is not working with SIMO1 and SOMI1

Part Number: TMS570LS1224

Hello Everyone,

I had made my custom board with TMS570LS1224 as my MCU and connect it to a memory chip.

Memory chip require SPI communication, so I connected SIMO1(MCU) to MOSI(Memory), SOMI1(MCU) to MISO(Memory) , CS to CS and SCLK to SCLK.

In My code I made SIMO1 and SOMI1 as SPI pins and SOMI0 and SIMO0 as GIO. and Cleared CS pin before communication start.

After doing all initialization, I am still not able to get any signal on any pin.

Is it because of using SIMO1,SOMI1 instead of SIMO0 SOMI0?

If Yes, How to make it work with SIMO1 and SOMI1?