From 746e512a1dcc57e981522bced6e02b81aba15c59 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 14 Oct 2025 15:22:36 +0100 Subject: [PATCH] content: system on a chip --- zk/System_on_a_chip.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 zk/System_on_a_chip.md diff --git a/zk/System_on_a_chip.md b/zk/System_on_a_chip.md new file mode 100644 index 0000000..02563d9 --- /dev/null +++ b/zk/System_on_a_chip.md @@ -0,0 +1,14 @@ +--- +tags: + - hardware + - micro-controllers +--- + +# System on a chip + +A system on a chip (SoC) is an integrated circuit that combines most or all key +components of a computer or electronic system onto a single microchip. +Typically, an SoC includes a central processing unit (CPU) with memory, +input/output, and data storage control functions, along with optional features +like a graphics processing unit (GPU), Wi-Fi connectivity, and radio frequency +processing.