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.
Robert,
If you are not using DSP/BIOS, then you need to create your own linker command file (or use a pre-existing file). You didn't say which device you are trying to use, but since you are planning on using CSL that should help you. Both versions of CSL (Std and Low Power) come with example projects which don't use DSP/BIOS. You can use one as a template for your application.
Hope this helps.
Regards.
Thanks TommyG,
I am using CCS4, and a C5502. The CSL I have is C55xx CSL version 2.31.00.9. I saw in spru433j page 2-12 that I needed the linker command file, but in this document, it did not tell what the file extension shold be, or how to get it in your CCS 4 project. I see from the examples that they are .cmd files (which may or may not matter) but the projects look like CCS3 or earlier versions. I copied one of those .cmd files, set up the MADU values and then just put it into the project work space. CCS4 seem to automatically picke up .c and .h files, but it didn't pick up my .cmd file.
How do I incorporate into CCS4
Thanks
Robert
Hi TommyG,
I moved the .cmd file to the root of the project workspace, and CCS4 did manage to pick it up and start using it. So, I believe I have a working project shell now. Thanks for your help.
Robert
Robert,
Glad to hear you got the command file figured out. You should also be able to right click on your active project and select "Add files to Project" option to select a .cmd file. This should work for any source file you want to add to your projects.
Regards.