Simulation and Analysis
Simulation and Analysis
Simulation and Analysis
OF DIGITAL SIGNALS
ON TMS320F2812
CONTROLLER
ABSTRACT
There is a vast development in the field of electronics, recent trend is
Digital Signal Controller (DSC),belongs to TMS320C2000 family.
The objective is to process the data as quickly as possible to be able to
generate an output stream of new data in real time.
One of the most important peripheral units of an embedded controller
is the analogue to Digital Converter (ADC).
ADC provides an interface between controller and the real world.
C28x is equipped with 16input pins to measure analogue signals.
C28x is equipped with two sample & hold units which can be used in
parrllel.it is used to convet two input signals at a time.
By using code composer studio we have to develop a c programeand
load on DSP processor to observe the out put.
INTRODUCTION
When we speak about digital control or computing in general we use
Microprocessor, Microcomputer or Microcontroller to specify a given
sort of electronic device. Now recent trend is digital signal processor.
Micro Computer
Microcontroller (μc)
Read next machine code instruction from code memmory, decode memory, read optional operands from
data memory, exucute insruction and write back result. This series of events runs in an endless manner .
To use a μp one has to add memory and additional external devices to the Microprocessor
.
Micro Computer
Micro Computer = Microprocessor(μP) + Memory + Peripherals
Microcontroller
Nothing more than a Micro Computer ,micro controller is a single
silicon chip!
All computing power and input/output channels that are
The main objective of Dsp is to process the data as quickly as possible to generate an out put
delivered by a DSP.
Now a days Digital Signal Controller(DSC) is a single chip device
embedded real time control solutions that require lots of math operations.
ARCHITECTURE OF TMS320F2812
High performance 32-bit DSP
Communications peripherals
TMS320F2812 HARDWARE
CONNECTING TMS320F2812 TO OUR PC
SOFTWARE DESIGN FLOW WITHIN
CODE COMPOSER STUDIO
Applications
Following are the applications of DSP.
Three phase motor control.
Digital power supplies.
HVAC compressors and blowers.
Industrial pumps.
A 12 bit ADC with 12.5 msps and 16 channels.
PWM generation with 150 ps resolution
INTRODUCTION TO ADC
One of the most important peripheral units of an embedded