Hi, in the given EDMA3 sample code under \edma3_lld_02_11_05_02\examples for TMS320C6670, I could open only 2 channels to perform a DMA transfer(2 channels max needed for the given same code). In my application, its required that I need more than 2 channels to perform few set of transfers. After opening two channels, if I try opening another channel using the API result = EDMA3_DRV_requestChannel (hEdma, &chId, &tcc,(EDMA3_RM_EventQueue)0,&callback1, NULL);
it returns result as a negative number as the third channel couldn't be opened. I believe I need to change the sample configuration file sample_c6670_cfg.c
What changes should be made so that I can open more than 2 channels. Or is there any other way. PLEASE HELP.
Regards
Sud