I am trying to write an linux / DSPLink / DSPBIOS / PSP application where the DSP uses the PSP SPI driver to read data. When I used polled mode of the SPI driver, all is well. When I use the DMA interrupt mode, the DSP program will occasionally hang in MSGQ get or SPI submit. I am using the helloDSP and the PSP SPI example as the basis for my code. Could it be a hardware conflict? Where should I look for the conflict? In the Linux code? In the DSPBIOS code?