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-THEIA: ccstudio 20.5 problems

Part Number: CCSTUDIO-THEIA
Other Parts Discussed in Thread: LP-MSPM0G3507, SYSCONFIG, MSPM0-SDK, CCSTUDIO

Hello,

I'm brand new to TI micros and ecosystem, but not new to embedded.  I just downloaded CCStudio 20.5 and am trying to get a new project going for LP-MSPM0G3507 launchpad.  I had also downloaded and installed the latest MSPM0-SDK and installed it.  I used the Project Wizard and imported bsl_software_invoke_app_demo_spi.  The first thing is it wanted to download an older version of TI Clang than came with CCStudio, but at 1.34Gb I selected GCC instead because my net connection is slow.  It also downloaded an older version of SysConfig.  After creating the project, when I try to build it fails with this error:

SysConfig - building file: "../bsl_spi.syscfg"
".../ti/ccs2050/ccs/utils/sysconfig_1.27.0/sysconfig_cli.sh" --script ".../bsl_software_invoke_app_demo_spi/bsl_spi.syscfg" -o "syscfg" --compiler gcc
Invalid argument '--product': No product with name "mspm0_sdk" and version "2.10.00.04" found

Why is it using SysConfig 1.27 when it downloaded 1.26 for this project - and how can this be fixed?

  • Hmm, so I deleted that project, and used "Import Project" to create the project from the same SDK sample and that created the project without trying to download anything and it compiled right away.  So apparently the Project Wizard is buggy!

  • Hi,

    Thanks for pointing out!

    I suspect that the online version of the example uses Sysconfig version 1.26, which is inconsistent with the Sysconfig version 1.27 included with the latest CCS. Therefore, it attempts to install version 1.26.

    When you're trying to complie the project, you can change the sysconfig version in the properties of the specific project.

    This feature is still under development. Therefore, we strongly recommend that users use the offline version of the SDK and import their project to use it.

    Thanks!