SPRUJ79 November 2024 F29H850TU
The FSI transmitter can send data that is continuously applied with the RTDMA. A RTDMA trigger is generated every time a data frame transmission is completed. This is concurrent with the FRAME_DONE signal that sets the TX_EVT_STS.FRAME_DONE flag.
To transmit continuous data with the RTDMA, some configurations need to be made on the transmitter:
First, set TX_DMA_CTRL.DMA_EVT_EN to 1. This allows the RTDMA trigger to propagate to the RTDMA module. Next, TX_OPER_CTRL_LO.START_MODE must be set to 0x2. The transmitter is now able to start a transmission using a software write to TX_FRAME_CTRL.START or TX_FRAME_TAG_UDATA..
The RTDMA must also be configured properly for the FSI to send the data. One way of using the RTDMA to continuously feed the transmit buffer is: