Other Parts Discussed in Thread: AM1802, BEAGLEBOARD-X15
Tool/software: Code Composer Studio
Hi experts,
after trying to launch debug session just with .ccxml configuration file (as XDS2xx USB Debug Probe and evmAM572x) I've got either:
Error initializing emulator:
(Error -2085 @ 0x0)
Internal error: Missing or corrupt application file. Restart the application. If error persists, please report the error.
(Emulation package 8.4.0.00006)
or
Error initializing emulator:
(Error -2083 @ 0x0)
Unable to communicate with the debug probe. Confirm debug probe configuration and connections, reset the debug probe, and retry the operation.
(Emulation package 8.1.0.00012)
errors.
The Test Connection button to determine whether your JTAG connection is working at the lowest level gives:
%ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -S integrity
This utility has successfully reset the controller.
...
The JTAG IR Integrity scan-test has succeeded.
...
The JTAG DR Integrity scan-test has succeeded.
What I have done already:
- Updating the XDS200 firmware
c:\ti\ccs930\ccs\ccs_base\common\uscif\xds2xx>xds2xx_conf get xds2xxu 0
boardRev=1
ipAddress=0.0.0.0
ipConfig=dhcp
ipGateway=0.0.0.0
ipNetmask=0.0.0.0
productClass=XDS2XX
productName=XDS200
serialNum=S200-000E990464D0
swRev=1.0.0.9
hostCPU=AM1802
emuCtrlType=Bit bang
extMemType=SDRAM
portUSB=true
portENET=false
portWIFI=false
portRS232=false
EnableUSBSerial=false
CurrentMeasure=false
- reinstalled the Windows device drivers
- reductin JTAG clock to 1MHz
- different usb ports, cables etc...
as suggested in troubleshooting guides.
Also it worked once after degrading to CCS 8.3 but 1 hout later when I compiled pdk to this version it stoped working and problem persists.
Do you have any solution for that?