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.