| 1. |
What Is The Difference Between Embedded Systems And The System In Which Rtos Is Running? |
|
Answer» Embedded system is just combination of s/w and h/w that is some embedded system MAY have os some may not and rtos is an os. OR Embedded system can include RTOS and cannot include ALSO. it depends on the requirement. if the system needs to SERVE only event SEQUENTIALLY, there is no need of RTOS. If the system demands the parallel execution of EVENTS then we need RTOS. Embedded system is just combination of s/w and h/w that is some embedded system may have os some may not and rtos is an os. OR Embedded system can include RTOS and cannot include also. it depends on the requirement. if the system needs to serve only event sequentially, there is no need of RTOS. If the system demands the parallel execution of events then we need RTOS. |
|