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/EK-TM4C123GXL: Error Importing Driver Example

Part Number: EK-TM4C123GXL
Other Parts Discussed in Thread: TM4C123GH6PM, TMP006,

Tool/software: Code Composer Studio

Sir,

I am using ccsv8 and TM4C123GXL. From resource explorer I installed TI-RTOS for Tiva C series Launchpad. While importing I2C example I am getting this error

          Error importing project. Device-id "Cortex M.TM4C123GH6PM" is not recognized!

How can I resolve this.

Regards,

Vishnu

  • Hi Vishnu,

     There are three I2C examples for the EK-TM4C123GXL. Which example did you try to import and How did you import it? I just tried to import the I2C TMP006 example and have no issue. Please see below. Did you click on the CCS icon to download the example?

      

  • Hi Charles,

    I tried to import TMP006 example.

  • ok, you have a Linux box, right? I will move your post to the correct forum that can better assist you.
  • vishnu satheesh said:
    Error importing project. Device-id "Cortex M.TM4C123GH6PM" is not recognized!

    The most common cause of this error is that support for that product family is missing from your CCS installation. Did you install the "TM4C12x ARM Cortex-M4 core based MCUs" component when installing CCS?

    You can verify if you have the proper device support by trying to create a new CCS project and checking if the Target field contains this device. If it does not, you need to install device support for that product family as per this FAQ.

  • Hi AartiG,

    I reinstalled ccs with TM4C12x ARM Cortex-M4 core based MCUs still it is showing same error.

    but if I import TM4C ARM® Cortex®-M4F MCU  example it is coming.

  • vishnu satheesh said:
    I reinstalled ccs with TM4C12x ARM Cortex-M4 core based MCUs still it is showing same error.

    This is a different error than the previous import error.

    It appears that you are working on Linux. Can you check if the reported file actually exists in the location mentioned, (ie) is there is a Stellaris_ICDI_Connection.xml in the CCS install directory under /ccsv8/ccs_base/common/targetdb/connections?

    If it is there, then try generating a new target config file by going into the Project Properties->General, and set the option to "Manage the project's target-configuration automatically". 

  • Vishnu,

    Since I haven’t heard back from you, I’m assuming you were able to move past this issue. If not, could you please create a new thread so we can track them as separate issues ? Thanks!
  • Hi AartiG.

    I am sorry i did not replied back , I was busy in my work.

    Now I am able to import driver example. And did new application on that.

    Thanks

    Vishnu