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/TMS320F28335: Delfino TMS320F28335

Part Number: TMS320F28335

Tool/software: Code Composer Studio

I´ve been trying to import and run examples for delfino tms320F28335 development kit, but always appear the error message I show you in the pic. Can you please give me some suggestions about it?

  • Hi Juan,

    It is looking for a target configuration which doesn't exist. The name of the file is the default name for the a target configuration, so it's possible somewhere along the way a new one was made or deleted.

    To resolve this, go to View -> Target Configurations. You can then create a new target configuration for your device and launch it through that window. If you wish to use one in your project, you can create one through this window with that name and place it in your project.

    Regards,
    Kris
  • Thank you so much for your fast reply!

    I went to target configurations and I fixed as a location of the NewTargetConfiguration.ccxml file, these options: The first time I chose as the location the folder GpioToogle (this the example I loaded an I´m trying to run), located in the examples of the C200Ware which is in the ti main folder. The second time I chose the same folder but the one located in the example loaded into the workspace_v7 folder. In both cases, the error presented previously doesn´t occur and it seems that the example can run, but as you can see in the pic, the resume button is disabled and the program doesn´t run. It reports the debug probe disconnected (see the pic). I made the test connection and it reports the scan test has succeeded. Can you please, give me some support! Thank you in advance!

    Best regards!    Juan Pablo

  • Hello TI friends!
    I´ve just restarted my computer and the procedure I described previously just worked! Now the example is running. Thank you!