This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Interrupt Driven Program does not work at full speed.

Other Parts Discussed in Thread: TMS320C5505

TMS320C5505 ezDSP Rev.D

I am using the I2S bus in DMA mode and am trying to merge in code that sends signals to GPIO pins. When I step through the program in the debugger, everything works fine, but when I play the program at full speed, the DMA interrupt flags are cleared by the time the program hits the main loop, after initalization, and they never are set again. Any ideas what is going on? I have already checked all the Interrupt Enable registers and the EBSR and they all are showing the values they should. Code runs normaly at normal speed without the GPIO code.