Difference between revisions of "Microcontroller"

From SEGGER Wiki
Jump to: navigation, search
m (Flash memory)
m (Flash memory)
Line 8: Line 8:
   
 
== Flash memory ==
 
== Flash memory ==
[[Flash memory]] is an electronic data storage medium.
+
[[Flash Memory]] is an electronic data storage medium.
   
 
== Oscillator ==
 
== Oscillator ==

Revision as of 15:09, 5 June 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

RAM stands for Random Access Memory.

Flash memory

Flash Memory is an electronic data storage medium.

Oscillator

An oscillator is a device that, given a certain frequency and constant voltage, can be used as a clock.

Peripherals

More to come.