This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to associate a Hardware Event with a DMA request line?

I have  a DMA channel to move the mibspi  receive RAM data to CPU RAM.

I want to used the receive ram full event to trigger the DMA request . BUT...

In DMA , only set a channel associate with a request line , and DMA request can set "Software request" \ " Hardware request" or "Triggered by other control packet".

I think the mibspi receive ram full event is hardware request , any other register can I set ,if I want to associate the full event to dma request?