Other Parts Discussed in Thread: CCSTUDIO
Tool/software:
Hi,
I am trying to build and deploy a simple program on my TMS320F280039C micro controller using the C2000 blockset in Matlab. However, I always keep getting this error,
Initiating the executable load sequence on the target hardware using TI Code Composer Studio.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See www.slf4j.org/codes.html for further details.
*** User inputs:
Target Configuration: C:\PROGRA~1\MATLAB\R2024a\toolbox\c2b\tic2000/CCS_CO~1/F28003~2.CCX
Program Name: D:\test.out
Board Name: *
CPU Name: unspecified (connect to first CPU)
*** Starting debug session...
*** Debug Session Name: Texas Instruments XDS110 USB Debug Probe_0/C28xx_CPU1
*** Board Name: Texas Instruments XDS110 USB Debug Probe_0
*** CPU Name: C28xx_CPU1
*** Connecting to target...
SEVERE: C28xx_CPU1: Error connecting to the target: (Error -1135 @ 0x0) The debug probe reported an error. Confirm debug probe configuration and connections, reset the debug probe, and retry the operation. (Emulation package 9.12.0.00150)
SEVERE: emulation failure occurred
SEVERE: Error connecting to the target: emulation failure occurred
SEVERE: Cannot perform operation, target is not connected.
SEVERE: Error reseting target: Cannot perform operation, target is not connected.
org.mozilla.javascript.WrappedException: Wrapped com.ti.ccstudio.scripting.environment.ScriptingException: Error reseting target: Cannot perform operation, target is not connected. (C:\PROGRA~1\MATLAB\R2024a\toolbox\c2b\TIC200~3/CCS_CO~1/RUNPRO~3.JS#93)
at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1693)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:160)
at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:204)
at org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:119)
at org.mozilla.javascript.gen.c1._c0(C:\PROGRA~1\MATLAB\R2024a\toolbox\c2b\TIC200~3/CCS_CO~1/RUNPRO~3.JS:93)
at org.mozilla.javascript.gen.c1.call(C:\PROGRA~1\MATLAB\R2024a\toolbox\c2b\TIC200~3/CCS_CO~1/RUNPRO~3.JS)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:340)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2758)
at org.mozilla.javascript.gen.c1.call(C:\PROGRA~1\MATLAB\R2024a\toolbox\c2b\TIC200~3/CCS_CO~1/RUNPRO~3.JS)
at org.mozilla.javascript.gen.c1.exec(C:\PROGRA~1\MATLAB\R2024a\toolbox\c2b\TIC200~3/CCS_CO~1/RUNPRO~3.JS)
at org.mozilla.javascript.tools.shell.Main.evaluateScript(Main.java:503)
at org.mozilla.javascript.tools.shell.Main.processFileSecure(Main.java:425)
at org.mozilla.javascript.tools.shell.Main.processFile(Main.java:391)
at org.mozilla.javascript.tools.shell.Main.processSource(Main.java:382)
at org.mozilla.javascript.tools.shell.Main.processFiles(Main.java:179)
at org.mozilla.javascript.tools.shell.Main$IProxy.run(Main.java:100)
at org.mozilla.javascript.Context.call(Context.java:528)
at org.mozilla.javascript.ContextFactory.call(ContextFactory.java:450)
at org.mozilla.javascript.tools.shell.Main.exec(Main.java:162)
at com.ti.ccstudio.apps.internal.scripting.RunScript$1.run(RunScript.java:89)
Caused by: com.ti.ccstudio.scripting.environment.ScriptingException: Error reseting target: Cannot perform operation, target is not connected.
at com.ti.debug.engine.scripting.Target.reset(Target.java:644)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:145)
... 18 more
### Build procedure for test aborted due to an error.
Does anybody know the solution to this? Just for context, I am connecting the board directly to the CPU using the USB cable that comes with the micro controller. Is that the problem (Gemini tells me this is definitely the issue).
Thanks,
Anuj.

