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.

CCSTUDIO: json file not exists

Part Number: CCSTUDIO
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

i have checked with sdk peripheral code i face issue while i am opening sysconfig file in code composer studio.Please let me know if you have any solution to resolve it.

ccs version is cs_setup_12.4.0.00007


Thanks and regards,
Prashant

  • Hi Prashant,

    Just to confirm, do you have your SDK, or any of your projects installed to your D:\ drive? Based on the screenshot, SysConfig seems to be looking for the product.json file in D:\.metadata\.

    Thanks,
    Ricky

  • Thanks for reverting Rckey,
                                            I have SDK and no any project installed on D: drive

  • Hi Prashant, 

    Normally an SDK is installed in SDK name directory that also contains version information. By default on windows system it looks like "C:\ti\simplelink_lowpower_f3_sdk_7_20_00_29" inside this directory is where .metadata directory exists. You can choose to install SDK somewhere else on disk, but I think most likely case would be something like "D:\simplelink_lowpower_f3_sdk_7_20_00_29" (just as an example, I am not sure which SDK you are using). The error in CCS is indicating that the project is configured to look for SDK in D: drive without the "SDKName_Version" directory. 

    Since .metadata folder and json file do not exist there, you most likely have installed in a different directory. You would need to change project settings to specify the SDK, after it has been discovered by CCS. You would need to go to project settings, and select the SDK in panel as shown in picture below. 

    Clicking Details shows more information about an SDK.