Hi,everyone
In the 6678 LLD sample,edma3init() returns EDMA3_DRV_Handle ( hEdma[i] = edma3init(i, &edmaResult);)and I can build the sample successfully. But when I add this function to my own project and compile,it tells me edma3init() should return a int or actually EDMA3_DRV_Result value,and in eariler LLD sample I find the edma3init() does return EDMA3_DRV_Result rather than EDMA3_DRV_Handle and the EDMA configuration code seems a bit different.
I try to find the definition of edma3init() in CCS help content but failed.Since I don't find others have such problem,so I must overlook some important configuration.Could somone please point it out for me?
By the way,without the edma3init() I can build my own project successfully,so I think the lib and LLD is already added to my project.here is a link to my code:http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/235865/826580.aspx#826580.
Thank you very much.
Zhao