Sunday, 23 April 2017

DSPP Experiment 9 : Basic Operations on DSP Processor

DSPP's are generally used for a specific application rather than general purpose processors.They implement Harvard Architecture, pipelining and parallel processing techniques for faster computations.
In this experiment, we got acquainted to using the code composer studio which is used for writing c codes and debugging them, generally for Texas Instruments' Processors. The DSP kit we used for this experiment was TMS320F28335.
Basic operations were performed on the board such as addition and subtraction among others. We also implemented FFT algorithms. The difference in implementing on hardware is that we have to reference the registers too while writing the code while a simple C language implementation does not require this.

25 comments:

  1. This was also helpful for getting used to embedded C

    ReplyDelete
  2. DSP is used in many fields like biomedicine, sonar radar etc.

    ReplyDelete
    Replies
    1. Yes, DSP can be used for a lot of applications

      Delete
  3. Real time analysis is possible with help of DSP processor

    ReplyDelete
    Replies
    1. Yes, DSP can be used for a real time applications

      Delete
  4. Dsp processor is a fast processor for implementing complex applications.

    ReplyDelete
  5. DSP processors have advanced assembly instructions for higher performance.

    ReplyDelete
  6. JTAG is very helpful for real time debugging.

    ReplyDelete
  7. C5000 & C6000 series of processors have floating point compatibility

    ReplyDelete
  8. It has a dedicated bit reversal unit to perform fast algorithms like FFT

    ReplyDelete
  9. C2000 support assembly instructions for faster and parallel execution

    ReplyDelete