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/SIMPLELINK-CC13X0-SDK: How to add simplelink sdk installation?

Part Number: SIMPLELINK-CC13X0-SDK

Tool/software: Code Composer Studio

hello,

I need to pull my project from Github with SDK folder, im trying  to import project without  installation  SDK just to add as path.

I have tried to "linked resources" didn't work for me.

Best Regards.

  • If you have the pulled the SDK into a local Git repository, you can do the following to have CCS discover it:

    - Go to Window->Preferences->Code Composer Studio->Products.
    - In "Product discovery path", click Add and browse to the local repo directory that contains the SDK - after this the version of SDK should appear in the "Installed products" list.
    - Go into your project's Properties->General->Products tab and make sure to enable the correct version of SDK (the one from the local repo). 
    - Rebuild project.

    Let us know if this resolves the error.

  • thanku for quick reply,

    your answer resolved my error.

    Best Regards.