Tuesday, 25 April 2017

Lab9:-Basic Operations on Digital signal Processor

The aim of this experiment was to perform basic operations on DSPP processor.The kit used was TMS320F28375.Basic arithmetic, logical and shifting instructions were executed on the processor.The values stored in the registers were noted after execution.It was observed that logical shifting operations perform bitwise shifting of data.Also logical operations only represent true or false value(1 or 0).

7 comments:

  1. Can you share the syntax for addition?

    ReplyDelete
    Replies
    1. asm("ADD B X AR1,#0x0006")
      6 is added with initial value stored in register AR1

      Delete
  2. we used c programming alongwith assembly language in code composer

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

    ReplyDelete
  4. DSP PROCESSOR IS EFFICIENT THAN GENERAL PURPOSE PROCESSOR!

    ReplyDelete
  5. Thank you for providing content on TMS320X series DSP processor.

    ReplyDelete
  6. Hardware implementation makes the understanding of the output easy

    ReplyDelete