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.

Reactivating ezDSP board

Other Parts Discussed in Thread: CONTROLSUITE

A couple years ago I used to use a spectrum ezdsp F28335 board in a project that ended up fine.

Now I intend to use the same board again for a new project prototype, but I haven´t been using the board for a long time.

I installed CCS 6.1 but I´m neither able to download the project I build nor debug it.

After reading the installation instruction I could not find any missing steps for being able to connect to ezdsp.

Can somebody help me solving this issue ?

Thanks,

Marcelo

  • Hi Marcelo,

    What you can do is download and install controlSuite. Later you can navigate to :
    C:\ti\controlSUITE\device_support\f2833x\v140\DSP2833x_examples_ccsv5
    for sample codes.

    Import the required one -> Customize it for your board and enjoy its functionality.

    Regards,
    Gautam

  • Hi Marcelo,
    Where exactly does the process fail: Does the emulator fail to initialize? Does the emulator fail to connect? Does the code fail to load? Does the code load, but the device fails when trying to run the code?
  • I´m able to complete the build, but I never got the "Target" menu, is something like the board driver is missing.
  • Marcelo Del Fiore said:
    but I never got the "Target" menu, is something like the board driver is missing.

    Did you setup "Target Configuration"? If not go to Window -> Show View -> Target Configuration then Setup New Target configuration and select the device as F28335.

    Regards,

    Gautam

  • I tried to recreate a target configuration, but I get the report below when I make a "Test Connection" run

    [Start: Texas Instruments XDS100v3 USB Debug Probe_0]

    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\marcelo\AppData\Local\TEXASI~1\
    CCS\ti\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 'jioserdesusbv3.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 XDS100v3 USB Debug Probe_0]

    I tried to use a diferent XDS100 version, but all produce the same error.
  • Can you share the target configuration setup?