I tried using the example code provided in tutorial but failed to locate TMS320C6727 platform while creating .tcf configurations as TMS320C6727 is part of my board.
I tried with ti.platforms.padk6727 to know if I can move further, but failed to build the code, the error is as follows:
-------------------------- clkTickCalc.pjt - Debug --------------------------
[Configuration1.tcf] "C:\CCStudio_v3.3\bios_5_31_02\xdctools\tconf" -b -Dconfig.importPath="C:/CCStudio_v3.3/bios_5_31_02/packages;" Configuration1.tcf
[clk.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"D:/SVN/ETROLZ/Project_Outputs/Software/Design/SourceCode/Experiment_Codes/ClkTickCalc/ClkTickApp/clk/dsk6713/Debug" -d"_DEBUG" -mv6700 -@"dsk6713/Debug.lkf" "clk.c"
"clk.c", line 23: fatal error: could not open source file "clkcfg.h"
1 fatal error detected in the compilation of "clk.c".
Compilation terminated.
>> Compilation failure
[Configuration1cfg.s62] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"D:/SVN/ETROLZ/Project_Outputs/Software/Design/SourceCode/Experiment_Codes/ClkTickCalc/ClkTickApp/clk/dsk6713/Debug" -d"_DEBUG" -mv6700 -@"dsk6713/Debug.lkf" "Configuration1cfg.s62"
[Configuration1cfg_c.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"D:/SVN/ETROLZ/Project_Outputs/Software/Design/SourceCode/Experiment_Codes/ClkTickCalc/ClkTickApp/clk/dsk6713/Debug" -d"_DEBUG" -mv6700 -@"dsk6713/Debug.lkf" "Configuration1cfg_c.c"
Build Complete,
1 Errors, 0 Warnings, 0 Remarks.
Help me resolve this issue.