Sunday, April 23, 2017

Basic Operations using DSP Processor

We studied programming on a DSP kit using Assembly Level Language. The kit used was TMS320F28375. Basic operations were performed on the borad such as convolution and correlation The changes in the values of the registers before and after execution of each operation were observed. The DSP was programmed using Code Composer Studio.


10 comments:

  1. This comment has been removed by a blog administrator.

    ReplyDelete
  2. Having a dedicated hardware for ALU,MAC and Shifter in DSP processor, increases the speed of computation.

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

    ReplyDelete
  4. JTAG cable was used instead of USBASP to interface DSP processor with the pc as JTAG gives values of registers at intermediate stages which helps in debugging.

    ReplyDelete
  5. CCS version 3.3 was used. Windows 7 and later versions aren't compatible with it.

    ReplyDelete
  6. Nice that we got the experience of ccs

    ReplyDelete
  7. Digital signal processors are designed to be used for audio signal processing.

    ReplyDelete
  8. If the code is debugged properly, Code Composer has a step execution as well as breakpoint addition facilities

    ReplyDelete
  9. JTAG is used for real time debugging

    ReplyDelete