Difference between revisions of "Microcontroller"

From SEGGER Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
  +
[[Category:Knowledge Base]]
 
A Microcontroller is a single chip computer. It's core is a [[CPU]], around which there is RAM, Flash memory (for program and constant data) and typically I/O units (Peripherals).
 
A Microcontroller is a single chip computer. It's core is a [[CPU]], around which there is RAM, Flash memory (for program and constant data) and typically I/O units (Peripherals).
 
== CPU ==
 
== CPU ==

Revision as of 13:25, 9 May 2019

A Microcontroller is a single chip computer. It's core is a CPU, around which there is RAM, Flash memory (for program and constant data) and typically I/O units (Peripherals).

CPU

Today's microcontrollers are built around a 8/16 or 32-bit CPU core. However, there are also microconttrollers with multiple CPUs.

RAM

Flash memory

Oscillator

Peripherals

More to come.