Hi,
I'm trying to drive the SPI bus via DMA on the OMAP-L138 ARM. In the manual, it mentions that writing to the SPI will trigger an XEVT which can trigger an EDMA channel transfer. However, it is not clear to me how to map the SPI event to a particular EDMA channel. Is there a sample app or some documentation on how to map SPI0 to CC0 channel 10 for example?
Related to this, there is a sample app in the quickStart called EDMA_ping_pong_armL138. Here, a timer event triggers an EDMA transfer on CC0 channel 10. I understand most of the register settings and see how they purposefully configure the Timer, IRQ, and DMA to run the example, but again it is not clear to me where or what register mapped Timer12 to trigger EDMA events on CC0 channel 10 specifically. How would I for example map Timer12 to trigger EDMA events on CC1 channel 5 for example?
Thanks so much,
m++