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/LAUNCHXL-CC2650: Create TI-RTOS project for CC2650 using CCS

Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2640, CC2650

Tool/software: Code Composer Studio

Hello,

I am using CC2650 Launchpad. I can able to run the example projects imported to CCS. I would like to create TI-RTOS project for CC2650/CC2640 from the scratch using CCS 6.2 / 7.xx. I have searched many threads, but I can't able to find the procedure or documents to create TI-RTOS projects from Scratch.

Kindly give me suggestions or tutorial links to Create TI-RTOS project for CC2650 using CCS.

Thanks & Regards,

Murali.M

  • Murali,

    I'm not sure if we have any specific documentation on this, but you have a couple of options. The TI-RTOS for CC2650 package has an empty driver example which is TI-RTOS based that you could use as a starting point. You can download the TI-RTOS package and get to the example by navigating in Resource Explorer in CCSv7.

    Another option is to start with one of the many example projects included with the SDKs and strip out the source files in them and replace them with your own.