Microcomputer v/s Microcontroller

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

Microcontroller (MCU)

An integrated system containing a microprocessor, volatile memory, nonvolatile memory, and peripherals required for a specific application

2
New cards

Microcomputer

A computing system centered around a microprocessor, typically requiring external memory and peripherals.

3
New cards

Key Distinction between MCU and Microcomputer

A microcontroller integrates processing, memory, and peripherals on a single chip, whereas a microcomputer doesn’t.

4
New cards

Integrated System

A design where processing, memory, and I/O are combined within one device.

5
New cards

Microprocessor inside an MCU

The core processing unit that executes instructions and performs computations.

6
New cards

Volatile Memory

Memory that loses its contents when power is removed, typically used for runtime data.

7
New cards

Dynamic Memory

A form of volatile memory used to store variables and temporary data during execution.

8
New cards

Nonvolatile Memory

Memory that retains its contents when power is removed, used to store programs.

9
New cards

Static Memory

Nonvolatile Memory such as flash or ROM that stores firmware or scripts.

10
New cards

Peripheral

An integrated hardware module that provides input, output, or control functionality.

11
New cards

Digital I/O

MCU pins used to read or write digital signals.

12
New cards

Timer

A peripheral used for time measurement, delays, or event scheduling.

13
New cards

Interrupt Controller

Hardware that manages asynchronous event and prioritizes interrupt requests.

14
New cards

Serial Data Port

A peripheral that enables serial communication with external devices.

15
New cards

Peripheral Set

The collection of on-chip peripherals tailored to an MCU’s intended application.

16
New cards

MCU Datasheet

A detailed technical document describing electrical, timing, and functional characteristics of an MCU.

17
New cards

OEM (Original Equipment Manufacturer)

A company that integrates MCUs into commercial products.

18
New cards

Maker Board

A development board designed for ease of use and rapid prototyping.

19
New cards

Board-Level Documentation

Documentation focused on how to use a control board rather than low-level hardware details.

20
New cards

MCU-Level Documentation

Detailed technical documentation required for professional hardware designs.

21
New cards

Datasheet Length

An indicator of technical depth, often hundreds or thousands of pages for MCUs

22
New cards

They integrate computation, memory, and peripherals on one chip.

Why MCUs are different?

23
New cards

They specify exact electrical and timinf behavior needed for real products.

Why MCU Datasheets are long?

24
New cards

MCUs are components; maker boards are packaged systems built for ease of use.

MCU v/s Makerboard