Vous voulez voir cette page en français ? Cliquez ici.

Have one to sell? Sell yours here
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Micro C/OS: Real Time Kernal II: The Real-Time Kernel with Disk [Hardcover]

Jean Labrosse
4.7 out of 5 stars  See all reviews (21 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Hardcover CDN $89.32  
Hardcover, November 1998 --  

Book Description

November 1998
Learn the inner workings of an RTOS with MicroC/OS-II - a completely portable, ROMable, preemptive real-time kernel. Since 1992 MicroC/OS has been used by thousands of developers worldwide in applications ranging from cameras to ATMs. You can use it in your applications, too! MicroC/OS-II is a real-time kernel with performance comparable to many commercially available kernels. This new edition of the best selling C/OS, The Real-Time Kernel contains over 200 pages of new examples and explanations. Jean Labrosse shows you how the kernel was designed and built - and teaches you the fundamentals of a multitasking real-time system. You'll learn about kernel structure, task and time management, intertask communications and synchronization, and dynamic memory allocation in MicroC/OS-II. This latest release of MicroC/OS has been completely revised and includes many new features, including: a fixed-size block memory manager; user-definable callouts on task creation, task deletion, task switch, and system tick; support of TCB extensions; and stack checking. Since its first release, MicroC/OS has been ported to run on more than twenty different microprocessors. MicroC/OS-II is backward compatible with the first version of C/OS, and the author has also added an entire chapter on porting MicroC/OS-II to different processor architectures. The kernel is written in C for maximum portability. Complete code is included for use in your own applications.

Customers Who Bought This Item Also Bought


Product Details


Product Description

Review

""MicroC/OS-II...does much more than simply present usable source code (though it does that also). It explains WHY the code is the way it is." --This text refers to an alternate Hardcover edition.

About the Author

Jean J. Labrosse is a Senior Technical Staff Member at Dynalco Controls in Fort Lauderdale, FL. He has a Master's degree in electrical engineering and has been designing embedded systems for many years. Labrosse is a regular lecturer at the Embedded Systems Conferences, and he is a member of the Advisory Board for the Conference. Jean keeps in touch with users through his e-mail address: Jean_Labrosse@compuserve.com

Inside This Book (Learn More)
Browse and search another edition of this book.
First Sentence
This chapter provides four examples on how to use C/OS-II. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

4.7 out of 5 stars
4.7 out of 5 stars
Most helpful customer reviews
2 of 2 people found the following review helpful
5.0 out of 5 stars An excellent book! An excellent kernel! May 20 2001
Format:Hardcover
I had never used a real-time kernel. I bought MicroC/OS-II and Embedded Systems building Blocks to get started. The books are very well written. The kernel works great. And in a couple of days I was up and running my first application based on the MicroC/OS-II kernel.

No need to shop for another kernel, no need to shop for other books to explain how a kernel works. This book is the answer to all your questions about "What is a real-time kernel? And how does it work?"

I highly recommend this book to beginners as well as experienced embedded programmers.

Was this review helpful to you?
1 of 1 people found the following review helpful
3.0 out of 5 stars Writing style is often confusing Jan 12 2004
By A Customer
Format:Hardcover
I have a general background in computer science and am trying to learn about embedded systems from this book. My main objection is that the writing needs to be edited to improve clarity. For example on page 61, the author states "Generally, the first message inserted in the queue is the first message extracted from the queue (FIFO). In addition, to extract messages in a FIFO fashion, uC/OS-II allows a task to get messages Last-In-First-Out (LIFO)." The second sentence is ambiguous. Does it mean "In addition to the ability to extract messages in a FIFO fashion, ..." or "In addition, in order to extract messages in a FIFO fashion, ..."? On the next page the author states "Interrupts allow a microprocessor to process events when they occur, which prevents the microprocessor from continuously polling (looking at) an event to see if it has occurred." In this sentence, "prevents the microprocessor from" should be changed to "removes the need for the microprocessor to be". The average reader already knows enough about LIFOs, FIFOs, and interrupts to interpret these sentences correctly, but in many other cases the lack of clarity is a serious impediment to understanding. The book also contains various errors. For example, the path name of a .xls file, given on pages 370 and 403, is incorrect.
Was this review helpful to you?
1 of 1 people found the following review helpful
4.0 out of 5 stars Only if you intend to use uCOSII Aug 5 2003
By A Customer
Format:Hardcover
If you want to implement uCOSII, then yes this book is the reference manual. It is not very nice looking and is made of thick paper but the content is good.
If you only want to learn the different aspects of writing and debugging code for embedded systems, I highy recommand "An Embedded Software Primer" by D.E. Simon. If you have Simon's, you don't need uCOSII.
Was this review helpful to you?
Want to see more reviews on this item?
Most recent customer reviews
3.0 out of 5 stars A Starter's Book
If you are just starting to learn RTOS this book may have some value. If you have played with RTOS for a few years this book may not have much value to you. Read more
Published on Jun 18 2003
5.0 out of 5 stars Great Real Time Operating Systems book
Whether or not you end up using this RT Operating System - or another - or not be using an Operating System at all - this book gives you a very good illustration of all concurrency... Read more
Published on April 7 2003 by Yoav Yanai
5.0 out of 5 stars simply excellent
never in my career i've seen a so good, clear written book!
exceptional value for money! you can learn the basics of real
time os in a very short time thanks to mr... Read more
Published on Mar 3 2003 by Franchini Giorgio
5.0 out of 5 stars just like a design doc
This RTOS book can almost be read as a design doc for the uCOS-II RTOS. There are plenty of descriptions, explanation of the API, pseudocode, flowcharts, and diagrams to help the... Read more
Published on Jan 14 2003
5.0 out of 5 stars A Great Book and a Great RTOS
There is no equivalent to this book. The knowledge offered here, along with the complete source code for the µC/OS real-time operating system is everything you need to know to... Read more
Published on Jun 26 2002 by Michael Barr
5.0 out of 5 stars To the Point
I have not actually read many technical books... I usually reference them when I have to during a project. This book is different.. Read more
Published on Oct 17 2000 by John Yaron
5.0 out of 5 stars Outstanding!
Jean LaBrosse is one of those people who has that uncanny knack for taking a complicated issue and making it seem simple. His MicroC/OS is a wonderful example. Read more
Published on Oct 2 2000 by Jack W. Crenshaw
5.0 out of 5 stars Good and Solid
I read this book when I needed to understand embedded real-time operating systems. The writing was clear, concise, and well-organized, a rare gem among technical literature of... Read more
Published on Aug 7 2000 by Steve Tennison
5.0 out of 5 stars No less than the best source on the subject.
The book clarifies some of the most obscure real-time programming concepts. It even does it in a language accessible to everybody, with tons of images and code samples. Read more
Published on April 25 2000 by Night Train
5.0 out of 5 stars Simply brilliant...
If you're new to the subject of RTOS: Buy the book.

Read it.

Try it.

Use it.

This book is an eye opener. Read more

Published on Feb 26 2000 by Jan Homuth
Search Customer Reviews
Only search this product's reviews

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback