Embedded System & Microcontroller
Embedded System & Microcontroller
single
chip
microcomputer
typically
includes
Wires Application
Satellite Communication
Military Application
Medical Instruments
Toy industries
Blue Tooth
Electronic sensors
Home Appliances etc
MICROPROCESSORS
MICROCONTROLLER
Many instructions
to
move
data
Powerful
are available
Less
PCB size
Less Flexible
Boolean
access
time
processor
for
inbuilt
view
Single memory map for data and
code
code
normally
operated
with
purpose
operating
systems
general
like
CROSS-COMPILER
Cross-compiler is a software program, which is used to convert high
level language program like C to machine language of a specific
Microcontroller, using cross-compiler user can write programs in C language,
which speeds up the development process.
SIMULATOR
Simulator is software, which implements the features of a specific
Microcontroller on PC. It helps in testing and debugging the programs and
interfaces that are to be actually implemented on a Microcontroller at a later
stage. Using simulator, the program can be executed and tested without
using the evaluation kit, usually the program is simulated under pc
environment.
EMULATOR