Hardware meets firmware
What makes a system embedded?
Understand it
An embedded system is built into a product to perform focused functions. A microcontroller combines processor, memory and peripherals. Firmware starts at reset, initializes hardware and then handles events or repeats a control loop within limited resources.
Choose a step to inspect it, or run the complete sequence.
A useful analogy
A washing-machine controller has one dedicated workplace, unlike a laptop that runs many unrelated applications.
Worked example
A thermostat reads temperature, applies a control rule, drives a relay safely and updates a small display.
- Choose one appliance.
- List its inputs, outputs and timing needs.
- Identify its safe state after a fault.
Quick checkWhat is firmware?
Answer: Software stored for and closely controlling an embedded device.