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.

LAUNCHXL-CC3235SF: Sysconfig

Part Number: LAUNCHXL-CC3235SF
Other Parts Discussed in Thread: SYSCONFIG

I'm trying to edit an existing sysconfig setup to use in a new project.  Is this possible?

Using Sysconfig 1.5.0 and Simplelink cc32xx sdk 4.20.00.07,  I launch simplelink, click 'browse' in 'open existing design' then browse to the common.sysconfig in the demos/network_terminal folder.  It says 'Cannot specify - board without - product'.

Ok,  so I go back,  in 'software product' I browse to the simple link folder and select it.  Then I for a board I select tge cc3235sfmod LaunchPad.  I've selected a product and a board.  Then I go to open existing design again and browse to the common.sysconfig in the network_terminal folder again and it says the same thing,  'Cannot specify - board without - product'.

What am I donig wrong here?  Shouldn't I be able to use LaunchPad sysconfig to base my design on?

Thanks,

BIll

  • Hi Bill,

    It seems the issue is that the default .syscfg files in the examples don't specify the SW product to use and the standalone tool throws an error when you try to open them directly.

    You can work around this limitation by opening the .syscfg file you want to base your design off of with a text editor like Notepad++ and then modifying the cliArgs to be as follows:

    // @cliArgs --board /ti/boards/CC3235SF_LAUNCHXL --package "Default" --part "Default" --product "simplelink_cc32xx_sdk@4_20_00_07"

    After making this change, opening with the browse button should work.

    Best Regards,

    Ben M