Please enable JavaScript.
Coggle requires JavaScript to display documents.
1.1 systems architecture,
1.1 systems architecture
-
-
1.3 Embedded Systems
An embedded system is a computer that is built into another piece of equipment designed to have a specific function.
Embedded systems include things such as cameras, aircraft, vending machines, microwaves, ovens, fridges or sat navs. Most electronic devices will contain a microprocessor that can be considered as an embedded system.
Embedded systems are usually employed where a task is simple but needs to be reliable to control a limited range of resources such as timers or actuators.
The programs are held in Read Only Memory (ROM) it cannot be easily changed although some devices do allow for firmware updates to be performed. An embedded system executes programs that are written specifically for the tasks and these programs are written to use the least possible memory and for them to execute as quickly as possible.
There is a limited operating system that does not need loading when a device is turned on as it is all stored in ROM, this operating systems will only be able to run a single application.
As with all computer systems there is likely to be a user interface for example a microwave or washing machine has buttons although some will have no interface at all.
Other embedded systems might rely on gathering information from the environment such as central heating system that reacts to time and temperature.
-