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.
Part Number: MSPWARE
Tool/software: Code Composer Studio
After installing MSPWare from the resource explorer in CCS in mac it installs by default to "~/ti". If I then go to the products page of the CCS preferences it is only looking in "/Applications/ti", if I then add "~/ti" it still does not find MSPWare. I have also tried adding the MSPWare folder to the search path, "~/ti/msp430ware_3_80_03_07" but MSPWare is still not found when I hit the "Rediscover..." button.
What am I missing here?
H Ki,
Yes, I can verify that MSPware is successfully downloaded to "~/ti" and that I can import the examples to CCS from the Resource Explorer. However I cannot get MSPware to show up in "Preferences->CCS->Products". This means that I can't use MSPWare in a project.
Thanks,
Nick
I don't believe MSPWare will show up in the "Products" list. I don't see it in mine either. But it doesn't mean it is not installed. If you can import/build/run the examples from Resource Explorer, then you are certainly using MSPWare. What issue are you running into when trying to use it?
Thanks
ki
Hi Ki,
I was able to get it working by manually adding the proper folders to my project's include paths. I think I remember on an older version that this was done automatically just by adding mspware as a product but maybe I'm mistaken. Thanks for your help.
--Nick