Is RTOS is an application which can run in a OS?

Status
Not open for further replies.

arunraj1984

Junior Member level 2
Joined
May 9, 2009
Messages
22
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,283
Activity points
1,422
I am just started to learn what is RTOS. and i learned some basics.

My doubt is,
Is the RTOS is an application which can run in OS or should we install it as separate OS
 

RTOS stands for real time operating system.

hock
 

RTOS stands for Real Time Operating System. So, It is an OS on its own. This basically means that it can perform certain key operations such as time sharing, locking, synchronizing etc. Not all RTOS's have all these features. They basically have header files implementing such concepts - like locking a port that is used as dual purpose(Input & Output) or like spawning multiple threads and allocating time for each based on priority etc.
They may also include various libraries which help in implementing some interfaces like i2c....
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…