Is it possible to trigger a DMA using the falling edge of a GPIO on the i.MX RT1176 without the need for software activating the DMA transfer?
I am seeking an alternative method to avoid processor intervention to service an interrupt upon the falling edge of a GPIO and activate a DMA transfer in software. It appears this may be possible with the XBAR. I'd imagine I would configure DMA0 CH0 to be triggered by DMAMUX0_XBAR1_Event0. However, I'm not sure how I would tie the GPIO's falling edge to trigger the XBAR1_Event0. Would any XBARA1->IN pin be able to be routed to this XBAR1_Event0? If so, how would this be implemented?
Please advise if this is remotely the right idea or if there is a more elegant way to simply trigger a memory-to-memory DMA transfer using the falling edge of a GPIO.