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/LAUNCHCC3220MODASF: Error: Imported project-spec file not found

Other Parts Discussed in Thread: CC3220SFHello Ki,
Thank you. After re-running installer I can see CC32XX support. But now I am seeing this error while loading example program from CC32XX SDK :

See details below...
Error: Imported project-spec file not found: C:\Texas\simplelink_cc32xx_sdk_1_50_00_06\examples\rtos\CC3220SF_LAUNCHXL\drivers\pwmled\tirtos\ccs\${COM_TI_SIMPLELINK_CC32XX_SDK_INSTALL_DIR}\kernel\tirtos\builds\CC3220SF_LAUNCHXL\release\ccs\tirtos_builds_CC3220SF_LAUNCHXL_release_ccs.projectspec!

What can be the reason for this? How to resolve this issue?

Regards,
Omkar
  • Hello Omkar,
    I've split this from the other thread since this is a different issue. In the future, please start a new thread for a new issue

    As for the issue itself, the issue looks like some odd path problem. How are you importing the project - via Resource Explorer or directly from CCS?

    Is this the correct path of the location of the SDK - C:\Texas\simplelink_cc32xx_sdk_1_50_00_06 ?

    Thanks
    ki
  • Hello Ki,

           Apologies for not starting a new thread on this issue. I am importing the project via Resource Explorer. Yes, the path of the location of the SDK is C:\Texas\simplelink_cc32xx_sdk_1_50_00_06. I can even see the projectspec file present inside the project directory. I am attaching the image for the details.

  • Hello Ki,
    It is working now. I went into Windows -> Preferences -> Code Composer Studio -> Products. There the path where I installed CC32XX_SDK was not added. After adding the path in product discovery path , I am able to import and build the example projects from CC32XX_sdk.

    Thanks & Regards,
    Omkar
  • Great! Thanks for the update

    ki