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.

Target "..." could not be found

Other Parts Discussed in Thread: TMS320C5515

Hi,

I am currently using a TMS320C5515 EVM. I downloaded the Chip
Support Library (CSL) in order to get some useful APIs.  There are examples
in the download that allow you to test out some of the components on the
board.  The main ones that I am interested in are the MMCSD examples.

After following the the installation guide in the Release Notes
(C55XCSL-LOWPOWER-2 50 00 00_Release_Notes_20110624.pdf) for
"For Running the Projects on C5504/05/14/15 DSP:" & "Building and Running the CCS v4 Projects"
page 9-20

After performing "Select the menu Target>Debug Active Project. Project will be built (if needed)
and debugger will be opened."

I have the following error:

    Exception occured during launch
   
    Reason:
     Failed to load program 'CSL_MMCSC_sdCardFSExample_Out.out' on any
     of the targets.
   
    Reason:
     The target 'Blackhawk USB560-M Emulator, 20-pin JTAG Cable_0/C55xx'
     could not be found.

I have attached my csl_general.h file.  I didn't have to make
any changes to the csl_general.h file according to my interpretation of the
instructions.

Thanks in advance.
Dozier

csl_general.h
  • What kind of emulator are you using? You need to have the right Target Configurations for your emulator. There are few Target Configurations files in the release package under ..\CSL_250\c55xx_csl\ccs_v4.0_examples folder: *.ccxml.

    This is a screen dump of my setup. You need this to match your hardware (emulator). I believe the CSL release package default to Blackhawk USB560m which is the fastest.

  • Thanks Steve for your response.

    My Installation Guide says that I should use the Spectrum Digital DSK-EVM-eZdsp onboard USB Emulator" and the device should be "EVM5515".

    I cannot see your screenshot (browser IE8 problem maybe?). I don't think that the BlackHawk_560 is the correct
    target configuration, because I don't have anything on the board that specifies BlackHawk. I can run the program using the
    "C5505EVM_Onboard_Emulator.ccxml" manually by changing the configuration slightly. Instead of "Board device" being "EVM5501" I
    change it to "EVM5515".  The program runs, but I have other issues that aren't part of this problem set.

    I have the following target configuration files:
      BlackHawk_560m_USB.ccxml
      C5505EVM_Onboard_Emulator.ccxml
      C5515eZDSPUSBKeyv2.ccxml

    *I select the target configuration by making it active.

    When I try the BlackHawk_560_USB.ccxml I get the following error:

         Error initializing emulator


    When I try the C5505EVM_Onboard_Emulator.ccxml or the C5515eZDSPUSBKeyv2.ccxml, I get the following error:

         Error:
         Exception occurred during launch
        
         Reason:
          Failed to load Program 'CSL_MMCSD_sdCardFSExtExample.out' on any of the targets
        
         Reason:
          The target 'Blackhawk USB560-M Emulator, 20-pin JTAG Cable_0/C55xx' could not be found.
     
    Is there a file that I need to change to prevent it from looking for the BlackHawk_560_USB.ccxml?

  • Use the View ->Target Configurations pull down menu, right click on the file to delete it.

  • Steve,

    This is something I have tried before and have just tried again.

    I still get the following:

    Error:
         Exception occurred during launch
        
         Reason:
          Failed to load Program 'CSL_MMCSD_sdCardFSExtExample.out' on any of the targets
        
         Reason:
          The target 'Blackhawk USB560-M Emulator, 20-pin JTAG Cable_0/C55xx' could not be found.

     

    Any Ideas?

    Also, I cannot see your image file on my personal computer either...

    Thanks

    Dozier