Summary: This module includes the computer files that ECE420 uses for the TI TMS320C5510.
The files in this module are designed for use with the DSK 5510. Some of the files are only useful with the add-on dual3006 daughterboard built by Educational DSP. The code may also be useful for other DSKs. Please make sure to use the files that match the hardware used. One of the big differences between the files is sample-by-sample processing and block-processing. In sample-by-sample processing, the DSP receives one input sample per channel and expects one output sample per channel. For block-processing, the DSP will have a buffer (length N) of inputs samples per channel, and will expect N output samples per channel. Block-processing is capable of RTDX, but has a longer delay. FFT applications will require the use of block-processing. Keep this in mind when choosing the files to use.
These files assume input and output are through the four input and four output ports provided by the DUAL3006 daughterboard. This category contains the files used in lab 0 through lab 4 of ECE420 at the University of Illinois as of Spring 2008.
These files assume input and output are through the two input and two outputs ports provided by the DSK5510. These files will probably be most useful to those not at the course at UIUC, or for those working on a final project that does not require four input/output channels.