Tool/software: Code Composer Studio
I am setting up the launch configuration for the CC3200 mod launchpad.
As per the readme here (https://git.ti.com/iotdev/aws-iot-device-sdk-embedded-c),
I am supposed to create a launch config file and setup the connection to Stellaris in-circuit debug interface and then choose the
board as CC3200. The following were the observed errors:
1) the config file is marked with an error mark, the moment I name the file as CC3200.ccxml
2) CC3200 wouldn't show up as a device when I choose Stellaris In circuit debug interface.
CCS version: 6.1.2.00015 (as suggested)
XdC toos: xdctools_3_32_00_06_core
TI RTOS: tirtos_cc32xx_2_16_01_14 (as suggested)
I did a bit of probing and realized that the "targetdb" folder in "CCSv6" directory doesn't contain any device by the name CC3200.
Could this be the cause of the error?
A few other threads (https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/418666/1490605)
suggest that I use JTAG debug interface. I am just starting off with the AWS support and would
want to check for solutions for the Stellaris in-circuit debug interface.
Any suggestions, before I consider re-installation of CCS? Would that work?