Tool/software: Code Composer Studio
I'm using CCSv7 with DSP/BIOS 5.42.2.10. I have I2S0 feeding data to DMA0 through a ping/pong buffer generating interrupts that are serviced by an isr for further processing. The project is working great while attached to the emulator (USB560v2) but when I load it on to the custom board NOR flash and run stand alone, the interrupts are apparently not generated. (I'm using a print statement to my OLED display to show any ISR activity). I am not using any gel file with the emulator. The I2S signal is present (checked with oscilloscope). Other interrupts work (INT0 for example). I can't see what would be different between the two setups. I even tried a manual hard reset on the DSP. Any ideas what to check would be welcome! Thanks.