Other Parts Discussed in Thread: SYSCONFIG, CC1310
I'm trying to add a syscfg file and code to an existing project (that did not have one when imported) in CCS12.1. The target being a LaunchXL-CC1310.
It's a simple project - just trying to blink the LEDs.
Prior to trying to include a syscfg file, the project builds and works in that I output a "Hello World" to the console and have a counter running in a while loop which can be seen incrementing in the debugger.
I can create the syscfg file and the syscfg tool launches. I can select the SimpleLinkSDK and the board in the Syscfg dialogue and then go on to set the GPIO pins for the LEDs.
If I then try and build the the project I get
the
Invalid argument '--product': No product with name "simplelink_cc13x0_sdk" and version "4.20.02.07" found
error message.
Given that all the new code & files have been auto generated by the tool, this is really annoying.
Where should the the .syscfg be saved? I've put it in the top folder (i.e. along side main.c) , should it be there or somewhere else?
Is there a path setting in the tool somewhere that I don't know about?
Any pointers as to how to get this working (and/or why it happened in the first place) will be greatly appreciated.
Many thanks
Neil