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.

Help regarding TMS320C6678

Other Parts Discussed in Thread: TMS320C6678, CCSTUDIO

Hi,

     I am working on TMS320C6678 to build and load the .out file for example given for TMS320C6678. And  I am new to this EVM. I am following steps  http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_Getting_Started_Guide. According to the guideline I installed CCStudio on my windows pc and after that  I installed BIOS MCSDK which are provided with DVD. If I build the any example program I am getting error as xdc.tools.configuro:Error :Can't find  platform package ti.sdo.ipc.examples.platforms.evm6678.core0.

          I installed CCStudio by the installer  ccstudio_5.2.1_win_32 which is provided in DVD . But I am getting license problem . The given CCS is not provided with any license,how to license for it.Is the erroe I mentioned due to the license problem? 

  • Hi,

    As you are using the C6678 EVM with the on board Jtag than you don't need to buy a Licensing but you have to set it, go to Help->Code Composer Studio Licensing Information to set your free licensing, 

    You can download and use the latest CCS (http://processors.wiki.ti.com/index.php/Download_CCS)  and MCSDK http://software-dl.ti.com/sdoemb/sdoemb_public_sw/bios_mcsdk/latest/index_FDS.html,

    Thanks,

    HR

  • Hi,

    The error

    chandu dusa said:
    xdc.tools.configuro:Error :Can't find  platform package ti.sdo.ipc.examples.platforms.evm6678.core0
    is about the platform you're using. The platforms contains informations about CPU clock, memory map... The platform you're using is chosen in Right Click on your project -> Properties -> CCS General -> RTSC, then you choose the produscts versions, the Tarrget and the Platform. Can you post the print of these options? Maybe you don't have something installed or it's just a version problem.

    Regards

  • Hi,

    Thank you, now I am not getting mentioned error.I added  the product versions,the target and platform as below mentioned snap shot .