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.

burn program to C5505 eZdsp

Hi All,

I am using C5505 eZdsp board, Code Composer Studio V6.0.0 in Windows 7. I am trying to burn my program to the eZdsp external I2C ROM.  I am a newbie to DSP so I tried to follow the instructions i can find online. Here is the program I am having now as follows:

I have the example program and it worked very well in the Debug mode.

I also succeeded in converting the my_project_name.out to my_project_name.bin by usying hex55.exe.

But when I select the Run/Load/Load program and load the programmer_USBKey.out (downloaded from https://code.google.com/p/c5505-ezdsp/), it shows Cannot find source file "program.c".

Can anyone tell me how I can solve this ? or how I can load my program to the eZdsp so that it can run stand-alone at power on?

Many thanks in advance.