I am looking at TI81xx-PSP-EDMA-Driver-User-Guide in ti-ezsdk_dm816x-evm_5_01_01_80 (page:3)
This setting conflicts with "all_mc.cfg" DMAN3 parameters included in the codec engine server examples folder : ti-ezsdk_dm816x-evm_5_01_01_80/codec-engine_3_21_00_13_eng/examples/ti/sdo/ce/examples/servers/all_codecs
DMAN3.paRamBaseIndex = 80; // 1st EDMA3 PaRAM set available for DMAN3
DMAN3.numQdmaChannels = 8; // number of device's QDMA channels to use
DMAN3.qdmaChannels = [0,1,2,3,4,5,6,7]; // choice of QDMA channels to use
DMAN3.numPaRamEntries = 48; // number of PaRAM sets exclusively usedby DMAN
DMAN3.numPaRamGroup[0] = 48; //number of PaRAM sets for scratch group 0
DMAN3.numTccGroup[0] = 32; //number of TCCs assigned to scratch group 0
DMAN3.tccAllocationMaskL = 0; // bit mask indicating which TCCs 0..31 //to use
DMAN3.tccAllocationMaskH = 0xffffffff; // assign all TCCs 32..63 for DMAN
Items in red are immediately obvious. What else should be changed ?
RV