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.

Does ccs v3.3 support API interface for script programming?

Other Parts Discussed in Thread: CCSTUDIO

I  want   to  write  a  script  program  for   ccs  v3.3 ,  does   it   provide  the  API  interface  to  program ?   

  • There was a package called "CCS Scripting" which may be what you are looking for. There is more information on it here: http://processors.wiki.ti.com/index.php/CCStudio_Scripting

    Depending on what you are doing GEL (General Extension Language) which is built into CCS and documented in the help may also be an option.

    Regards,
    John
  • I can't find the CCS Scripting package in my installed directory . where is it ?
  • It is in:

    <CCSv3.3 INSTALL DIR>\bin\utilities\ccs_scripting
  • Using the Scripting Utility in the Code Composer Studio
    Integrated Development Environmen .pdf said
    Scripting will automatically install Perl 5.004 in
    (Your_Install) \ti\bin\utilities\ccs_scripting\perl ,but i can't find it in my install directory.
    so I install a Activeperl5.16.3 version and run perl.exe ccs_Debug.pl on WIN32.cmd on C:\CCStudio_v3.3\bin\utilities\ccs_scripting\Examples\Perl directory.
    but it appear Perl Command Line InterPreter has stoped working. like it follows. How to solve it ?
    问题事件名称: APPCRASH
    应用程序名: perl.exe
    应用程序版本: 5.16.3.1603
    应用程序时间戳: 5140cc97
    故障模块名称: CCS_SCRIPTING_PERL.dll
    故障模块版本: 0.0.0.0
    故障模块时间戳: 457d216a
    异常代码: c0000005
    异常偏移: 00009aac
    OS 版本: 6.1.7600.2.0.0.768.3
    区域设置 ID: 2052
    其他信息 1: 0a9e
    其他信息 2: 0a9e372d3b4ad19135b953a78882e789
    其他信息 3: 0a9e
    其他信息 4: 0a9e372d3b4ad19135b953a78882e789
  • CCScripting only supports Perl 5.6 or 5.8.