Hi,
We are trying to configure MCBSP for 8 channel operation with DMA in C6424.
DMA is configured to sent data to MCBSP in the order 0,1,2,3,4,5,6,7.
We are able to route the channels correctly.
But when we removed some unused code in our application, we could see that channels are shifted in a circular fashion as shown below
7,0,1,2,3,4,5,6, after some time it will become 6,7,0,1,2,3,4,5 and so on.
We are keeping the DMA buffer in external memory and cache is enabled. Can somebody tell me what could be the reason for this shift?
(We are using Code Composer Studio 4.0 with BIOS 6.0)
regards,
Arun