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/CC2650: Cannot find main_tirtos.c file after the Code Generator in Sensor Controller Studio

Part Number: CC2650

Tool/software: TI-RTOS

Hi,

I am following one of the tutorial lab on TI website. Everything works well until I generated the code out from SCS to CSS. 

Here is the tutorial that I followed: 

dev.ti.com/.../sc_01_project_from_scratch.html

 I am stucked on the TASK4. (Cant find the main_tirtos.c file)

The files I generated did not have the  main_tirtos.c  like the picture shown below. 

I also try to generate the example code. It has the main file contained when I generate the code. I am wondering which part would go wrong in my own project that started from scratch. 

Thank you very much. 

Cyan

  • The main_tirtos.c file should have been generated in task 1 in the tutorial.

    My suspicion is that when you did the setup of your SCS project, you did not set this: "Set Source code output directory to ./." correctly causing the SCS files to end up in a different folder than the empty project files. Do a search in windows for the main_tirtos.c file.