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.

BIOSPSP code doesn't run

Other Parts Discussed in Thread: OMAP-L138, OMAPL138

I am trying to get going with BIOSPSP on C6748; In particular I am trying to run the edma version of the SpiSample example code. The first time I ran it, it seemed to work properly. But now, it seems to do nothing at all.

 

I have added a breakpoint at the start of every function in the code, and it appears that only the SpiUserInit function is every executed. If I let the DSP run after that, it seems to hang without doing anything. If I then pause execution, it seems to be stuck at "0x1181B0F0:   00034000            SPKERNEL      0x 0" forever.

 

Sometimes, I can't even get to the breakpoint in SpiUserInit, and, in fact, all of my breakpoints have been automatically disabled. Trying to enable them at run-time yields the message "'C:\.....spiSample.out' must be loaded to resolve 'C:\....spiSample_main.c' line 111 to an address," even though this is precisely the .out file that I have loaded and am executing.

 

I've also had a similar problem with the uartSample example.