Other Parts Discussed in Thread: MOTORWARE, CCSTUDIO
Tool/software: Code Composer Studio
I am using:
CCS v8
XDS110 Probe with CMSIS-DAP version 2.3.0.12
trying to use gui composer web app on a TMS320F28054F chip on a custom board and working through the motorware labs.
I can erase flash, load new debug code and step through the code.
I see in the device manager that there are two TI ports under Texas Instruments Debug Probes:
XDS1110 Class Data Port
XDS110 Class Debug Probe
when I run the target config test I get this:
[Start: Texas Instruments XDS110 USB Debug Probe]
Execute the command:
%ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -S integrity
[Result]
-----[Print the board config pathname(s)]------------------------------------
C:\Users\Rick\AppData\Local\TEXASI~1\CCS\
ti\1\0\BrdDat\testBoard.dat
-----[Print the reset-command software log-file]-----------------------------
This utility has selected a 100- or 510-class product.
This utility will load the adapter 'jioxds110.dll'.
The library build date was 'Feb 8 2018'.
The library build time was '18:36:28'.
The library package version is '7.0.188.0'.
The library component version is '35.35.0.0'.
The controller does not use a programmable FPGA.
The controller has a version number of '5' (0x00000005).
The controller has an insertion length of '0' (0x00000000).
This utility will attempt to reset the controller.
This utility has successfully reset the controller.
-----[Print the reset-command hardware log-file]-----------------------------
The scan-path will be reset by toggling the JTAG TRST signal.
The controller is the XDS110 with USB interface.
The link from controller to target is direct (without cable).
The software is configured for XDS110 features.
The controller cannot monitor the value on the EMU[0] pin.
The controller cannot monitor the value on the EMU[1] pin.
The controller cannot control the timing on output pins.
The controller cannot control the timing on input pins.
The scan-path link-delay has been set to exactly '0' (0x0000).
-----[Perform the Integrity scan-test on the JTAG IR]------------------------
This test will use blocks of 64 32-bit words.
This test will be applied just once.
but when I try to run C:\ti\guicomposer\webapps\InstaSPIN_F2805xM_UNIVERSAL\InstaSPIN_UNIVERSAL using the same .out file but renamed to appProgram.out
I get
Restarting Program Model...
Initializing target : C:\ti\guicomposer\eclipse\workspace\.metadata\.plugins\com.ti.binding.program\appConfig.ccxml
Connecting target: Texas Instruments XDS110 USB Debug Probe/C28xx
sun.org.mozilla.javascript.internal.WrappedException: Wrapped com.ti.ccstudio.scripting.environment.ScriptingException: Error connecting to the target: emulation failure occurred (<Unknown source>#13) in <Unknown source> at line number 13Restart Completed.
I am lost at how to troubleshoot this further, I've looked at other posts on this issue but I didn't find anything helpful