Hello,
i am currently using the UART DMA in callback mode on an AM243x to read continously data from the UART port. So, if the DMA buffer is full, the ISR is called in which the data is further processed.
But as I have nothing found about this topic my question is, if it is possible to add an idle interrupt or timeout for the case, that there is no more data available while there is already data in the DMA buffer in order not to loose any of them? If yes, what has to be done to achieve this?
Thank you in advance.
Daniel