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.
Just install v4 in a different directory. Before you uninstall or delete v5 you will need to downgrade the firmware on your MSP430 FET. There is a menu item on the Windows Start menu for that. Look under Texas Instruments -> MSP-FET430UIF Debug Interface
That is the correct one. The version it is referring to is the version of the firmware. it does not match with the CCS version as it is used by various different products.
Did as recommended. I appeared to work fine.
When I run Code Composer 4, and try to set the workspace, I get the message, "This workspace c:\... etc ... was not created by this version of Code Composer ...."
Actually, that workspace was created by Code Composer 4. Apparently, Code Composer 5 modified something.
I renamed the old subdir and created a new one with the old subdir name. It works fine now ... except, it can't load the debug code. I tried unplugging and reconnecting the FET ... none of the LED's illuminate.
Clyde,
If you loaded that workspace in CCSv5 then it is not going to work in CCSv4. Workspaces contain lots of information that is specific to a version of CCS. If you are going back to v4 you will need to create a new workspace and import your projects into it. Note if you were trying to use a v4 workspace with v5 that could have been why you and I were seeing different behavior in v5 as your workspace would have imported some settings from v4 that have changed signficantly in v5.
John