Hi,
We are trying to configure MCBSP for 8 channel operation with DMA(CH0..CH7).
We are using Code Composer Studio 4.0 with BIOS 6.0. When we use Multichannel DMA, instead of witing to the next channel, the DMA is reading the sample from the 4th channel . So we get the output configuration some what like below.
DMA configured to receive data from MCBSP in the order 0,1,2,3,4,5,6,7.
Data read by DMA in this order : 0,4,1,5,2,6,3,7
We are allocating the memory for DMA from L2RAM(10800000).
Please suggest a solution to this problem.
Regards,
Arun Krishnan