<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/technology/cnxml/schema/dtd/0.5/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" xmlns:m="http://www.w3.org/1998/Math/MathML" id="new">
  <name>Files for TI DSK 5510</name>
  <metadata>
  <md:version>1.2</md:version>
  <md:created>2008/06/25 16:38:48 GMT-5</md:created>
  <md:revised>2008/06/25 17:43:48.449 GMT-5</md:revised>
  <md:authorlist>
      <md:author id="tbshen">
      <md:firstname>Thomas</md:firstname>
      
      <md:surname>Shen</md:surname>
      <md:email>tbshen@uiuc.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="tbshen">
      <md:firstname>Thomas</md:firstname>
      
      <md:surname>Shen</md:surname>
      <md:email>tbshen@uiuc.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>Code Composer, DSP, 55x, TI, DSK 5510</md:keyword>
  </md:keywordlist>

  <md:abstract>This module includes the computer files that ECE420 uses for the TI TMS320C5510.</md:abstract>
</metadata>
  <content>
    <para id="delete_me"><name>Introduction</name>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.</para><para id="element-559"><name>DSK5510 with DUAL3006 daughterboard</name>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.</para><list id="element-196" type="bulleted"><item><link src="filter.zip">Lab 0</link> - an FIR filter. Input and output processed on a sample-by-sample basis. RTDX not supported</item>
<item><link src="lab4.zip">Lab 4</link> - framework code for block processing. RTDX not supported</item>
<item><link src="bpsk_tx.zip">BPSK Transmitter</link> - poor implementation of a BPSK transmitter that utilizes block processing</item>
<item><link src="block_rtdx.zip">Block-processing</link> - code for block processing. RTDX supported</item></list><para id="element-6"><name>DSK5510</name>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.</para><list id="element-463" type="bulleted"><item><link src="dspboard_samplefilter.zip">Sample-by-sample</link> - an FIR filter with sample-by-sample processing. RTDX not supported</item>
<item><link src="dspboard.zip">Block-processing</link> - code for block processing. RTDX supported</item></list>   
  </content>
  
</document>
