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.
When I run sysconfig by itself (not in Code Composer) I am able to find the device and can configure it. But as I am trying to use it in Code composer it gives me the same error everytime. Thank you for your help!
Cayden,
Request you to provide more details
1. SysConfig tool version
2. CCS tool version
3. C2000Ware tool version
From the error , it looks like C2000Ware is not installed or Code Composer Studio (CCS) is unable to locate it.
If you have installed C2000Ware, then in CCS you can check if the product is discoverd by clicking Windows->Preferences-Code Composer Studio->Products.
This will display an window with the products that are discovered by CCS. You should be able to see C2000Ware in that list.
Best Regards
Siddharth
I found that it is in the products tab but still give me the error. Thank you for helping me!
Cayden
I am not sure what else could be causing it. Can you check if the products are listed in the project propetries.
You can right click on the project and select Properties. This will open up a new window where you can click on General.
See snapshot below.
Best Regards
Siddharth
I opened up project properties and have attached the snapshot below. I have the same thing as your example as you showed and the error still consists.
Cayden
Please share your project
I will try to reproduce the issue and get back to you
Best Regards
Siddharth
Yes I can attach a project. I have attached a new one I made that does the same error. I also get it when I do the spi_loopback_ex1 example and changing the syscongfig to be the LAUNCHXL-F28379D.
Hi,
Looks like not all the files are attached from the project. If I try to compile the project that you shared, I get the following error
Pls share the entire compilation log the project. Also , are you using an existing C2000Ware example project or is this created by yourself?
Best Regards
Siddharth
Here is another project that I created. Sorry for the previous project. I have tried using the C2000Ware examples and then with their sysconfig. As I used the example and changed the sysconfig to match the device I continued to get the same error saying product not found.
Cayden,
Had a look at the project shared. The project properties should be updated to add C2000WARE SDK path .
See snaphot below. Once this is set, you should be able to resovle this issue.
Best Regards
Siddharth