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.

Error 512 during installation of xds100 emulator

Other Parts Discussed in Thread: CODECOMPOSER

Hello,

my system configuration is:

Windows 8.1 64 bit

CodeComposer Studio v6.1.3 build  00034

The installation fails with the error:

Executing C:\ti/ccs_base/emulation/windows/DPInst64.exe /sw /sa /path "C:\ti/ccs_base/emulation/drivers/cc3200/ftdi"
Script exit code: 512

Script output:
 

Script stderr:
 Program ended with an error exit code

We have already made the following attempts in order to correct the previous error with no success:

- Maual installation of dpinst64.exe .

- Copy and paste of the following libraies  to C:\Windows\System32 folder:

C:\Windows\System32\ftbusui.dll

C:\Windows\System32\ftd2xx.dll

C:\Windows\System32\FTLang.dll

C:\Windows\System32\drivers\ftdibus.dll

C:\Windows\SysWOW64\ftd2xx.dll

Any advise is welcome.

Thank you in advance.

  • Hi Guiseppe,
    dpinst returns values like 512 when it successfully installs drivers. The install should not have failed on that. Are you having any installation issues? Could you please zip up the contents of all install_logs* folders and post them here so I can take a look?
    Thanks
    Danish
  • Hi Danish,

    since the release notes of CCS V6.x says that emulators are no longer supported, i switched to CCS V5.5 on Windows 7 system.

    In the installation log there is the same error code 512 that CCS V6 returned. I was led to believe it was an error because of message in stderr line.

    Anyway now i have another problem, when i try to start a debug session for a CCS Project the debugger fails with the following error.

    Error connecting to the target:
    (Error -600 @ 0x0)
    A required dynamic library could not be located.
    The library isn't on the search path.
    (Emulation package 5.1.232.0)

    I configured my project to use as target the TI XDS100v2 USB Emulator. Also the Test Connection to this emulator give me the following error.

    [Start]
    
    Execute the command:
    
    %ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -F inform,logfile=yes -S pathlength -S integrity
    
    [Result]
    
    
    -----[Print the board config pathname(s)]------------------------------------
    
    C:\Users\CRITIW~1\AppData\Local\.TI\693494126\
        0\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 'jioserdesusb.dll'.
    
    An error occurred while soft opening the controller.
    
    -----[An error has occurred and this utility has aborted]--------------------
    
    This error is generated by TI's USCIF driver or utilities.
    
    The value is '-600' (0xfffffda8).
    The title is 'SC_ERR_LIB_ANY_LOCATE'.
    
    The explanation is:
    A required dynamic library could not be located.
    The library isn't on the search path.
    
    [End]

    Any suggestions on what I'm doing wrong?

    Thanks in advance.

    Giuseppe

    7331.install_logs.zip

  • Hi Guiseppe,

    Please note, simulators are not supported in CCS 6.x, emulators definitely are.

    I can't help you with a debugger specific problem, but I will forward the issue to the right team.

    Danish