Monday, 24 April 2017

Lab No.9: Basic operations using DSPP

In this experiment we studied assembly level programming using TMS320F2835 kit. We performed arithmetic,logical and shift operations. The changes in registers before and after operations were observed. Code composer studio was used.

14 comments:

  1. Each of these operations can be performed in a single instruction cycle.That's what interesting and satisfying.

    ReplyDelete
  2. They execute instructions in a single cycle because of specially designed hardware

    ReplyDelete
  3. the processor is very efficient

    ReplyDelete
    Replies
    1. correct. the output we get are free from noise

      Delete
  4. the program and data memory are separate

    ReplyDelete
    Replies
    1. yes this is done to avoid structural hazards

      Delete
    2. The processor has Harvard Architecture

      Delete
    3. Thank you for the knowledge :)

      Delete
  5. These operations are executed within a single instruction cycle and millions of such instructions can be executed within seconds.That's what unique about DSP processors

    ReplyDelete

Lab No.10: Signal Processing Application

The Morse code is a simple and versatile technique for sending of text messages, mainly using wireless media. The Morse communication was u...