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.
I didn't see this problem reported for Code Composer 6.0. I'm running Windows 7 Professional Service Pack 1 32 bit.
I just re-installed Code Composer from the DVD and its still reporting "Error initializing emulator: No USB FET was found". This WAS working, but I had to change MSP-FET 430s and that seems to have killed it.
Martin Sandberg said:This WAS working, but I had to change MSP-FET 430s and that seems to have killed it.
Can you try going back to the MSP-FET you were using earlier and check if that still works?
Which target board are you connecting to? Is it a TI kit or a custom board? Did you check if the drivers are detected properly by looking at the Device Manager in your PC?
You might also want to try installing the latest version of CCS v6.1 and giving that a try. You can download and install from the below link. You can keep your existing installation as-is and just select a different directory to install 6.1 into.
http://processors.wiki.ti.com/index.php/Download_CCS
I found what the problem was. Code Composer 6 said it couldn't work with the firmware version that was on the MSP-FET. I allowed it to update the firmware and it said it succeeded. In reality, since it was running under parallels on a Macintosh OS X system, it failed, This is due to a timing problem that someone mentioned here. Something like the USB to COM port stack introduces timing uncertainties. This, of course, would be even worse under parallels. So, I had a brick on my hands.
The solution was your MSP430Flasher! I ran it on a Macintosh system booted up with windows via Bootcamp.
Execute the command MSP430Flasher.exe -s to force an update of the firmware of the currently attached FET, which does not need to be connected to a target device for this step.
And Voilå I'm back in business.
You really need to get your dev system running on Apple, We don't have a Windows machine in the shop