System on a chip: Difference between revisions

From WikiMD's Wellness Encyclopedia

CSV import
 
CSV import
 
Line 29: Line 29:


{{computer-stub}}
{{computer-stub}}
== System on a chip ==
<gallery>
File:Apple_M1.jpg|Apple M1 chip
File:Raspi_15807388763_6d259773fb_o.png|Raspberry Pi board
File:ARMSoCBlockDiagram.svg|ARM SoC Block Diagram
File:Nokia-9110-4.jpg|Nokia 9110 Communicator
File:SoCDesignFlow.svg|SoC Design Flow
</gallery>

Latest revision as of 05:02, 18 February 2025

System on a Chip (SoC) is an integrated circuit that integrates all components of a computer or other system into a single chip. It may contain digital, analog, mixed-signal, and often radio frequency functions—all on a single chip substrate. SoCs are very common in the mobile computing market because of their low power consumption.

Overview[edit]

A typical application is in the area of embedded systems. The microcontroller, which is a SoC, integrates a microprocessor with peripheral devices for control of a small system. Peripherals include RAM, ROM, Flash memory, and input/output (I/O) devices.

Architecture[edit]

The architecture of SoCs consists of a microprocessor or a microcontroller, memory blocks including ROM, RAM, EEPROM and flash memory, timing sources like oscillators or phase-locked loops, peripherals like timers, counters, interrupt controllers, UARTs, ADCs and USB, external interfaces like SPI, I2C, CAN, USB, Ethernet, and display interfaces like VGA, HDMI, DVI or SERDES.

Design[edit]

SoC designs are usually done on hardware description languages (HDLs) like VHDL or Verilog. These designs are then synthesized into gate-level representations that can be fabricated onto a chip. The design flow for an SoC aims to develop this device in the shortest period of time, with the lowest cost and the least risk.

Applications[edit]

SoCs can be found in almost all modern appliances that require computing power, such as smartphones, tablets, smart TVs, and others. They are also used in embedded systems, automotive systems, and industrial automation.

See also[edit]

References[edit]

<references />


Stub icon
   This article is a computing stub. You can help WikiMD by expanding it!



System on a chip[edit]