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.

the default DSP/BIOS configuration

Other Parts Discussed in Thread: CCSTUDIO

Hi,

     In the document of spru007h DSPBIOS 5.30 Textual Configuration(Tconf) User's Guide,

I are told that "In contrast, the equivalent Tconf script contains only a few lines,

because it defines only differences between the default DSP/BIOS configuration

and the objects used by the application."

It seems LOG_system is always created.

Where can I find the default DSP/BIOS configuration?

Best Regards

Jogging

  • Hi Jogging,

     

    It means the default configurations loaded by the line:

     

    utils.loadPlatform("ti.platforms.dsk6416");

     

    as mentioned on page 16 of spru007: 2) Load a platform

     

    This is explained at chapter 4.

     

    So the default platform configuration will be at (see page 48):

     

    BIOS_INSTALL_DIR/packages/ti/platforms/<boardname>/Platform.tci

     

    For DSK6416, for example, it would be at (if you installed DSP/BIOS in the default location):

     

    C:\CCStudio_v3.3\bios_5_33_03\packages\ti\platforms\dsk6416\ Platform.tci

     

    You can open this file with CCS if you want.

     

    But I would not worry about that, instead of changing the default configuration, you can just alter your .tcf file on the project and add or remove what you want.