Hi all, I am using stellaris LM3S9B96 micrcontroller for my project. Using my own board and CCSV4.2.4.00033 .
JTAG DEBGGER: XDS100V2
I am able run my code sucessfully from many days. Suddenly the following error occured while debugging the code. I am using 90 days trail version and i have 60 days more to expire the lisence.
Log report is as follows:
org.mozilla.xpcom.XPCOMException: Could not createInstance(@ti.com/DebugServer1;1,{bfab7a88-14c8-48be-8729-f7701e4e0f35})Java/XPCOM bridge: exception while executing submit() with parameterorg.mozilla.xpcom.internal.XPCOMJavaProxy$3@1f0b6e.
org.mozilla.xpcom.XPCOMException: The function "createInstanceByContractID" returned an error condition (0x80040154) (0x80004005) (0x80004005)
at com.ti.debug.engine.xpcom.Runtime.createComponent(Runtime.java:229)
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$5.run(DebugUIPlugin.java:852)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Can any one please tell me wats the reason for the following error?
Thanks & Regards, Mah Kon