Maker Pro
Maker Pro

does 8051 support for RTOS ?

vead

Nov 27, 2011
473
Joined
Nov 27, 2011
Messages
473
Hello
I have done some project with P89v51rd2 microcontroller. I am familiar with Keil compiler. I just want to develop RTOS. Is it possible to implement RTOS in P89V51RD2 controller(8051)? I did google search i think 8051 support for RTOS. can someone tell me what feature should have in hardware that support for RTOS?
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
can someone tell me what feature should have in hardware that support for RTOS?

The main feature it should have is a version of an RTOS ported to it.

Which real-time OS do you have in mind?

And WHY do you need a RTOS?

edit: and have you looked at http://www.freertos.org/
 

vead

Nov 27, 2011
473
Joined
Nov 27, 2011
Messages
473
Which real-time OS do you have in mind?
And WHY do you need a RTOS?
I have done some projects with P89v51rd2. I have written some c program for project. and now I want to learn real work about RTOS. I want to write some code. I know I need hardware that support for RTOS and software to create RTOS. I have 8051 kit and I am familiar with Keil. is it possible to implement RTOS in P89V51RD2 ?
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
You realise that RTOS is a class of thing, not a thing, right?

Did you check the link I have you?
 
Top