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.