written 6.5 years ago by | modified 3.0 years ago by |
Subject : Embedded Systems Design
Topic : Fundamentals of Embedded Systems
Difficulty level : Low
written 6.5 years ago by | modified 3.0 years ago by |
Subject : Embedded Systems Design
Topic : Fundamentals of Embedded Systems
Difficulty level : Low
written 6.5 years ago by | • modified 6.5 years ago |
Based on the level of complexity they can be classified as-
Small scale embedded system- They have limited and simple hardware interface. They can run single application at a time. They have low complexity and no RTOS.
Medium scale embedded system- It has moderate number of hardware interface. It can run single primary application with multiple procedures/ ISRs. It has medium complexity and no RTOS.
Sophisticated embedded system- It has high level or large number of hardware interfaces. It has fully multitasking environment. It has high complexity and RTOS is present.
Based on time response: Systems having specific/ finite time response and time deadlines are called as real time embedded systems.
Soft real time embedded system- The deadlines are met statistical. Example, LCD or LED television.
Hard real time embedded system- The deadlines are met hard on at each and every instance. Example; Nuclear reactor control system.