Hi I am using CCS version 4.2.4.00033.
I am hooked up to the target using the MSP-FET430UIF . My target is setup to do SpyBiwire. So I use a little adapter board " Texas Instruments JTAG to SpyBiwire".
Every time I attempt to launch the Debugger from CCS I get this Error:
An internal error occurred during 'Creating Debug Server'.
Please see the Error Log for details.
The error Log is attached below:
What do I need to do to resolve this ?
Thanks,
P. Mutasingwa
org.mozilla.xpcom.XPCOMException: Contract ID "@ti.com/DebugServer1;1" is not registered with XPCOM Runtime. (0x80004005)
at com.ti.debug.engine.xpcom.Runtime.createComponent(Runtime.java:211)
at com.ti.debug.engine.impl.Application.<init>(Application.java:88)
at com.ti.debug.engine.cce.CCEDebugEngine.<init>(CCEDebugEngine.java:17)
at com.ti.debug.engine.cce.CCEDebugEngine.instance(CCEDebugEngine.java:50)
at com.ti.debug.engine.cce.CCEDebugEngine.createInstance(CCEDebugEngine.java:61)
at com.ti.debug.engine.cce.CCEDebugEngine$Factory.createInstance(CCEDebugEngine.java:32)
at com.ti.ccstudio.debug.server.factory.DebugEngineFactory.createApplication(DebugEngineFactory.java:40)
at com.ti.ccstudio.debug.core.cdi.model.Session.doInstantiateDebugServer(Session.java:665)
at com.ti.ccstudio.debug.core.cdi.model.Session.createDebugServer(Session.java:489)
at com.ti.ccstudio.debug.core.cdi.model.Session.internalInitializeSession(Session.java:338)
at com.ti.ccstudio.debug.core.cdi.model.Session.initializeSession(Session.java:305)
at com.ti.ccstudio.debug.core.cdi.model.Debugger.createDebuggerSession(Debugger.java:27)
at com.ti.ccstudio.debug.core.launch.BaseCCELaunchDelegate.doLaunch(BaseCCELaunchDelegate.java:321)
at com.ti.ccstudio.debug.core.launch.BaseCCELaunchDelegate.launch(BaseCCELaunchDelegate.java:267)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:657)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:583)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:779)
at org.eclipse.debug.internal.ui.DebugUIPlugin$4.run(DebugUIPlugin.java:835)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)