ES Presentation
ES Presentation
SYSTEMS
Advantages
Easily Customizable
Low power consumption
Low cost
Enhanced performance
Disadvantages
High development effort
Larger time to market
Basic Structure of an Embedded System
Microprocessor vs Microcontroller
Microprocessor Microcontroller
Microprocessors are multitasking in nature. Can Single task oriented. For example, a washing machine is
perform multiple tasks at a time. For example, on designed for washing clothes only.
computer we can play music while writing text in
text editor.
RAM, ROM, I/O Ports, and Timers can be added RAM, ROM, I/O Ports, and Timers cannot be added
externally and can vary in numbers. externally. These components are to be embedded
together on a chip and are fixed in numbers.
Designers can decide the number of memory or Fixed number for memory or I/O makes a
I/O ports needed. microcontroller ideal for a limited but specific task.
External support of external memory and I/O Microcontrollers are lightweight and cheaper than a
ports makes a microprocessor-based system microprocessor.
heavier and costlier.
External devices require more space and their A microcontroller-based system consumes less power
power consumption is higher. and takes less space.