Other Parts Discussed in Thread: C2000WARE
Hello,
I have seen 4 driverlib example of spi, but information I requreid is stil missing.
I am having problem in crating bydirection communication between SPI Master & SPI SLAVE
Here I have some question as below,
- SPI Slave Side
- Is there any example for SPI SLAVE to receive and transmit interrupt based data with detection CS pin status to detect first byte.
- How to detect CS pin low, as CS is not used as GPIO, it's part of SPI_STEB ?
- If I enable INT_SPIB_TX Iinterrupt then it's called again and again even when Master is not sending data.
- What is right way to send data in Slave Mode ?
- Should I use RX Interrupt to pu data in TX Buffer ?
- Should I enable INT_SPIB_TX when CS pin low and disable wiht CS_PIN Hight ?
Thanks
Piyush Verma