Embedded Systems Flashcards
What is an embedded system ?
An embedded system is a system that has computer hardware with software embedded in it as one of its components.
Uses of embedded systems
- Cars
- Microwave ovens
- Washing machines, dishwashers, etc.
- ATMs
- Wireless phone (not a smartphone)
- Toys
Give a property
they are small and low cost and found in many electrical devices we use every day
What does it consist of ?
Every embedded system consists of custom-built hardware built around a micro-controller.
Do they have an OS ?
Embedded systems do not often have an operating system as they run software specific to the task they are designed to carry out.
Comparison to general purpose computer
A general purpose computer runs multiple applications
An embedded system runs only one application
In embedded systems, the software typically resides in firmware, in ROM.
In general purpose computers, the memory structure is more complex.
The programming in embedded systems is written only for the purpose of using the connected hardware.