DSPRelated.com
Forums

support files for dsp board???????????????

Started by pcwajahat October 2, 2006
hi everyone, i am new at learning dsp board programming.I am using
tms320c6713 board. The IDE that comkes with this board is CCS.I was
running some practice examples in this environment.There are some
support files that are needed to build the project e.g.
C6713dskinit.c, C6713dskinit.h, C6713dsk.cmd, Vectors_intr.asm,
Vectors_poll.asm.

In one of examples i was asked to change one of these files, which i
was using as provided .
What i need to ask is what do these files represent ? Can i change all
of them? If i want to understand the program listing of these files
what should i do?
I have got the rulph chassaing book on dsp bard programming but it
only gives little description of these files.
Any response would be helpful .
wajahat.
Hi,
If your are comfortable with C/C++ environment then
there is no big difference for the file hierarchay in
Ansi C programming and DSP programming except:
1- .cmd files for memory definition.
2- Assembly files like .asm or .sa. for assembly
language.
3- .cdb file for configuration of DSP/BIOS
programming.

Rest of the file like .c,.h files, i think you would
be pretty familiar with those.

In Rulph Chassing book, brief description is
available. Read it with little bit more
concentration...:)

Bye.

--- pcwajahat wrote:

> hi everyone, i am new at learning dsp board
> programming.I am using
> tms320c6713 board. The IDE that comkes with this
> board is CCS.I was
> running some practice examples in this
> environment.There are some
> support files that are needed to build the project
> e.g.
> C6713dskinit.c, C6713dskinit.h, C6713dsk.cmd,
> Vectors_intr.asm,
> Vectors_poll.asm.
>
> In one of examples i was asked to change one of
> these files, which i
> was using as provided .
> What i need to ask is what do these files represent
> ? Can i change all
> of them? If i want to understand the program listing
> of these files
> what should i do?
> I have got the rulph chassaing book on dsp bard
> programming but it
> only gives little description of these files.
> Any response would be helpful .
> wajahat.