Specifications

Opening and Examining the Project
Testing Algorithms and Data from a File
4-3
6) Expand the Project View by clicking
the + signs next to Project,
VOLUME.MAK, Include, Libraries,
and Source.
The files used in this project are:
volume.c
. This is the source code
for the main program. You
examine the source code in the
next section.
volume.h
. This is a header file
included by volume.c to define
various constants and structures.
load.asm
. This file contains the
load routine, a simple assembly
loop routine that is callable from C
with one argument. It consumes
about 1000*
argument
instruction
cycles.
vectors.asm
. This is the same file used in Chapter 2 to define a reset
entry point in the DSP’s interrupt vector table.
volume.cmd
. This linker command file maps sections to memory.
rts6201.lib
. This library provides run-time support for the target DSP.