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.

Developing with CCS v5.5 for either C6713 or C6701

I am doing some test dev on the DSK6713 board from spectrum digital. I have developed working code using CCS v3.1 and v3.3 in the past but am trying v5.5 now after a number of years of working on other projects. My question is are there some good resources (videos, books, pdf files, etc) that can help me with this dev? I don't see very much support online or even in books at amazon.com or other sites. Eventually the code will be ported to a C6727 test board then a C6701 final board. I am doing development where I need to have an accurate clock cycle going so I can exercise code at 1 Hz, 5 Hz, 10 Hz etc. I have the POST example working on the C6713 board now, but little else. I also installed the CSL abd BSL libraries but don';t know how to set up a timer or clock accurate program. All the youtube.com videos see to be geared towards CCS v3.1 or v3.3


Thanks,

BG

  •  Hi Grueneberg,

    You can easily port the CSS 3.3 project developed for C6713 in CCS v5.5 easily, you can start doing this by creating the target configuration file for C6713 and then import the C6713 project under CCS project menu –in the bottom select import legacy CCSv 3.3.

    Please refer the following wiki liks for CCS v5.5 training

    http://processors.wiki.ti.com/index.php/Category:CCS_Training

    Try first step by connecting the target DSKC6713 to ccs v5.5 and run some example code; you can choose the board or device as DSKC6713 in ccs v 5.5.

    Please let me know if you need more details

    Regards

    Antony

    • --------------------------------------------------------------------------------------------------------
      Please click the Verify Answer button on this post if it answers your question.
      --------------------------------------------------------------------------------------------------------
  • Is there a direct link to the CCS 3.3 example code? I no longer have the install disk that came with the DSK6713 and most of the training at the link you provided is geared towards other target DSPs or devices.

    Thanks

  • Hi Grueneberg,

    The CCSv5.5 training slides are common for all the parts, we don’t have one specific for C6713, but it won’t make much differences for migrating from CCS v 3.3 to CCS v 5.5

    You can download the sample codes, Library and BSL from spectrum digital website online

    http://c6000.spectrumdigital.com/dsk6713/

    Regards

    Antony

    • --------------------------------------------------------------------------------------------------
      Please click the Verify Answer button on this post if it answers your question.
      --------------------------------------------------------------------------------------------------------