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.

CC1310: CCS do not compile my old project with TIRTOS

Part Number: CC1310

Gentlemen! Sorry for bothering you. I have some probem with the CCS. I have a new comp on my office.

I installed of the Windows 10, then reinstalled CCS latest version(10.4.0.00006) and TIRTOS (old version).

I work offline.

I try to compile my old project with CC1310 based on TIRTOS. I received a message: the nessessary TIRTOS version (2.21.0.06) is not currently installed.

I uninstalled old version of the TIRTOS then downloaded and installed requiured version of the TIRTOS - 2.21.0.06.

But I still received a message of the unproper TIRTOS version, just the same as before TIRTOS reinstallation and compilation stoped.

Could anybody help me to understand of the reason of the message and how can I to compile of my old project?

Sincerelly your's Maxim.

  • If you are using TIRTOS 2.21.00.06, this was made with CCS 6.1.3, and will not work with CCS 10.4

    You can either download an older CCS version (I tested some of the example in TIRTOS 2.21.00.06 with CCS  8.2.0) or you can update to the newest SDK (recommended).

    To port an old TI-RTOS application to a new SDK, the recommended steps are to start with the empty project from the latest SDK, and then port the application.

    The latest CC1310 SDK is version 4.10, and this is made with CCS 9.1.0. Please note that for a specific SDK, the release note specifies which versions to use. Using other versions than what is specified may result in compatibility issues with this SDK release.

    BR

    Siri

  • Really thanks. It resolved my issue.