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.

LP-MSPM0G3507: Code Composer Studio Theia SDK Upgrade

Part Number: LP-MSPM0G3507

Hi,

I have been having troubles building a project and I believe it's because I am currently using an out-of-date SDK. I have attached an image of the error.

Would you be able to let me know how to upgrade the SDK on CCS Theia? I see this in the properties where newer versions are unavailable:

However, I have successfully download the SDK 1.30 to my C drive

How would I go about updating the SDK to use the 1.30 version? I appreciate your help.

  • Hi Abigail,

    Which version of CCS Theia are you using?

    The window in your screenshot appears to be the project preferences. So the SDK versions appearing there may just be the only ones that Theia has found in the available paths since the last time you updated them.

    Try navigating to File->Preferences-> Code Composer Studio Settings..., then select the Products tab under General. Now there should be a dialogue box labeled "Discovered Products" on screen. There should be a refresh button to the right of this text. Try hitting refresh, which should discover the latest versions of the SDK that you have installed at the currently available paths. Then click ok.

    NOw you should be able to go back to the project preferences, as shown in your screenshots, and the dropdown box should show your newer SDKs as available options.

  • Hi Dylan, the file is now able to build - thank you!