SetUp 6416
SetUp 6416
The instructions below are given for the example project Fir. Create a new project file Fir.pjt
by selecting Project New and typing Fir as the project name. Set Target to TMS320C64XX before clicking on Finish . The .pjt file stores project information on build options, source filenames, and dependencies. The names of the files used by a project are displayed in the Project View window, which, by default, appears at the left - hand side of the Code Composer window.
Add library support files rts6400.lib, dsk6416bsl.lib, and csl6416.lib to the project.
Three more times, select Project Add Files to Project and look for Files of Type Object and Library Files ( * .o * , * .l * ) The three library files are stored in the scratch drive(copy the file to your c:\temp). These are the run - time support (for C64x architecture), board support (for C6416 DSK), and chip support (for C6416 processor) library files.