Embedded systems are computers that are integrated into a larger device or system. At the core of embedded systems are microcomputers (which often contain microcontrollers). The software that runs on embedded systems are often permanently stored to provide only the required functionality of the product, called embedded software.

Embedded software is often written in C or Rust, primarily due to limited memory requirements and a lack of compilers for other languages.

Tools

Languages

Hardware

Resources

See also