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.
Discussions about the development and use of software code for networking with the uC/OS real-time kernel. This is especially for embedded system developers working with the TCP/IP/PPP stack code hosted at
Try **broken link removed**
They have rabbit microcontroller modules, e.g. RCM220 or RCM3000. The software that comes with these modules is bundled with the ucos OS. You can implement multitasking/real-time/web-enabled application using these modules.
It's very cool.
Source Code
µC/OS-II comes with ALL the source code. In fact, the source code is probably the cleanest and most consistent code of any RTOSs. All services provided by µC/OS-II starts with the prefix 'OS'. This makes it easier to know that the functions refer to kernel services in your application. Also, the services are neatly grouped by categories: OSMbox???() relate to message mailboxes, OSQ???() relate to message queues, OSSem???() relate to semaphore management etc.
No Royalties
µC/OS-II is licensed on a per-product basis and allows you to sell any number of units of the licensed product. For more details, contact Micriµm.
Only the Premier version come with uCos. I probe some features of realtime and work fine. If you have the Dynamic C Premier, you can implement the realtime software without costs (royalties, etc). Regards.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.