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.
I purchased a ezdsp5535 board and have compiled and run the associated led_test program without any problem. I then try to get the CSL_USB_CdcExample_Out to run on this board and the program compiles giving no errors or warnings, but when the debugger tries to download to the board, a window pops up stating "Load program Error. Encountered a problem loading file: ..... .out Could not open file."
In checking the program's Debug directory, there are no .out, .map, or .obj files, while there are these files for the led_test program.
So my question is, why would there be no .out, .map, or .obj files when the compile and link give no errors or warnings and Code Composer tries to download the .out file to the target?
Any advise on what to check would greatly be appreciated! And yes, I didn't find anything helpful by searching the TI site.
Thank you,
Tom
My guess is that the current build configuration is not named Debug. Please see this wiki article for background information about CCS build configurations.
Thanks and regards,
-George