Hi!
I am new to TMS320C6678 and to working with DSPs in general.
I have gone through this very informative workshop by TI on C6000 series: https://training.ti.com/using-c6000-edma3-part-3-15-15?context=1134423-1134401
And it was mentioned in the workshop videos that I could use EDMA3 LLD (with some example codes in SDK) to set up EDMA channels.
I am comparing that with what is already implemented on the unit/board that I am working with, and the documentation for the unit states that QMSS was used to configure DMA to transfer data from the DSP's network coprocessor to the DMA buffer.
Can you describe how QMSS and CSL libraries can be used to set up DMA and to use other functionalities of the EDMA, such as "linking", "chaining", etc.
Thank you!