Hello,
I've been looking at different examples for EDMA and I have a quick question... The example I'm looking at is a McASP with ping pong buffers.
The McASP RX event is event 0 in the EDMA controller, and the example starts with paRAM set 0 loading the ping buffer and is then linked to paRAM 67. paRAM 67 fills the pong buffer and is linked to paRAM 68. paRAM 68 fills the ping buffer and is linked back to paRAM 67.
There is a simliar setup for McASP Tx (event 1, starts at paRAM1, then bounces between 64 and 65).
So, if I want to use GPIOBnk2 to trigger a transfer (event 22), do I need to start by filling paRAM set 22 or can I use any paRAM set?