Morning,
Whenever I open CCS I get the following error message and it suggests I exit the work bench:
"An internal error was logged by 'com.ti.ccstudio.debug'.
java.lang.StackOverflowError"
I choose not to exit and launch a target configuration and get this error:
"Error initializing emulator:
(Error -2083 @ 0x0)
Unable to communicate with the emulator. Confirm emulator configuration and connections, reset the emulator, and retry the operation.
(Emulation package 5.0.520.0)"
This is very curious as the same target configuration, with the same probe and the same PC but logged in as another user works fine.
I'm using the attached ccxml file
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <configurations XML_version="1.2" id="configurations_0"> <configuration XML_version="1.2" id="Spectrum Digital XDS560V2 STM USB Emulator_0"> <instance XML_version="1.2" desc="Spectrum Digital XDS560V2 STM USB Emulator_0" href="connections/SD560V2USB_Connection.xml" id="Spectrum Digital XDS560V2 STM USB Emulator_0" xml="SD560V2USB_Connection.xml" xmlpath="connections"/> <connection XML_version="1.2" id="Spectrum Digital XDS560V2 STM USB Emulator_0"> <instance XML_version="1.2" href="drivers/tixds560icepick_d.xml" id="drivers" xml="tixds560icepick_d.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/tixds560c674x.xml" id="drivers" xml="tixds560c674x.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/tixds560arm9.xml" id="drivers" xml="tixds560arm9.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/tixds560cs_dap.xml" id="drivers" xml="tixds560cs_dap.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/tixds560cortexM.xml" id="drivers" xml="tixds560cortexM.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/tixds560cortexA.xml" id="drivers" xml="tixds560cortexA.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/tixds560cs_child.xml" id="drivers" xml="tixds560cs_child.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/tixds560csstm.xml" id="drivers" xml="tixds560csstm.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/tixds560etbcs.xml" id="drivers" xml="tixds560etbcs.xml" xmlpath="drivers"/> <property Type="choicelist" Value="3" id="JTAG TCLK Frequency (MHz)"/> <platform XML_version="1.2" id="platform_0"> <instance XML_version="1.2" desc="TI814x_0" href="devices/ti814x.xml" id="TI814x_0" xml="ti814x.xml" xmlpath="devices"/> <device HW_revision="1" XML_version="1.2" description="TI814x" id="TI814x_0" partnum="TI814x"> <router HW_revision="1.0" XML_version="1.2" description="ICEPick_D Router" id="IcePick_D_0" isa="ICEPICK_D"> <subpath id="subpath_10"> <router HW_revision="1.0" XML_version="1.2" description="CS_DAP Router" id="CS_DAP_1" isa="CS_DAP"> <subpath id="subpath_2"> <property Type="numericfield" Value="0x1a" desc="Port Number_0" id="Port Number"/> </subpath> </router> </subpath> <subpath id="subpath_11"> <router HW_revision="1.0" XML_version="1.2" description="CS_DAP Router" id="CS_DAP_2" isa="CS_DAP"> <subpath id="subpath_3"> <property Type="numericfield" Value="0x1b" desc="Port Number_1" id="Port Number"/> </subpath> </router> </subpath> </router> </device> </platform> </connection> </configuration> </configurations>
Any ideas on how to resolve this issue?