Integrated circuit (IC)
Integrated circuit (IC) is a complete electronic circuit miniaturized onto a tiny piece of semiconductor material, usually silicon.
In simple terms: a tiny electronic system built inside a chip.
Instead of connecting hundreds or millions of separate components manually, they are fabricated together directly on silicon.
ICs contain microscopic electronic structures.
The main building block is the transistor. Modern ICs may contain thousands, millions or billions of transistors.
What Is a Transistor?
A transistor is basically an electronic switch. It can:
- allow current
- block current
Using billions of tiny switches, chips perform:
- logic
- memory
- processing
IC Physical Structure
An IC has:
1. Silicon Die
The actual tiny semiconductor chip.
2. Package
Protective outer casing. Usually black plastic.
3. Pins/Pads
Metal connections to outside circuits.
- GPIO pins
- power pins
- ground pins
Plastic package
↓
Silicon die
↓
Microscopic circuitry
↓
Transistors
Why Silicon?
Silicon is a semiconductor. Meaning:
- sometimes conducts electricity
- sometimes blocks it
This makes it perfect for transistor creation.
Semiconductor Concept
Materials:
| Material | Conductivity |
|---|---|
| Copper | Conducts well |
| Rubber | Insulator |
| Silicon | Controlled conductivity |
This controllability is the foundation of electronics.
Basic Manufacturing Process
Very simplified:
Silicon wafer
↓
Layer deposition
↓
Photolithography
↓
Etching
↓
Doping
↓
Metal interconnects
Wafer
In electronics, a wafer (also called a slice or substrate) is a thin slice of semiconductor, such as a crystalline silicon (c-Si, silicium), used for the fabrication of integrated circuits and, in photovoltaics, to manufacture solar cells.
Many chips are fabricated simultaneously on one wafer.
Photolithography
Photolithography (also known as optical lithography) is a process that involves using light to transfer a pattern onto a photoresist layer deposited on a sample, typically a silicon wafer. It is used in the manufacturing of integrated circuits.
Doping
In semiconductor production, doping is the intentional introduction of impurities into an intrinsic (undoped) semiconductor for the purpose of modulating its electrical, optical and structural properties. The doped material is referred to as an extrinsic semiconductor.
This creates:
- N-type regions
- P-type regions
which form transistors. I have no idea what is all of this tbh.
IC Types
1. Digital ICs
Process binary logic 0s and 1s
Examples:
- CPUs
- MCUs
- RAM
- GPUs
2. Analog ICs
Handle continuous signals. Examples:
- amplifiers
- audio chips
- voltage regulators
3. Mixed-Signal ICs
Combine both. Example:
- ESP32
- audio codecs
- ADC/DAC chips
Common IC Categories
| Type | Example |
|---|---|
| Microcontroller | ESP32 |
| CPU | Intel Core |
| Memory | DRAM |
| GPU | NVIDIA GPU |
| Sensor IC | Accelerometer |
| Power IC | Voltage regulator |
| RF IC | Wi-Fi chip |
Security-Relevant IC Concepts
1. Firmware Storage
ICs may contain:
- flash memory
- EEPROM
Researchers dump firmware from them.
2. Debug Interfaces
Many ICs expose:
- UART
- JTAG
- SWD
through pins.
3. Hardware Backdoors
Researchers analyze ICs for:
- hidden functionality
- undocumented debug modes
- hardware implants
4. Side-Channel Attacks
ICs leak information through:
- power usage
- electromagnetic radiation
- timing
System on Chip (SoC)
Modern ICs often become system on a chip. Meaning: Entire computer system on one chip
Example:
- CPU
- RAM controller
- GPU
- Wi-Fi
all integrated together.
ESP32 is essentially a small SoC.