Skip to content
โ† Back to Overview

CpE โ€” Embedded Systems

Computer Engineering reviewer: microcontrollers and real-time systems.

Reviewer for Embedded Systems in Computer Engineering.

1

What Is an Embedded System?

A computing system with a dedicated function inside a larger device (e.g., washing machine, car ECU, medical device).

2

Core Components

ComponentRole
Microcontroller (MCU)CPU + RAM + ROM + I/O on one chip
SensorsInput from environment
ActuatorsOutput/action
RTOSMeets strict timing
๐Ÿ’ก Exam Hack

A microcontroller integrates CPU, memory, and I/O on a single chip โ€” a microprocessor does not.

3

Real-Time Constraints

Embedded systems often must respond within strict deadlines โ€” a Real-Time Operating System (RTOS) guarantees timing.

4

MCU vs MPU

MicrocontrollerMicroprocessor
Memory/IOOn-chipExternal
UseDedicated controlGeneral computing
ExampleArduino/PICIntel/AMD CPU
๐Ÿ“Œ Quick Recap โ€” Master These

Before your exam, make sure you can confidently explain and apply each of the following:

  • What Is an Embedded System?
  • Core Components
  • Real-Time Constraints
  • MCU vs MPU

Re-read any section above where you hesitate.