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.

TI-RTOS template not visible in Project templates in CCS 6.1.3 . This is the CC26xx version of the question

Other Parts Discussed in Thread: CC2640, CCSTUDIO, CC2650

Folks,

This question of mine is about CC2640, but it's almost identical to this older one about C2000.

I have installed CCStudio 6.1.3 .

I have installed Bluetooth Low Energy SDK.  TI-RTOS came with it.

I want to gain in-depth understanding of the TI-RTOS, so I'm following the instruction for Lab 04 in the RTOS training series.  The lab manual has this snippet (p.47), which shows that I should select a certain project template when I create a new project.

But my installation of CCStudio and TI-RTOS doesn't have these options.

What am I missing?

Any suggestion, insight or reference is really appreciated!

Cheers,
- Nick

  • Hi Nick,

    You an pull in an empty TI-RTOS project using resource explorer. See the screenshot below:

  • I had this problem, because I've selected CC2640.  When I select CC2650, the examples do show up.  If I use a CC2650 example, and change the target to CC2640, then I get build errors:

    "../cc26x0f128.cmd", line 76: error #10263: FLASH memory range has already been specified
    "../cc26x0f128.cmd", line 76: error #10264: FLASH memory range overlaps existing memory range FLASH
    "../cc26x0f128.cmd", line 78: error #10263: SRAM memory range has already been specified
    "../cc26x0f128.cmd", line 78: error #10264: SRAM memory range overlaps existing memory range SRAM

    >> Compilation failure
    error #10010: errors encountered during linking; "empty_CC2650DK_5XD_TI_CC2650F128.out" not built
    makefile:144: recipe for target 'empty_CC2650DK_5XD_TI_CC2650F128.out' failed
    gmake: *** [empty_CC2650DK_5XD_TI_CC2650F128.out] Error 1
    gmake: Target 'all' not remade because of errors.

    What should I do to port these examples to CC2640 (to an extent so I can run the TI-RTOS labs)?

  • Hi Nick,

    I saw in previous threads you were developing on the SaBLE-x. If that is still the case, you should pull in the empty project under the CC2650 Development Kit (5XD) in Resource Explorer. No porting is necessary because the CC2640 and CC2650 are binary compatible. You should not change the CPU Variant in the project settings (See Section 2.6.2.2.2 or 2.6.3.3.3 in the Software Developer's Guide).