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.

Problem Importing TI RTOS examples in CCSV6.1xx

Hi,

I recently installed TI RTOS for Tiva C through the app centre and am trying to import the example projects using the instructions

given in the getting started guide. I am using a board locked version of CCS and EK-TM4C123 (launchpad). I am following the instructions

given at clause 3.1 of  Getting started guide SPRUHU5A—November 2014. Using the resource explorer I try to import project

com_ti_rtsc_tirtostivac_example_212

in the workspace and get the following error: "Device is either Null or unrecognized."

Kindly shed a light on this.

My CCS installation path is C:\CCSV6 and TI RTOS is at C:\CCSV6\tirtos_tivac_2_10_01_38. It was not automatically appearing in resource explorer.

I had to use the use additional package option in the resource explorer. I am using windows 7 64 bit.

 

Regards

  • Nikhil Kant said:

    Using the resource explorer I try to import project

    com_ti_rtsc_tirtostivac_example_212

    That project name does not look like what I would have expected. If the TI-RTOS was detected properly by CCS, the projects should appear by their names as shown in the Getting Started Guide you referenced. It appears that is not the case in your installation.

    Can you try to have CCS re-discover TI-RTOS? Go to menu Window->Preferences->Code Composer Studio->RTSC->Products, select TI-RTOS for TivaC under Installed Products and click Uninstall. Then click on Search Now for it to search the directories again for discovered products. 

    Nikhil Kant said:
    I had to use the use additional package option in the resource explorer.

    This should not have been necessary if it was installed via App Center. But maybe something went wrong during or after installation with its linkage with Resource Explorer. Please try the steps above or do a full clean install of CCS followed by TI-RTOS from App Center.

  • Thanks. I followed your instructions and tried to do a re-discovery of TI-RTOS. TI-RTOS (for TIVA C) didnot appear under installed products even though I had installed it earlier using app center. I searched the installation path again and it could not locate TI-RTOS though the directory tirtos_tivac_2_10_01_38 was present.
    Finally I did a fresh reinstall of CCS V6.1 using Offline installer and a reinstall of TI-RTOS using the offline installer. This fixed the problem.
    FYI - My CCS version was 6.0 originally but during installation from app centre it had upgraded itself to 6.10
    Regards