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.

RTOS/CC3220SF-LAUNCHXL: No .CFG file within demo projects

Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: CC3220SF

Tool/software: TI-RTOS

Hi guys,

I'm used to having a .CFG file inside my TI RTOS projects. I imported the out of box project into my workspace and then saw that the .CFG file was missing. Obviously it is not used, instead there is c code for setting up stacksize, threads and so on inside main_tirtos.c. Is there any documentation on replacing the .CFG file through c code or how to use SYS/BIOS without a .CFG file?

Thanks in advance.

Best regards,

Markus

  • Hello,

    In older SDK, the TIRTOS project was part of the example and now it has been to decided to separate the TIRTOS (which is common to few examples) into a separate one.

    As you can see, importing the example project should also import the TIRTOS project which has the .cfg file inside.

    Regards,

    Shlomi

  • Thanks, your post helped me. I looked into tirtos_builds_CC3220SF_LAUNCHXL_release_ccs, where I found README.html and release.cfg. the README.html led me to the SimpleLink MCU SDK User's Guide where I found all the information I needed.