Hi,
I've just had a look at the EDMA3 csl example project shipped as part of the PDK (pdk_C6678_1_1_2_6\packages\ti\csl\example\edma).
It seems in this example linking is used to perform two DMA operations with a single trigger over a single channel.
However, later I found a presentation stating that "linking" does not trigger a next transfer automatically after the first has been finished, only "chaining" does. But for chaining two or more channels are necessary.
So what is actually being done in the example?
To make it short: Is there any technique allowing me to perform multiple DMA operations over a SINGLE channel with a SINGLE write to the trigger address?
Reggi