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/LAUNCHXL-F280049C: A required dynamic library could not be located.

Part Number: LAUNCHXL-F280049C
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hello,

I'm very new in the TI world so it may be a very simple issue, I'm sorry.

I want to try the LAUNCHXL-F280049C. I downloaded Code Composer Studio v9 and installed it on Windows 10. I after downloaded C2000Ware from Resource Explorer.

I downloaded the example code led_ex1_blinky in order to try it. No issue while building but after I clicked on Flash, I got 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 8.1.0.00007)

I followed the installation guide and even after searching on Internet I couldn't find anything. Does someone know why I have this error?

Thanks for your help.

  • I have more information here when I test the connection with the board, whether it is connected or not:

    [Start: Texas Instruments XDS100v2 USB Debug Probe]
    
    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\louis\AppData\Local\TEXASI~1\CCS\
        ccs901\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: Texas Instruments XDS100v2 USB Debug Probe]
    



  • Louis,

    The F280049C LaunchPad uses an XDS110 debug probe. Please refer to the user's guide at:

    www.ti.com/lit/spruii7

    Also, please see the Frequently Asked Questions section on page 25. Note that the F28004x LaunchPad utilizes an on-board XDS110 debug probe in a 2-pin cJTAG configuration (see FAQ #3, last bullet).

    I hope this helps. If this answers your question, please click the green "Verified Answer" button. Thanks.

    - Ken