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: How do I import a sensor controller project to CCS ?

Tool/software: Code Composer Studio

Hello, 

I am trying to figure out how to import a sensor controller project to CSS. The examples provided have already the .projectspec file ready to import, but how can i create that file out of the source files (sce.lst, scif.c, scif.h, scif_framework.c, scif_framework.h, scif_osal_tirtoos.c, scif_osal_tirtos.h) ?

Thank you.

  • Tarak,

    I'm sorry but I don't think I clearly understand what you are looking for. Are you looking to create your own .projectspec files? Or simply looking to create/develop your own CCS project using source files from the examples? If it is the latter, then you can make a copy of one of the example projects and use that as a starting point for your development. You can then add/remove source files and modify build options to customize. This would be easier than creating a project from scratch.

    Please let me know if I misunderstood and you are asking about something different.

  • Hi,

    From what I know the Sensor Controller Studio, will generate the code files, which you can add to your CCS Project. This is discussed at Simplelink Academy.

    - kel
  • Hi, i'm looking for a way to import projects made on Sensor controller studio on Code Composer studio. I already know that the examples provided with SCS (I2C Light Sensor, Button Debouncer ...) have ready .projectspec files that only need to be imported to CCS, but what i need is a way to create the same project made on SCS to CCS. I guess i'll have to import the source files that are generated by SCS but do i need to modify some of them ? do i need to make a main.c file from scratch ?

    Thank you.

  • Tarak,

    As mentioned by Markel, I would suggest looking at the Sensor Controller Studio labs inside SimpleLink Academy, which explain how to combine a SCS project with a CCS project. There is also some info in this FAQ page.

    If you need further assistance with this as you are working through your project I would suggest posting to the BLE device forum directly as the experts there will be able to assist better with this type of question related to SCS.