SLAU893B October 2023 – July 2024 MSPM0C1103 , MSPM0C1103-Q1 , MSPM0C1104 , MSPM0C1104-Q1
DMA_TRIG_RX and DMA_TRIG_TX registers are used to setup the trigger signaling for the DMA. This can be setup in a flexible way to trigger the DMA for receive or transmit events with the trigger conditions in Table 12-4 and Table 12-5.
DMA_TRIG_RX is used for triggering the DMA to do a receive data transfer and DMA_TRIG_TX is used for triggering the DMA to do a transmit data transfer.
IIDX STAT | Name | Description |
---|---|---|
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. |
IIDX STAT | Name | Description |
---|---|---|
0x05 | TX | Transmit FIFO event. This interrupt is set if the selected transmit FIFO level has been reached. |
The DMA trigger event configuration is managed with the DMA_TRIG_RX and DMA_TRIG_TX event management registers. See Section 6.2.5 for guidance on configuring the Event registers and Section 6.1.3.2 for on how DMA trigger event works.