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.

CODECOMPOSER: Directing SysConfig to use specific SDK installation

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hello,

I asked the question here SYSCONFIG: SysConfig crash when enabling clock tree for MSPM03519 - Arm-based microcontrollers forum - Arm-based microcontrollers - TI E2E support forums but did not get the answer. Let me ask this on this CCS forum.

As I understand SysConfig requires certain meta data from SDK and it is quite possible to have multiple SDK versions on one workstation. 

I use standalone SysConfig version and saved .sysconfig file. 

How do I tell standalone SysConfig to use specific SDK folder when I open my .sysconfig file using provided sysconfig_gui.bat file?

Regards,

Eugene

  • HI Eugene, 

    You can use -s option to point to specific SDKs .metadata/product.json file (in some SDKs it can also be sdk.json). e.g. 

    sysconfig_gui.bat -s "C:\ti\mspm0_sdk_2_03_00_07\.metadata\product.json"

    Also, if you run "sysconfig_cli.bat -h" then you will get a help page with arguments that you can pass in. 

    Martin

  • Hello Martin,

    sysconfig_cli.bat --help.

    I'd expected sysconfig_gui.bat do the same but it doesn't.

    Thanks,

    Eugene