Using the OMAP-L137, I'm trying to configure DMA SPI transfers. The receiving peripheral will signal when data is ready to read via a GPIO input to the OMAP.
Because my receive events will be triggered by my transmits, I'd like to setup the DMA for receive via REVT from the SPI. I'd like to setup the transmit DMA via the received GPIO event. The GPIO pin is in bank 5. The associated event is event 29. Do I need to use PaRAM set 29 to use event 29?
(Prior to this change, I've set the thing up to use PaRAM sets 8 (Receive) and 9 (Transmit). The data were heinous (because the peripheral can't keep up), but the events occurred as expected.)