Hello, this post is related with this one: http://e2e.ti.com/forums/t/5645.aspx, but as finally it seems the issue is more related with emda problem and not directly with mcbsp as I thought in a beginning, and I would like to do a more precise questions I think is better to open a new one.
Ok, I have EDMA channel 2 and 3 to serve the McBSP transmission and reception, then the questions is could dman3 configuration be causing malfunction of this channels? I do not know too much about dman3, but I guess as this channels are to serve mcbsp (and they work with mcBsp events) they are independent from any DMAN3 configuration? am I wrong?This is the configuration that I am using in dman3:
DMAN3.paRamBaseIndex = 78;
DMAN3.numQdmaChannels = 8;
DMAN3.qdmaChannels = [0,1,2,3,4,5,6,7];
DMAN3.numPaRamEntries = 48;
DMAN3.numPaRamGroup[0] = 48;
DMAN3.numTccGroup[0] = 8;
DMAN3.tccAllocationMaskL = 0;
DMAN3.tccAllocationMaskH = 0xffffffff;
Do you see any mistake in my reasoning? and could you say me which channels are DMAN3 using exactly? I guess it is only using from 78 to 136 channels, and the rest of them I can use as I want... uh?
Thanks in advance