Computer Organization & Embedded System — Hardware–Software Design Issues on Embedded System, NEC licence examination syllabus (Nepal Engineering Council).
Not every embedded system is equally "embedded."
A digital wristwatch and a modern car's engine control unit are both "embedded systems" — but comparing them directly would be like comparing a bicycle to a jet engine. Classification exists to make that comparison fair.
1st genSimple microcontroller-based, single task.
2nd genAdded basic OS/RTOS support.
3rd genNetworked, connected devices.
4th genAI/IoT-capable smart embedded systems.
Small-scaleSingle 8-bit microcontroller, simple loop.
Medium-scale16/32-bit with RTOS, moderate complexity.
Sophisticated/large-scaleMultiple processors, complex software stack — e.g. an automotive ECU network.
Hard real-timeMissing a deadline = system failure. Real example: an airbag controller — a millisecond too late is fatal.
Soft real-timeMissing a deadline degrades quality but isn't catastrophic. Real example: video streaming — a dropped frame is annoying, not dangerous.
Non-real-timeNo strict timing requirement at all.
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…