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.

CC3220S-LAUNCHXL: CC3220S-LAUNCHXL:

Part Number: CC3220S-LAUNCHXL
Other Parts Discussed in Thread: CC3220S, SYSCONFIG

Hello Team,

I am using Code composer studio for cc3220s LANCHXL pad. I have used  Linux 20.0 for this purpose. I am getting this type of error.

**** Build of configuration MCU+Image for project gpiointerrupt_CC3220S_LAUNCHXL_freertos_ccs ****

/home/ti/ccs1210/ccs/utils/bin/gmake -k -j 8 all -O

gmake[1]: 'gpiointerrupt_CC3220S_LAUNCHXL_freertos_ccs.out' is up to date.
Building secondary target: "syscfg/gpiointerrupt_CC3220S_LAUNCHXL_freertos_ccs.sli"
Invoking: Image Creator
"/home/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/net/imagecreator/bin/SLImageCreator" syscfg create_image --sdk_path "/home/vvdn/ti/simplelink_cc32xx_sdk_6_10_00_05" --json "/home/workspace_v12/gpiointerrupt_CC3220S_LAUNCHXL_freertos_ccs/MCU+Image/syscfg/ti_drivers_net_wifi_config.json" --file "/home/workspace_v12/gpiointerrupt_CC3220S_LAUNCHXL_freertos_ccs/MCU+Image/syscfg/gpiointerrupt_CC3220S_LAUNCHXL_freertos_ccs.sli" --mcu "/home/workspace_v12/gpiointerrupt_CC3220S_LAUNCHXL_freertos_ccs/MCU+Image/gpiointerrupt_CC3220S_LAUNCHXL_freertos_ccs.bin"
INFO:root:FTDI not detected, trying XDS
INFO:root:
Error: SLImageCreator.exe: XDS not detected
makefile:180: recipe for target 'syscfg/gpiointerrupt_CC3220S_LAUNCHXL_freertos_ccs.sli' failed
Traceback (most recent call last):
File "<string>", line 5262, in <module>
File "<string>", line 5258, in main
File "<string>", line 5228, in cmdline
File "<string>", line 4653, in command_sysconfig_create_image
File "<string>", line 2498, in create_image_from_sysconfig
File "<string>", line 1552, in connect_device
File "/home/user/Downloads/sl_image_creator_gen3/slutils/slutils.py", line 236, in auto_detect
slutils.slutils.DeviceError:
Error: SLImageCreator.exe: Device is not detected. The application binary was compiled, but the image cannot be generated. Plug in your LaunchPad and try again.
SLImageCreator returned -1
gmake[1]: *** [syscfg/gpiointerrupt_CC3220S_LAUNCHXL_freertos_ccs.sli] Error 255
gmake[1]: Target 'secondary-outputs' not remade because of errors.
gmake: *** [all] Error 2
makefile:152: recipe for target 'all' failed

**** Build Finished ****

Thanks 

  • If you are just trying to build the example (i.e. creating out file that can be loaded by CCS) use the "Debug" build configuration (this part seems to be ok, see "'gpiointerrupt_CC3220S_LAUNCHXL_freertos_ccs.out' is up to date".

    The MCU+Image builds the example and then try to prepare a programming image which requires it to connect to the device (to read the device MAC address over uart) so make sure the device is connected to the PC and the COM Port is not busy.