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: eZdsp F28335 target connection problem

Part Number: TMS320F28335


Tool/software: Code Composer Studio

I used the eZdsp F2335 with the code composer V3.3 and it worked fine.

I recently upgraded the code composer to V7.4, however, I can not establish a connection with the device. 

Does anyone can help me with it?

  • Guilherme,

    In CCSv7 (actually CCSv4 and greater) you need to set up a Target Configuration file (.ccxml). Be sure that when you installed CCSv7 that you also installed emulation support for Spectrum Digital. In CCSv7 click File -> New -> Target Configuration File. Next, name the file (e.g. eZdsp_F28335.ccxml) and click Finish. In the next window select the connection type as "Spectrum Digital DSK-EVM-eZdsp onboard Emulator" then select EZDSPF28335, and Save.

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

    - Ken
  • Hi ken,

    Thanks for your attention. I figured out the problem...

    I reinstalled the code composer checking the box "Spectrum Digital Debug...." in the select debug probes screen. Then, I configured the target connection using the "Spectrum Digital DSK-EVM-eZdsp onboard Emulator", as you mentioned.

    Thanks,