SLAU846A June 2023 – October 2023 MSPM0G1105 , MSPM0G1106 , MSPM0G1107 , MSPM0G1505 , MSPM0G1506 , MSPM0G1507 , MSPM0G3105 , MSPM0G3105-Q1 , MSPM0G3106 , MSPM0G3106-Q1 , MSPM0G3107 , MSPM0G3107-Q1 , MSPM0G3505 , MSPM0G3505-Q1 , MSPM0G3506 , MSPM0G3506-Q1 , MSPM0G3507 , MSPM0G3507-Q1
The SPI module provides 9 interrupt sources that can source a CPU interrupt event. Table 17-3 lists the CPU interrupt events from the SPI in order of decreasing priority.
IIDX STAT | Name | Description |
---|---|---|
0x01 | RXFIFO_OVF | RXFIFO overflow event. This interrupt is set if an RX FIFO overflow has been detected. |
0x02 | PER | Parity error event. This bit if a Parity error has been detected. |
0x03 | RTOUT | Peripheral receive timeout event. When in peripheral mode and not receiving data for the CTL1.RXTIMEOUT selected number of functional clock cycles. |
0x04 | RX | Receive FIFO event. This interrupt is set if the selected receive FIFO level has been reached. |
0x05 | TX | Transmit FIFO event. This interrupt is set if the selected transmit FIFO level has been reached. |
0x06 | TXEMPTY | Transmit FIFO empty interrupt. This is set if all data in the transmit FIFO have been shifted out. |
0x07 | IDLE | SPI Idle. SPI has done finished transfers and changed into IDLE mode. This bit is set when STAT.BUSY bit goes low. |
0x08 | DMA_DONE1_RX | This interrupt is set if the RX DMA channel sends the DONE signal. |
0x09 | DMA_DONE1_TX | This interrupt is set if the TX DMA channel sends the DONE signal. |
The CPU interrupt event configuration is managed with the CPU_INT event management registers. See Section 7.2.5 for guidance on configuring the Event registers.