Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Embedded software

From Wikipedia, the free encyclopedia
Computer software written to control machines not typically thought of as computers

Embedded software is computersoftware, written to control machines or devices that are not typically thought of as computers, commonly known asembedded systems. It is typically specialized for the particularhardware that it runs on and has time and memory constraints.[1] This term is sometimes used interchangeably withfirmware.[2]

A close-up of the SMSC LAN91C110 (SMSC 91x) chip, an embeddedEthernet chip

A precise and stable characteristic feature is that no or not all functions of embedded software are initiated/controlled via a humaninterface, but through machine-interfaces instead.[3]

Manufacturers build embedded software into the electronics ofcars, telephones, modems,robots, appliances, toys, security systems,pacemakers, televisions and set-top boxes, anddigital watches, for example.[4] This software can be very simple, such as lighting controls running on an8-bitmicrocontroller with a fewkilobytes of memory with the suitable level of processing complexity determined with a Probably Approximately Correct Computation framework[5] (a methodology based onrandomized algorithms). However, embedded software can become very sophisticated in applications such asrouters, optical network elements,airplanes,missiles, andprocess control systems.[6]

Operating systems

[edit]

Unlike standard computers that generally use an operating systems such asmacOS,Windows orLinux, embedded software may use no operating system. When they do use one, a wide variety of operating systems can be chosen from, typically areal-time operating system. Code for embedded software is typically written inC orC++, but varioushigh-level programming languages, such asJava,Python andJavaScript, are now also in common use to target microcontrollers and embedded systems.[7]Assembly languages are often used too, especially in booting andinterrupt handling.Ada is used in some military and aviation projects.

Differences from application software

[edit]
Embedded systemtext user interface using MicroVGA[nb 1]

Most consumers are familiar withapplication software that provide functionality on a computer. However embedded software is often less visible, but no less complicated. Unlike application software, embedded software has fixed hardware requirements and capabilities, and addition of third-party hardware or software is strictly controlled.

Embedded software needs to include all neededdevice drivers at manufacturing time, and the device drivers are written for the various hardware devices. These device drivers, called BSP (Board support package), form the layer of software containing hardware-specific drivers and other routines that allow a particular operating system (traditionally a real-time operating system, or RTOS) to function in a particular hardware environment (a computer or CPU card), integrated with the RTOS itself. The software is highly dependent on the CPU and specific chips chosen. Most embedded software engineers have at least a passing knowledge of readingschematics, and reading data sheets for components to determine usage of registers and communication system. Conversion betweendecimal,hexadecimal andbinary is useful as well as usingbit manipulation.[8]

Web applications are often used for managing hardware, although XML files and other output may be passed to a computer for display. File systems with folders are typically used, however SQL databases are often absent.

Software development requires use of across compiler, which runs on a computer but produces executable code for the target device. Debugging requires use of anin-circuit emulator, and debugging hardware such asJTAG orSWD debuggers. Software developers often have access to the complete kernel (OS) source code.

Size of the storage memory and RAM can vary significantly. Some systems run in 16 KB of Flash and 4 KB of RAM with a CPU operating at 8 MHz, other systems can rival contemporary computers.[9] These space requirements lead to more work being done in C orembedded C++, instead of C++. Interpreted languages likeBASIC (while e.g.Parallax Propeller can use compiled BASIC) andJava (Java ME Embedded 8.3[10] is available for e.g.ARM Cortex-M4,Cortex-M7 microcontrollers and olderARM11 used inRaspberry Pi andIntel Galileo Gen. 2) are not commonly used; while an implementation of the interpretedPython 3 language – MicroPython – is however available expressly for microcontroller use, e.g.32-bitARM-based (such as BBCmicro:bit) and16-bitPIC microcontrollers.

Communication protocols

[edit]

Communications between processors and between one processor and other components are essential. Besidesdirect memory addressing, hardware level common protocols includeI²C,SPI,serial ports,1-Wires,Ethernets, andUSB.

Communications protocols designed for use inembedded systems are available asclosed source from companies including InterNiche Technologies andCMX Systems.Open-source protocols stem fromuIP,lwip, and others.

See also

[edit]

Notes

[edit]
  1. ^For more details of MicroVGA see thisPDF.

References

[edit]
  • Edward A. Lee, "Embedded Software",Advances in Computers (Marvin Victor Zelkowitz, editor)56, Academic Press, London, 2002.
  1. ^"Stroustrup on C++ for embedded (bottom p.2)"(PDF). Retrieved9 December 2012.
  2. ^Emilio, Maurizio Di Paolo (2014-09-01).Embedded Systems Design for High-Speed Data Acquisition and Control. Springer.ISBN 978-3-319-06865-7.
  3. ^"I.C.S. on embedded software". Archived fromthe original on 22 March 2013. Retrieved22 July 2013.
  4. ^"Embedded Systems Methods and Technologies". Archived fromthe original on 29 October 2013. Retrieved9 December 2012.
  5. ^Alippi, Cesare (2014),Intelligence for Embedded Systems, Springer,ISBN 978-3-319-05278-6.
  6. ^http://ptolemy.eecs.berkeley.edu/publications/papers/02/embsoft/embsoftwre.pdf[bare URL PDF]
  7. ^Mazzei, Daniele; Montelisciani, Gabriele; Baldi, Giacomo; Fantoni, Gualtiero (2015).Changing the programming paradigm for the embedded in the IoT domain. Internet of Things (WF-IoT), 2015 IEEE 2nd World Forum on. Milan: IEEE. pp. 239–244.doi:10.1109/WF-IoT.2015.7389059.
  8. ^"Stroustrup on embedded software". Archived fromthe original on 3 February 2013. Retrieved9 December 2012.
  9. ^"Example of embedded CPU". Retrieved9 December 2012.
  10. ^"Java ME Embedded".Oracle Technology Network.
General terms
Firmware and controls
Boot loaders
Software libraries
Programming tools
Operating systems
Programming languages
Retrieved from "https://en.wikipedia.org/w/index.php?title=Embedded_software&oldid=1200395848"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp