This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.c_hwarch:1_embedded [2020/12/06 18:30] nick |
dido:public:ra:xapend:xapend.c_hwarch:1_embedded [2021/10/04 13:40] (current) 50.19.247.197 ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== C.1 Embedded Systems ====== | ====== C.1 Embedded Systems ====== | ||
| - | [[dido:public:ra:xapend:xapend.c_hwarch| Return to Hardware Architectures ]] | + | [[dido:public:ra:xapend:xapend.c_hwarch:start| Return to Hardware Architectures ]] |
| - | An **Embedded System** is a computer custom built to serve a specific purpose. Some examples of special purpose computers are cash registers, calculators, smart thermostats, and engine monitors in vehicles. A general purpose computer is one designed to perform general tasks such as tablets, laptops, desktops, workstations and serves. Recently, smart phones have crossed over from being special purpose computers to general purpose computers performing lots of tasks such as browsing the internet, playing songs, watching films, gaming and taking photos. They are no longer limited to making and receiving phone calls. | + | An **Embedded System** is a computer custom built to serve a specific purpose. Some examples of special purpose computers are cash registers, calculators, smart thermostats, and engine monitors in vehicles. A general purpose computer is one designed to perform general tasks: e.g., tablets, laptops, desktops, workstations and servers. Recently, smart phones have crossed over from being special purpose computers to general purpose computers, performing lots of tasks such as browsing the [[dido:public:ra:xapend:xapend.a_glossary:i:internet|internet]], playing songs, watching films, gaming and taking photos. They are no longer limited to making and receiving phone calls. |
| - | Although the general purpose computers are almost ubiquitous and they can solve many problems associated with embedded computers. Yet the need for specialized microprocessors has increased dramatically. General purpose computers are not necessarily best when it comes to specialized needs. They are often cumbersome, expensive and not well suited to handle specific needs. For example, a smart thermostat, a calculator or security sensors are best left to specialized computers. | + | Although the general purpose computers are almost ubiquitous and can solve many problems associated with embedded computer, the need for specialized microprocessors has increased dramatically. General purpose computers are not necessarily best when it comes to specialized needs. They are often cumbersome, expensive and not well suited to handle specific needs. For example, a smart thermostat, a calculator or security sensors are best left to specialized computers. |
| Embedded systems can be classified into three categories: | Embedded systems can be classified into three categories: | ||
| Line 14: | Line 14: | ||
| Often these systems use a [[dido:public:ra:xapend:xapend.a_glossary:m:microcontroller]] or microprocessor. | Often these systems use a [[dido:public:ra:xapend:xapend.a_glossary:m:microcontroller]] or microprocessor. | ||
| - | A microcontroller is a chip optimized to control electronic devices. It is stored in a single integrated circuit which is dedicated to performing a particular task and execute one specific application. | + | A microcontroller is a chip optimized to control electronic devices. It is stored in a single integrated circuit which is dedicated to performing a particular task and execute one specific [[dido:public:ra:xapend:xapend.a_glossary:a:application|application]]. It is specially designed circuits for embedded applications and is widely used in automatically controlled electronic devices. It contains memory, processor, and programmable I/O. |
| - | + | ||
| - | It is specially designed circuits for embedded applications and is widely used in automatically controlled electronic devices. It contains memory, processor, and programmable I/O. | + | |
| /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||