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/CC2650MODA: CC2650 no-rtos programming ?

Part Number: CC2650MODA
Other Parts Discussed in Thread: CC2650

Tool/software: Code Composer Studio

Hi, when i was looking forum, i see  

And i want to use low power modes with rtc in cc2650. However it is complicated in ti-rtos. Can i do this with no-rtos ? I've downloaded cc13x0 sdk and opened it on ccs, when i want to program to my cc2650 launchpad, it not works all. Any way to programming cc2650 without ti-rtos ? 

Thanks a lot.  

  • Hi,

    CC13x0 SDK is not ment for CC2650 devices, you should use the BLE Stack SDK 2.2.1(www.ti.com/.../BLE-STACK). There is no actual NoRTOS examples (I assume you ment the NoRTOS version that is available in the CC13x0 SDK) for the CC2650. However, I would expect you could get it to run by adding and compiling NoRTOS from source.

    Beside that, what do you want to use the RTC for? Have you looked into using the TI-RTOS modules Clock/Timer?
  • Hi,
    As a result, is that possible to program cc2650 without ti-rtos ? I want to use RTC for waking device up to each 24 hours, reading the batt. voltage(as batt_monitor). In ti-rtos very complicated using rtc i see, i need no-rtos software. I don't know what should i do.
    Thanks for your helps.
  • Hi,

    Are you using any of the RF stacks? In that case you will need to run at least NoRTOS, and in most cases TI-RTOS. Between these two, the complexity of setting up the RTC is similar. You could try to using channel 1-2 of the RTC like describe in here: dev.ti.com/.../Timer.html

    However, note that this documentation is for a newer version of the kernel then that provided in the BLE SDK 2.2.1 stack so I don't guarantee that it works (looking at the kernel source code I would guess it do work the same way) .