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.

Tiva Launchpad SSI EOT interrupt

Hello.

Question about SSI End Of Transmission interrupt. In datasheet and ssi.h (TivaWare) it is mentioned that interrupt flag SSI_TXEOT can be passed to SSIIntEnable to enable interrupt when transmission is over. But in ssi.c (TivaWare) it is mentioned that this flag value is not valid. However how can I implement this interrupt, because passing EOT flag value to SSIIntEnable does not make this interrupt to work.