Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Where to learn about RTX51 and other RTOS of 8051?

Status
Not open for further replies.

mufarish

Newbie level 4
Joined
Feb 11, 2006
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,327
RTX51

Hi,

Can anyone tell me from where to learn about RTX51 and other RTOS of 8051? Are they freely available on net?
 

RTX51

uClinux is one of the freely available RTOS. u can also find one in demo version of keil. documentation is also available
 

RTX51

Somebody who asks about RTX51 usually has a 8051 available. RTOSs for this device are not very common because the max. Code size can be handled without an RTOS.
RTX51 is from Keil and comes as RTXtiny with the full developers package of the C-Compiler but it is not freely available stand alone.
Another one to look at would be CMX RTOS. http://www.cmx.com/
While uCLinux may be free (if you do not count all the hours you have to invest getting it running on your specific system), it is NOT AN RTOS, as R stands for REALTIME.
Also there is no Linux for the 51 because a regular 51 is limited to 64k code while uCLinux starts with the most basic implementation at about 500 kB.
If you are making a "one off" solution, it might still be an option to buy a hardware for a few 100$, that has several MBytes and a uCLinux port for it instead of creating a $15 hardware and try to fit an OS.

Bob
 

Re: RTX51

UCOS may be best free RTOS.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top