0% found this document useful (0 votes)
16 views

Steps Toimplement Filters

The document outlines the steps to implement filters in DSK6713 studio: 1. Open a new project in DSK6713 studio and configure the save path. This generates configuration files under the project. 2. Copy a filter program from the desktop and save it in the project. Add header, library, and command files to the project from specified paths. 3. Build and compile the project, then load and run the output file to run the filter program on the DSK6713 chip.

Uploaded by

Preethi Sj
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Steps Toimplement Filters

The document outlines the steps to implement filters in DSK6713 studio: 1. Open a new project in DSK6713 studio and configure the save path. This generates configuration files under the project. 2. Copy a filter program from the desktop and save it in the project. Add header, library, and command files to the project from specified paths. 3. Build and compile the project, then load and run the output file to run the filter program on the DSK6713 chip.

Uploaded by

Preethi Sj
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

STEPS TOIMPLEMENT FILTERS

Do diagnostic test
Open DSKC6713 studio
Open new project and give it a name. see whether the project is in C drive or Ddrive
Go to file. Say new and select DSPBIOS configuration
Select DSK6713 or DSK6711 whatever is available (double click)
Click on configuration window and savePath: C:/ CCStudio_v3.1/myprojects/ project
nameProject
open
Observe under your project .cdb file under DSP and two configure files under generated files
Close configl window
Go to file say new/source file/copy paste the filter program onto untitled windowThe filter
program is on desktop in programs for 6713
File/save/your project/file type is c source file and give a name to the file and saysave
After saving the file add to the project/the file name i.e the saved file and say save.

Add command file to the project
Project
Add files to projectPath:CCStudio_v3.1/myprojects/ our project nameFiles of type:
Linker command Files (*.cmd*,*.lcf*)

Add library file to the project
Project
Add files to projectPath: CCStudio_v3.1\C6000\dsk6713\lib\dsk6713bsl.libFiles of type: Object
and Library Files (*.o*,*.l*)
Add header file to the project
Open configlcfg-c.c(under generated files)/Copy #include configlcfg.h (close) and paste it to our
programRemove filter.h file

Go to project/ add files to projectPath: CCStudio_v3.1\C6000\dsk6713Files of type: All
filesSelect include/copy the first two header files(dsk 6713,dsk6713_aic23) and pastein our
project i.ePath: CCStudio_v3.1/myprojects/ our project nameSave

Building and Running the Program (compile\ Build\ Load Program\ Run)Compile:
Compile the program using the Project-compile pull down menu or byclicking the shortcut icon
on the left side of program window.77
Build:
Build the program using the Project-Build pull down menu or byclicking the shortcut icon on
the left side of program window.
Load Program:
Load the program in program memory of DSP chip using theFile-load program pull down
menu.Files of type:(*.out*)Path: C:\CCStudio_v3.1\ MyProjects\Project Name\ Debug\
Project Name.out
Run:
Run the program using the Debug-Run pull down menu or by clicking theshortcut icon on the
left side of program window

You might also like