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.
This comment has been removed by a blog administrator.
ReplyDeleteHaving a dedicated hardware for ALU,MAC and Shifter in DSP processor, increases the speed of computation.
ReplyDeleteNicely explained
ReplyDeleteThe processor has a dedicated bit reversal unit to perform fast algorithms like FFT
ReplyDeleteJTAG 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.
ReplyDeleteCCS version 3.3 was used. Windows 7 and later versions aren't compatible with it.
ReplyDeleteNice that we got the experience of ccs
ReplyDeleteDigital signal processors are designed to be used for audio signal processing.
ReplyDeleteIf the code is debugged properly, Code Composer has a step execution as well as breakpoint addition facilities
ReplyDeleteJTAG is used for real time debugging
ReplyDelete