Basic mathematical operations were implemented
on the DSP processor kit and the results were verified in this experiment. We
used a custom board of popular C2000 processor and the code composer
studio platform was used for the coding purpose.A new project was created and a
simple code was written to demonstrate various arithmetic and logical
instructions on the processor. The output of the instructions was stored in the
registers and these values were obtained in real-time using the debugging
functionality of the software.
Which all operations did you verify for arithmetic and logical?
ReplyDeleteBasic arithmetic operations such as addition , subtraction also logical AND , logical NOT along with shift operation were verified on the DSP processor kit
DeleteThe hardware we used was TMS320F288335 DSP board for the demonstration.
ReplyDeleteDSP processor exhibits high computational efficiency.
ReplyDeleteLogical Shift right divides the variable by powers of 2.
ReplyDeleteAlong with logical shift operations , we can perform other variety of operations also such as basic arithmetic operations and logical AND , NOT , OR as well on this processor.
DeleteAlong with logical shift operations , we can perform other variety of operations also such as basic arithmetic operations and logical AND , NOT , OR as well on this processor.
DeleteIt has a dedicated bit reversal unit to perform fast algorithms like FFT.
ReplyDeleteIt is computationally efficient because of specially designed hardware like MAC unit and barrel shifter
ReplyDeleteYes, in DSP processor we have 3 main computational units viz. ALU, MAC and barrel shifter for faster computations unlike just ALU on general purpose processors.
DeleteCCS is a great tool for embedded applications
ReplyDeleteVery informative
ReplyDeleteTo mention a few, SUB ADD LSL LAST etc
ReplyDelete