suc_eof interrupt moment
Posted: Sat Oct 14, 2023 2:09 pm
I've made linked descriptors chain for dma transfer and it works fine. The problem I get is when filling up the buffer of the descriptor that caused the interrupt. The data filled is not what I expected to receive. That raises the question: at which point is said interrupt triggered? At the beginning or end of sent data?
Is the descriptor in the interrupt event_data argument the one that caused the interrupt?
Is the descriptor in the interrupt event_data argument the one that caused the interrupt?