Hello,
I try to use the EDMA3 module of the chip support library in my SYS/BIOS application targetted at the C6678, however I experience the same problem as this fellow: http://e2e.ti.com/support/embedded/bios/f/355/t/107686.aspx
Even although I select MCSDK and MCSDK-PDK, the linker complains the EDMA3 symbols can't be resolved:
CSL_edma3Init ./main.obj
CSL_edma3Open ./main.obj
Is the EDMA3 module no longer included by default, or is it a configuration error? I know about the EDMA3 low level driver, however I would prefer using the CSL for this specific task.
Thank you in advance, Clemens