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.

Loading multiple DSP images

I am not using DSP link for my project but I have been able to successfully load and boot a DSP .out file. I am running into trouble when I try to load a different image without doing a full power off reset. In other words, I would like to load an image, run for a little while, then load a different image, and run. Is there a guide to doing this properly or steps that must be taken to be able to re-load the dsp with a different image.

  • I found a workaround but am still trying to get to the root of the problem. I load a dsp image that doesn't enable any interrupts just a plain hello world style DSP/BIOS project in between my real DSP loads and this seems to clear up the problem I am seeing. It seems as though the DSP is being left in a bad state after the first load and when the second load is done it causes it to crash, but with this blank project it somehow clears it up.