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.

CCS/CC3220SF: I can't find a TI-RTOS config file in demo project

Part Number: CC3220SF

Tool/software: Code Composer Studio

Hi all,

Now I get a CC3220SF Launch Pad and try to use.

I can find the project Out-of-Box in Resource Explorer and download the project as my CCS project.

Compile was okay.

But I can not find a confguration file(.cfg[TI-RTOS]) in my project and can not use outline view.

CCS said "An outline is not available."

Please teach me how to use outline view function and TI-RTOS configuration tool.

Or we can't use the configuration file in this project?

B.R.

Massa.

  • Hi Massa1,

    For the majority of the examples in the SimpleLink SDK, there are two projects. The application project (e.g. out_of_box) and the kernel project. In your snapshot, you can barely see it at the bottom. The kernel project contains the .cfg file for TI-RTOS based applications (and FreeRTOSConfig.h for FreeRTOS based ones). 

    Having a separate kernel project allows the kernel to be shared by multiple application projects. Having a separate one kernel is not required. For example, all the kernel examples have the .cfg in the application project. 

    You can find more details about the kernel project in the SimpleLink SDK User Guide. Also you can convert from the two project approach to the single project approach via the steps specified here: http://dev.ti.com/tirex/explore/node?node=AFbJr4dloYUkYykk5.wKcg__FUz-xrs__LATEST

    Note, CCS opens a .cfg as a text file by default. We've tried to comment the file enough to help you make changes easily. You can also edit it graphically (via right-click the .cfg file and select Open With...->XGCONF.

    Todd

  • Thank you Todd,

    I can find the secondaly project about TI-RTOS.

    But I can't find .cfg TI-RTOS configuration file.

    How to get .cfg file?

    We need to convert or make .cfg file?

    I want to use Configuration GUI.

    B. R.

    Massa

  • Massa,

    It's in the project.

    Todd

  • Hi, Todd,

    I also found the file release.cfg.

    However I can not show the outline view.

    I want to add SWI and TSK module settings from outline view like as follows;

    B.R.

    Massa.

  • Hi Massa,

    Can you try right-clicking on the release.cfg file, and select "Open With" -> "XGCONF" from the pop-up menu?  That should give you the outline.

    Best regards,

    Janet

  • Hi, Janet,

    Thank you very much.

    Cause of the right clicking, I can show the outline view.

    I will try to program with the outline window.

    B. R.

    Massa.