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.

CCS/CC3220: This project was created for a device not currently recognized - Cortex M.CC3220SF

Part Number: CC3220
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

Hi,

I am installing ccs 8.3 on ubuntu (in a docker image) to compile for the cc3220SF.

The ccs installation goes fine without error but when trying to import my project I get the error "This project was created for a device not currently recognized - Cortex M.CC3220SF"

For the installation I am using a response file and have among others the three feature related to cc32xx: DEV_SUPPORT_CC32XX DEV_SUPPORT_CC3220 DEV_SUPPORT_CC32XX_COMMON and the product PF_CC2X PF_CC3X.

When I look in the install log I can for example see the following when grepping install_logs: "Installing com.ti.ccstudio.cc3220.devicesupport.linux.feature.group 1.0.1."

What can I check to understand if the cc3220 has been installed at all? Or incorrectly?

Thank you in advance.

Best regards,

Cédric

  • Cedric Gerber said:
    The ccs installation goes fine without error but when trying to import my project I get the error "This project was created for a device not currently recognized - Cortex M.CC3220SF"

    This error usually appears if support for the mentioned product family was not installed during the initial CCS installation.

    One way to confirm this is to try to create a new project for the device noted in the message. Go to menu Project → New CCS Project and see if you can select the device mentioned in the message in the Target list. If the device is not in the list, that confirms that support for that device is not installed.

    Please see this troubleshooting page for more details.

  • I was trying to modify the content of the response file by hand. 

    Now that I generated the response file with the executable it works. The order of the selection is not the same so this might be what was causing the issue.