This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS V6.0.1.00040 Spectrum Digital XDS510 USB testing connection

Other Parts Discussed in Thread: TMS320F28335, UNIFLASH, CCSTUDIO

Hello...

         I installed a fresh copy of CCS V6.0.1.00040 on WIN 7 and tried to created a new project. I selected the board ( eZDSP TMS320F28335) and selected the Spectrum Digital XDS510 USB emulator then I tried to verify the connection but I get the following:

Error parsing file:
Fatal Error at (0, 0): An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=C:\ti\ccsv6\eclipse///filer1.egr.msu.edu/cifs.homedir/dotwindows/workspace_v6_0/.tempFiles/testIdentify.ccxml

I know that the board and the JTAG are working because I checked them with another computer with the same operating system (WIN 7) and the same CCS version and the connection succeeded. I also checked the connection between PC and the JTAG via SdConfigEx v5 and the connection succeeded. I then uninstall CCS and installed it again but the same exact thing happened, I also updated but still no luck. How can I fix this problem?

Thanks!

  • Hi,

    Did you check the Device Manager? Is XDS510 drivers properly installed?

    Regards,
    Gautam
  • Yes the JTAG is properly installed and I verified it by using the  (SdConfigEx v5) and the connection succeeded and it displayed the following when I tested the connection:

    $$ You are connected to:
    $$ EmuProductName=XDS510USB
    $$ EmuPortAddr=0x510
    $$ EmuPortMode=USB
    $$ ProductId=510
    $$ ProductVersion=84

    I also looked in the device manager and it is properly installed. Any further thoughts?

    .

  • Just a quick thought, can you try with CCS Uniflash? Its a flashing utility....

    Regards,
    Gautam

  • Hi,

    The issues that you are seeing appear to be related to CCS and how it is interacting with files on your computer. 

    I will move your post to the CCS forum.  The experts there will be more likely to help resolve your issue.


    Thanks you,
    Brett

  • Abdullah Alfehaid said:
    Error parsing file:
    Fatal Error at (0, 0): An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=C:\ti\ccsv6\eclipse///filer1.egr.msu.edu/cifs.homedir/dotwindows/workspace_v6_0/.tempFiles/testIdentify.ccxml

    Based upon that messages, is the workspace mounted on a NetApp share?

    If so, when tested successfully on another computer was the same NetApp share workspace used, or a workspace on the local computer used?

    I was wondering if Eclipse doesn't work with a workspace mounted on a shared drive.

  • While installing Uniflash I got the following error:

    an error has occurred, see the log file 

    C:\ti\uniflashv3\eclipse\configuration\1423494824361.log

    I opened the log file and this is what is in it:

    !SESSION 2015-02-09 10:13:44.174 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_13
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments: -application com.ti.ccstudio.p2app -repository software-dl.ti.com/.../featurerepo -installIU com.ti.uniflash.installer.win32.feature.group
    Command-line arguments: -os win32 -ws win32 -arch x86 -data @noDefault -application com.ti.ccstudio.p2app -repository software-dl.ti.com/.../featurerepo -installIU com.ti.uniflash.installer.win32.feature.group

    !ENTRY org.eclipse.osgi 4 0 2015-02-09 10:13:50.408
    !MESSAGE Application error
    !STACK 1
    java.lang.IllegalStateException: The profile is currently in use.
    at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.lockProfile(SimpleProfileRegistry.java:746)
    at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:67)
    at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:44)
    at org.eclipse.equinox.internal.provisional.p2.director.PlanExecutionHelper.executePlan(PlanExecutionHelper.java:41)
    at org.eclipse.equinox.internal.provisional.p2.director.PlanExecutionHelper.executePlan(PlanExecutionHelper.java:23)
    at com.ti.ccstudio.p2app.DirectorApplication.executePlan(DirectorApplication.java:941)
    at com.ti.ccstudio.p2app.DirectorApplication.planAndExecute(DirectorApplication.java:934)
    at com.ti.ccstudio.p2app.DirectorApplication.performProvisioningActions(DirectorApplication.java:921)
    at com.ti.ccstudio.p2app.DirectorApplication.run(DirectorApplication.java:1230)
    at com.ti.ccstudio.p2app.DirectorApplication.start(DirectorApplication.java:1418)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1438)

    I continued the installation and I tried to erase the flash of the eZDSP and It worked fine. I opened code composer and tried the connection but the same problem is still unsolved. There is another interesting thing that when I create a new project without any connection preferences then I go to target configuration and select XDS510 USB and try to verify the connection a window pops up and the following is displayed:

     [Start: Spectrum Digital XDS510USB Emulator]

    That is all, I waited for 15 min while the window is opened but nothing has changed and nothing more was displayed.

  • This solved the problem, I changed the workspace file from the network shared drive to the local drive on the PC. I took the following steps:
    file->switch workspace->other->brows to local c drive and make a new file then give it a name (whatever name you like) and click OK.

    Thanks!