Hello !
Thank you very much for your reply.

May be some bandwidth issue or bus sharing
Is that a big single memcpy() ?
If yes, can you try looping around smaller shots ?

I changed my dsp's program to be only the following lines:
while (1) {
       for (m=0; m<longFFT; m++) {
               temporizador (500000);         // This line makes a 2
miliseg delay
               maximo [m] = 0x00000000;
        }
}

This is the only thing the dsp does and the effect is still present ...
Has anybody seen anything like this before?

Thanks,
Carlos
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to