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.

Error: Import failed for project 'Example_2806xSci_FFDLB_int' because its meta-data cannot be interpreted. Please contact support.

Other Parts Discussed in Thread: CONTROLSUITE

Hello,

I have a F28069 Piccolo Experimenter Kit.  I am using CC version 5.5.0.00077.  I have also downloaded the latest controlSuite and a new workspace.

When I try to download any of the example projects in C:\TI\controlSUITE\device_support\f2806x\v141\F2806x_examples_ccsv5 the following occurs:

when I select Finish I get the following error:


This occurs for any of the v141 projects.  If I go back inversions to v136 projects, I still get the error, but I can see the project in my workspace and build it.

Any ideas as to what is going on?

Thanks,

Brent

  • Brent,

    There looks to be a line that got added within the .cproject file that CCSv5.5 disagrees with. The fix that I would like you to try is locate the .cproject file for the example you wish to use, open it with a text editor, and locate the line containing "C2000 Hex Utility".

    Example (actual values will differ):

    <tool id="com.ti.ccstudio.buildDefinitions.C2000_6.2.hex.1017578181" name="C2000 Hex Utility" superClass="com.ti.ccstudio.buildDefinitions.C2000_6.2.hex"/>
    

    Delete this whole line from the .cproject file, save it, use a clean CCS workspace, and then try to import. 

    Let me know if that works for you.

    Regards,

    Chris

  • Thanks Chris, I will give that a try and let you know.