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 ?