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: TMS570LC4357

Part Number: TMS570LC4357
Other Parts Discussed in Thread: HALCOGEN

SPI configurations for TMS570LC43x, after making all configurations on Halcogen using SPI2 as Master and SPI3 as Slave,

Then start to send and get data from the 2 SPIs in the same launchpad with connecting MibSPI2SIMO to MibSPI3SOMI, MibSPI2CLK to MibSPI3CLK & MibSPI2SOMI to MibSPI3SIMO,

and start to use functions SpiSendData and SpiGetData in a while(1) loop, the spiTransmitstatus is always pending.

I checked the Reset Pin in GCR0 and it's 1 (Out of Reset)

also the SPIEN Enable pin in GCR1 is 1 (Activate SPI).

Any help in why the SPI is always pending ?