I went to work on a project using an MSP430 that I started a few months ago but fell by the wayside. When I went to launch my project (that worked previously) however I received the following error: "Error initializing emulator: Could not initialize device interface".
I did some googling and although questions were on much older versions of CCS (I was on 5.3) the consensus seemed to be to update. I updated through the Help>Check for Updates menu option. This resulted in a slightly different error message of "Error initializing emulator: Interface Communication error" but I still cannot launch my project. Then I opted to completely uninstall and reinstall but still receive the second error.
Some other details are that I am using a MSP430-FETUIF with a MSP-TS430DA38 Rev 1.3 test board. And my current exact CCS version is 5.5.0.00077
Quick checklist of things I have already tried (in the order I tried them)
- Running CCS with the -clean parameter
- Deleting the .metadata folder in my workspace and recreating the project.
- Rebooting the computer
- Closing/uninstalling any software that could be using COM ports
- Disabling my anti-virus temporarily
- Updating through "Help>Check for Updates"
- Completely uninstalling and reinstalling.
I'm not sure what else to try at this point.