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.
Tool/software: Code Composer Studio
Hello, I am following the tutorial found at this link: https://processors.wiki.ti.com/index.php/Tiva_TM4C123G_LaunchPad_Blink_the_RGB
The tutorial requires us to download a "project0". However, I cannot seem to download "project0" from Code Composer Studio's Resource Explorer. Whenever I try to download it, I get the included error message. I tried downloading other examples from Resource Explorer, and I get the same result. How do I download examples from Resource Explorer without throwing this error? I am using a TI TM4C123GXL microcontroller, with CCS version 9.
Are you running CCSv9.0.0, 9.0.1, 9.1.0, 9.2.0 or 9.3.0?
In Resource Explorer is there a green circle with a check mark beside the TM4C package like this:
If not then go to the top right and click on the install button.
Can you confirm that this is the project you are trying to import:
If you go to C:/ti/tivaware_c_series_2_1_4_178 does the location it is attempting to access exist?
It seems like Resource Explorer thinks the package is there but that it has been removed from the disk.
Regards,
John
I am running CCS 9.3.0.
Yes, project0 is the project I am trying to access. I also see that the location of project0 exists on my computer, and that there is a green circle next to the package.
With that being said, I recently installed TivaWare. Is there some setting I have to change within Resource Explorer or CCS to "recognize" where TivaWare is installed in my computer? Thanks.
Resource Explorer should automatically discover Tivaware if it is installed in the default location.
You can specify where CCS (and Resource Explorer) will look for packages in the preferences dialog here:
In your case it really seems like where Tivaware is and where Resource Explorer thinks it is are different. Did you install TivaWare from Resource Explorer or by manually downloading and installing? If the later what I would suggest as a quick fix would be to click on the 3 vertical dots in resource explorer beside the package and select to uninstall. When that is done click on them again and select to install. That hopefully gets things back in sync.
Regards,
John
I uninstalled and then installed the package again, and that seemed to work.
Thank you.