Other Parts Discussed in Thread: TMS320F28035
A 3rd party is trying to use loadti to flash a 28x device (28035) and they encounter the following error:
Note: they are able to do this with a 2802x device without issue. Could the difference be the CLA?
=========
Hi Lori,
When I try your ccxml it gets farther but crashes the Java engine.
Here is command line:
C:\TI5\ccsv5\ccs_base\scripting\examples\loadti\loadti -v -a -x=loadTgt.log -c=C:\vissim80\cg\lib\config\F28035_xds100.ccxml
C:\VisSim80\cg\softblinkF28035.out
Ideas?
Below is loadTi output:
-----------------------
getServer: RETURN com.ti.debug.engine.scripting.RTDXServer@1fa39bb
openSession: ENTRY sDebugSession: TI XDS100 Emulator_0/C28xx
getServer: ENTRY sServerName: DebugServer.1
getServer: Getting cached server: DebugServer.1
getServer: RETURN com.ti.debug.engine.scripting.DebugServer@27e353
openSession: ENTRY session:
com.ti.debug.engine.scripting.DebugSession@e45b5e
openSession: RETURN com.ti.debug.engine.scripting.RTDXSession@2ab653
openSession: RETURN
debuggerOpen: RETURN TI XDS100 Emulator_0/C28xx
TARGET: TI XDS100 Emulator_0
Connecting to target...
connect: ENTRY
connect: Requesting target connect
waitUntil: ENTRY timeout: infinite
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c001784, pid=2456,
tid=2632
#
# Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86) # Problematic frame:
# C 0x7c001784
#
# An error report file with more information is saved as:
# C:\TI5\ccsv5\ccs_base\emulation\analysis\bin\hs_err_pid2456.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
==========
=========
ccxml looks like this
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configurations XML_version="1.2" id="configurations_0">
<configuration XML_version="1.2" id="Texas Instruments XDS100 USB
Emulator_0">
<instance XML_version="1.2" desc="Texas Instruments XDS100 USB
Emulator_0" href="connections\TIXDS100usb_Connection.xml" id="Texas
Instruments XDS100 USB Emulator_0" xml="TIXDS100usb_Connection.xml"
xmlpath="connections"/>
<connection XML_version="1.2" id="Texas Instruments XDS100 USB
Emulator_0">
<instance XML_version="1.2" href="drivers\tixds100c28x.xml"
id="drivers" xml="tixds100c28x.xml" xmlpath="drivers"/>
<instance XML_version="1.2" href="drivers\tixds100cla.xml"
id="drivers" xml="tixds100cla.xml" xmlpath="drivers"/>
<platform XML_version="1.2" id="platform_0">
<instance XML_version="1.2" desc="TMS320F28035_0"
href="Devices\f28035.xml" id="TMS320F28035_0" xml="f28035.xml"
xmlpath="Devices"/>
</platform>
</connection>
</configuration>
</configurations>