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.

TMS320F28335: Remove DSP/BIOS from CCS project

Part Number: TMS320F28335

Tool/software:

How can I remove the DSP/BIOS dependency from my project? I'm not using any of its features.

I had to update from 6.1 to a newer version ( i picked 12) since I also had to get an XDS110 debug probe.

I installed BDSP/BIOS 5.42.02.10 along with CCS12 but can't change it from the older 5.41.13.42 version.

So I would rather remove the BIOS dependence altogether or use the updated one I installed.

There are a number of questions about this but most are old and no longer seem to apply to CCS12

Any ideas ?

.

  • I don't currently have multiple versions of DSP/BIOS installed, so I couldn't try it myself, but there is a drop-down box in the CCS General section of the project properties where you can select a DSP/BIOS version. I assume this requires you to perform the discovery process first by going to Window -> Preferences, going to the Code Composer Studio -> Products section, clicking Refresh, and selecting your DSP/BIOS directory from the list to install.

    To just remove it from the project, I experimented with some examples and it seems to work to do the following:

    1. Delete the .tcf file from the project.
    2. Follow this thread to edit the ccsproject and cproject files.
    3. Delete any remaining BIOS or TCONF-related items from the compiler Include Options and Predefined Symbols and the linker File Search Path options.

    Whitney