Can I use an external pin to control the EDMA engine when transferring data from external memory to internal memory? eg a DREQ signal
I think it might be possible using GPIO0 and/or GPIO1 as these can generate GPIOEVT0 and GPIOEVT1 events respectively.
I'd just like confirmation that these can be driven by external signals to achieve this function and if so, would they be edge triggered (ie generating events only) or can they also be setup to be level triggered ie to allow the DMA to proceed when there is data to transfer?
Even better would be some sample driver code already setup to do this (I couldn't find any).
A timing diagram of how the DMA starts and stops in this mode would also be helpful (eg to work out thresholds on an external FIFO)
Thanks and best regards,
David