Part Number: AM5728
I am sending some data over UART via EDMA. And I am getting an EDMA transmission complete interrupt when all data is fetched and placed onto UART FIFO. But we are using RS-485 and we need to start listening for the response and we must toggle the direction pin only after the last byte is transmitted, not when all data is placed into FIFO.
I know that this is doable if we weren't using EDMA, but directly write to FIFO instead (TX_EMPTY_CTL_IT bit in UART_SCR register), but is there a way to achieve the same result with EDMA?