Part Number: LAUNCHXL-F28069M
Other Parts Discussed in Thread: DRV8301, CONTROLSUITE, CCSTUDIO
Hello,
I am having issues with building my Simulink model (onto the F28069M launch pad along with the boostXL DRV8301 motor driver. Attached is the error from building along with CheckEnvSetup command
Any input will be much appreciated.
Regards,
Maria
checkEnvSetup('ccsv5','f28069', 'check')
1. CCSv5 (Code Composer Studio)
Your version : 6.1.0
Required version: 5.0 or later
Required for : Code Generation
TI_DIR="C:\ti\ccsv6"
2. CGT (Texas Instruments C2000 Code Generation Tools)
Your version : 6.2.7
Required version: 5.2.1 to 6.0.2
Required for : Code generation
C2000_CGT_INSTALLDIR="C:\ti\ccsv6.01\ccsv6\tools\compiler\c2000_6.2.7"
3. DSP/BIOS (Real Time Operating System)
Your version : 5.42.02.10
Required version: 5.33.05 to 5.41.11.38
Required for : Code generation
CCSV5_DSPBIOS_INSTALLDIR="C:\ti\bios_5_42_02_10"
4. XDC Tools (eXpress DSP Components)
Your version : 3.32.01.22.
Required version: 3.16.02.32 or later
Required for : Code generation
5. 2806x C/C++ Header Files
Your version : 1.36
Required version: 1.36
Required for : Code generation
DSP2806x_INSTALLDIR=""
6. Flash Tools (TMS320F2806x Piccolo(TM) Flash API)
Your version : 1.00
Required version: 1.00
Required for : Flash Programming
FLASH_2806X_API_INSTALLDIR="C:\ti\controlSUITE\libs\utilities\flash_api\2806x\v100"
-----------------------------------------------------------------------------------------------------------------------
Downloading program to the target hardware...
### Build procedure for model: 'HVAD_SENSORLESS_FOC' aborted due to an error.
The following error occurred during deployment to your hardware board:
Debug Server Scripting (DSS) error:
*** User inputs:
Target Configuration: C:\PROGRA~3\MATLAB\SUPPOR~1\R2018b\toolbox\target\SUPPOR~1\tic2000\CCS_CO~1\F28069~1.CCX
Program Name: C:\Users\Grommit\DOCUME~1\Daman\new\HVAD_S~1\2016b\HVAD_S~1.OUT
Board Name: *
CPU Name: unspecified (connect to first CPU)
*** Starting debug session...
*** Debug Session Name: Texas Instruments XDS100v1 USB Emulator_0/C28xx
*** Board Name: Texas Instruments XDS100v1 USB Emulator_0
*** CPU Name: C28xx
*** Connecting to target...
SEVERE: C28xx: 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 6.0.407.3)
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\2017b/toolbox/idelink/EXTENS~1/ticcs/ccsdemos/RUNPRO~1.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\2017b/toolbox/idelink/EXTENS~1/ticcs/ccsdemos/RUNPRO~1.JS:93)
at org.mozilla.javascript.gen.c1.call(C:\PROGRA~1\MATLAB\2017b/toolbox/idelink/EXTENS~1/ticcs/ccsdemos/RUNPRO~1.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\2017b/toolbox/idelink/EXTENS~1/ticcs/ccsdemos/RUNPRO~1.JS)
at org.mozilla.javascript.gen.c1.exec(C:\PROGRA~1\MATLAB\2017b/toolbox/idelink/EXTENS~1/ticcs/ccsdemos/RUNPRO~1.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:88)
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:622)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:145)
... 18 more