Dear All,
i am using TMS -57004 as SSI master and TM4C1294 XL as SSI slave. I want to generate an interrupt when the master start sending the data to slave. How can i do that?
Regards,
Gunit
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.
Dear All,
i am using TMS -57004 as SSI master and TM4C1294 XL as SSI slave. I want to generate an interrupt when the master start sending the data to slave. How can i do that?
Regards,
Gunit
OK, here is an example project that uses SSI2 as a master and SSI3 as a slave. The slave is interrupt driven. The master sends a string of up to 64 bytes. The slave receives the string and stores it in a buffer. It disables its own interrupt and sets a flag when it receives the NULL which terminates the string. Import the project into CCS from the attached .zip file.