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.

DSK6713 & CCSv5 in Windows 7 x64

 Hello.

I'm using Windows 7 x64 and CCSv5.3.  In CCSv5.3 I create a project for DSK6713. When I load the program to the target board, the message "TMS320C671X: Error initializing emulator".  How to connect a PC (with Windows 7 x64 and CCSv5) and DSK6713? What is missing? I've been on sites ti.com and http://c6000.spectrumdigital.com/dsk6713. I do not find the information how to connect DSK6713 and PC Windows 7 x64. 

Any suggestions. 

 

 

 

 

  • Start with connecting the 5V power supply to the board, then connect the usb cable to your board and PC. It should look like this:

    Run CCS

    From the Project menu select New Project

    Give your project a name and fill in the following settings in the project wizard:

    Click Finish.

    Click on the hammer button on the main toolbar to build the project. The first time you do this it will take a bit longer as it will need to build the runtime support library.  On my netbook it takes a couple minutes, but then is much faster the next time.  I get a couple error messages when building the rts library that I just ignore.  I then click on the bug button to launch the debugger for the project.

    The first time it connects to the DSK you should see these dialogs pop up as well:

    The USB enumerates and then windows identifies the board as a USB device.  After that you should be in a CCS debug session that looks like this:

    In device manager it looks like this for me:

    Regards,

    John

  • Thank you.

    The problem was that the driver will be installed in a folder SpectrumDigital in Program Files (x86). I sought them in a folder CCSv5.

     

  • John..

    I have followed your guide line above ...and the 'hello world' loads and seems to load.

    I have been using CCS3.1, and the examples files that can will the digital spectrum disk.... tone.c etc.

    These can be Imported into the CCS5 version.

    Is there example files that I can use.

     

    Regards

    Shaun

  • Shaun,

    Unfortunately CCS doesn't ship with any C6713dsk examples.  I thought maybe DSP/BIOS would have some in it but I checked and it does not.  I will check with our university program to see if they have anything as that is the main place that the board is used these days.

    Regards,

    John

  • Thanks..