NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
CCS 3.x Bug Workarounds
Bug: Vanishing source files in CCS 3.1[edit]
Description: Code Composer Studio (v3.x) is not showing any source files (*.c) in the project tree. When choosing the "Add files to project..." option, the only available file types in the selection window are *.txt and *.pdf ...
Workaround: (Official Answer:) Reinstall CCS.
It sounds like your version of CCS has become slightly corrupted. I've seen this issue before, and a reinstall of the software should fix this. Follow these steps to ensure that you have uninstalled completely. 1. Go through the Add/Remove programs step in Control panel to remove CCS 2. Using Windows Explorer delete all of the files in the C:\ti directory 3. Using Windows Explorer delete all of the files in the C:\windows\ti directory 4. Using Start --> Run --> Notepad, open c:\autoexec.bat into notepad and delete all references to code composer directories 5. Then go into ‘regedit’ (Windows Registry). From regedit, browse to the following in the registry and delete the Go DSP, TI and Texas Instruments keys (if they continue to exist): HKEY_CURRENT_USER -> Software -> Go DSP HKEY_CURRENT_USER -> Software -> Texas Instruments HKEY_CURRENT_USER -> Software -> Texas Instruments' RTDX Log File Dumper HKEY_CURRENT_USER -> Software -> TI 6. In the registry, go to HKEY_LOCAL_MACHINE -> Software. From here, search and delete the GO DSP and TI and Texas Instruments keys (if they exist) 7. After following these steps, reboot your machine 8. Re-install CCS Once this has been re-installed, your problems will hopefully have gone.