Computer Organization & Embedded System — Hardware–Software Design Issues on Embedded System, NEC licence examination syllabus (Nepal Engineering Council).
Your washing machine has a CPU. So does your car's brake system. Neither looks like a "computer."
Count the "computers" in your house right now: your laptop, obviously — but also your microwave, your washing machine, your car's brake system, maybe even your toothbrush. None of those look like a computer, yet every one of them has a CPU quietly running the exact same fetch-decode-execute cycle you've already learned.
Dedicated functionUnlike a PC that runs whatever you install, it does ONE job, forever.
Resource constraintsTight limits on memory, power, and physical size.
Real-time requirementsOften must respond within a strict deadline.
Every embedded system is built from three layers: hardware (the physical processor/circuit), firmware/software (the code running on it), and the application logic that does the actual job (like controlling a motor).
Custom single-purpose hardware costs a lot upfront (high NRE) but is very cheap per unit at huge volumes. A general-purpose processor (GPP) has almost no NRE (it already exists) but each chip costs more. This is exactly why phones use custom chips (ASICs) at high volume — millions of units sold — but a one-off hobby project just uses an off-the-shelf microcontroller, since it'll only ever be built once.
Create a free account to tick topics off, take notes as you read, watch the video lessons and get a day-by-day study plan built around your exam date.
Loading…