Generating a Sine Wave Using the Hardware and Software Tools of
TMS320C6701
Aim of the Experiment :
The aim of this experiment is to familiarize you to use the hardware and
software tools of TMS320C6701. These tools will be explored by generating a sine
wave using three different methods
- Using Polling
- Using Interrupts
- Using DMA
Equipment to be checked out :
- Two BNC - stereo pin (DSP)cables
All the above equipment can be checked
out from the checkout in the second floor. The above list of equipment is the
equipment required per work station.
Deviations from the laboratory manual :
- Polling
- Use the program
evmstart.c
as the framework to write your C program.
- Care should be taken that the sine wave samples that are generated are
by the sin() function are properly converted into 16-bit integers so
that the AIC recognizes it as data. (it's pretty easy)
- To measure the frequency of the sine wave generated use the
oscilloscope. The other method using the signal generator can be ignored.
- Using Interrupts
Follow the manual
- Using DMA
Include the file
dma.h
in your C program.
Other Files for Laboratory 2
Recitation Slides for Laboratory 2
Assignment
Submitting this assignment is optional, but doing it would be useful
with your QUIZ preparations
Assignment
Back to the course home page
Next Experiment
Previous Experiment