Procedure To Work On Code Composer Studio
Procedure To Work On Code Composer Studio
TO CREATE PROJECT
Project new given project name and select the family’TMS320C67XX’Then click ok
File new source file write deown the ‘c’program and save it with.’c’ exetention in current project
file
File new dsp/bios.config file select dsk67xx click on dsk6713 and save it in current project.
Project add files to project add source file
Project add files to project add library file by following the given path
c/ccs studio3.1/cgtools/c6000/dsk6713/DSK6713.bs/file.
Project add files to the project. Add the configuration file.
Now files are generated and included in generated files. in that open the 3rd file, and copy the
header file and paste it in source file. Copy the include files named as “dsk6713.h” and
“dsk6713_aic23.h” paste it in current project folder.
Now compile project.(project compile)
Project build.
Project rebuild all.
File load program projectname.pjt debug “project name .out” file click on open debug click on
run
Now apply the input sine wave to line in of dsk6713 kit.
Observe the output at line out of dsk6713 by using CRO.