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.

TM4C123GH6PM: SPI EOT (End Of Transmission) interrupt can be triggered, but can not raise the interrupt flag

Part Number: TM4C123GH6PM

SPI EOT (End Of Transmission) interrupt can be enabled by setting the EOT bit in the SSICR1 (SSI Control 1) register, and setting the TXIM bit in the SSIIM (SSI Interrupt Mask) register, to enable the transmit FIFO Interrupt.

The EOT interrupt is actually triggered (in Freescale SPI mode, the interrupt is triggered for each word transmitted), but it does not raise the TXRIS flag in the SSIRIS (SSI Raw Interrupt Status) register.

Is it a hardware bug ?!