Uc OS III The Real-Time Kernel For The Kinectis ARM Cortex-M4
Uc OS III The Real-Time Kernel For The Kinectis ARM Cortex-M4
Jean J. Labrosse
Weston, FL 33326
TM
Micrim Press
1290 Weston Road, Suite 306
Weston, FL 33326
USA
www.micrium.com
Designations used by companies to distinguish their products are often claimed as trademarks.
In all instances where Micrim Press is aware of a trademark claim, the product name appears in
initial capital letters, in all capital letters, or in accordance with the vendors capitalization
preference. Readers should contact the appropriate companies for more complete information
on trademarks and trademark registrations. All trademarks and registered trademarks in this
book are the property of their respective holders.
Copyright 2011 by Micrim Press except where noted otherwise. Published by Micrim Press.
All rights reserved. Printed in the United States of America. No part of this publication may be
reproduced or distributed in any form or by any means, or stored in a database or retrieval
system, without the prior written permission of the publisher; with the exception that the
program listings may be entered, stored, and executed in a computer system, but they may not
be reproduced for publication.
The programs and code examples in this book are presented for instructional value. The
programs and examples have been carefully tested, but are not guaranteed to any particular
purpose. The publisher does not offer any warranties and does not guarantee the accuracy,
adequacy, or completeness of any information herein and is not responsible for any errors or
omissions. The publisher assumes no liability for damages resulting from the use of the
information in this book or for any infringement of the intellectual property rights of third parties
that would result from the use of this information.
Library of Congress Control Number: 2009934275
Library of Congress subject headings:
1. Embedded computer systems
2. Real-time data processing
3. Computer software - Development
For bulk orders, please contact Micrium Press at: +1 954 217 2036
ISBN: 978-0-9823375-3-0
100-uCOS-III-ST-STM32-003
Table of Contents
Part I: C/OS-III The Real-Time Kernel
Foreword to C/OS-III by Jack Ganssle.......................................... 19
Preface .................................................................................................. 21
Chapter 1
1-1
1-2
1-3
1-4
1-5
1-6
1-7
1-8
1-9
Introduction .......................................................................................... 31
Foreground/Background Systems ...................................................... 32
Real-Time Kernels ................................................................................ 33
RTOS (Real-Time Operating System) .................................................. 35
C/OS-III ............................................................................................... 35
C/OS, C/OS-II and C/OS-III Features Comparison ...................... 40
How the Book is Organized ................................................................. 42
C/Probe .............................................................................................. 42
Conventions ......................................................................................... 43
Chapter Contents ................................................................................. 44
Chapter 2
2-1
2-2
2-3
2-4
2-5
2-6
2-7
2-8
Chapter 3
3-1
3-2
Table of Contents
Chapter 4
4-1
4-1-1
4-2
4-2-1
4-3
4-4
Chapter 5
5-1
5-2
5-3
5-4
5-5
5-5-1
5-5-2
5-6
5-6-1
5-6-2
5-6-3
5-6-4
5-6-5
5-7
Chapter 6
6-1
6-2
6-3
6-4
Chapter 7
7-1
7-2
7-3
7-4
7-4-1
7-4-2
7-4-3
7-5
Chapter 8
8-1
8-2
8-3
Chapter 9
9-1
9-2
9-3
9-4
9-5
9-6
9-7
9-7-1
9-7-2
9-8
9-9
9-10
Chapter 10
10-1
Chapter 11
11-1
11-2
11-3
11-4
11-5
11-6
Table of Contents
Chapter 12
12-1
12-2
12-3
12-4
12-4-1
12-4-2
12-4-3
12-4-4
12-5
Chapter 13
13-1
13-2
13-3
13-3-1
13-3-2
13-3-3
13-3-4
13-3-5
13-4
13-4-1
13-5
13-6
13-7
Chapter 14
14-1
14-1-1
14-1-2
14-1-3
14-1-4
14-2
14-2-1
14-2-2
14-2-3
14-3
14-3-1
14-3-2
14-4
14-5
Chapter 15
15-1
15-2
15-3
15-4
15-5
15-6
15-7
15-8
15-9
15-10
Chapter 16
16-1
Chapter 17
17-1
17-2
17-3
17-4
17-5
Chapter 18
18-1
18-2
18-2-1
18-2-2
18-2-3
18-2-4
18-2-5
18-2-6
Table of Contents
18-2-7
18-2-8
18-3
18-3-1
18-3-2
18-3-3
18-3-4
18-4
18-4-1
18-4-2
18-5
18-5-1
18-5-2
18-5-3
18-6
Chapter 19
19-1
19-2
19-3
19-4
19-5
19-6
Appendix A
A-1
A-2
A-3
A-4
A-5
A-6
A-7
A-8
A-9
A-10
A-11
A-12
10
A-13
A-14
A-15
A-16
A-17
A-18
A-19
A-20
A-21
A-22
A-23
A-24
A-25
A-26
A-27
A-28
A-29
A-30
A-31
A-32
A-33
A-34
A-35
A-36
A-37
A-38
A-39
A-40
A-41
A-42
A-43
A-44
A-45
A-46
A-47
A-48
A-49
A-50
Table of Contents
A-51
A-52
A-53
A-54
A-55
A-56
A-57
A-58
A-59
A-60
A-61
A-62
A-63
A-64
A-65
A-66
A-67
A-68
A-69
A-70
A-71
A-72
A-73
A-74
A-75
A-76
A-77
A-78
A-79
A-80
A-81
A-82
A-83
A-84
A-85
A-86
A-87
A-88
12
A-89
A-90
A-91
A-92
A-93
A-94
Appendix B
B-1
B-2
B-3
Appendix C
C-1
C-2
C-3
C-4
C-4-1
C-4-2
C-4-3
C-4-4
C-4-5
C-4-6
C-4-7
C-4-8
C-4-9
C-4-10
C-4-11
Appendix D
D-1
D-2
D-3
D-4
D-5
13
Table of Contents
Appendix E
Appendix F
Chapter 2
2-1
2-1-1
2-1-2
2-2
2-3
2-4
2-5
2-6
2-7
2-8
Chapter 3
3-1
3-1-1
3-1-2
3-1-3
3-1-4
3-2
3-3
3-4
14
Chapter 4
4-1
4-2
4-3
4-4
Chapter 5
5-1
5-2
Chapter 6
6-1
6-2
6-3
6-4
6-5
Chapter 7
7-1
7-2
7-3
7-3-1
7-4
7-5
7-6
Appendix A
A-1
A-2
A-2-1
A-2-2
A-2-3
A-2-4
A-2-5
A-2-6
A-2-7
Table of Contents
A-2-8
A-2-9
A-2-10
A-2-11
A-3
A-3-1
A-3-2
A-3-3
Appendix B
B-1
B-2
B-3
B-4
B-5
B-5-1
B-5-2
B-6
B-6-1
B-6-2
B-6-3
B-7
Appendix C
C-1
C-2
C-3
C-4
C-5
C-6
C-7
C-8
C-9
C-10
C-11
16
Appendix D
D-1
D-2
Appendix E
E-1
E-2
E-3
E-4
E-5
E-6
E-7
E-8
E-9
E-10
E-11
E-12
E-13
E-14
E-14-1
E-14-2
E-14-3
E-15
E-16
Appendix F
Appendix G
17
Table of Contents
18
19
Now Jean and the crew at Micrim have a new and hugely improved version of that RTOS:
C/OS-III. Where C/OS-II is a commercial quality product, one that even meets the highest
safety-critical requirements, C/OS-III takes that quality and reliability level to even the most
demanding applications.
Jean has supplemented the new RTOS with this book. Its much weightier than his previous
RTOS books as this volume goes in depth into the nuances of using an operating system in
real applications. C/OS-III lays out the rationale behind an RTOS, and then in a very
logical fashion presents each of the resources provided by an RTOS and how one goes
about using those features in a product. Though C/OS-III is used as an example, it is not
presented as the canonical RTOS, and users of any real-time operating system will find this
material immensely usable.
I have long counted Jean a friend, and have great respect for his perfectionism. That is clear
when reading the C/OS source code, which is probably the most beautiful code I have
read, and, since it has been used in products certified to DO-178B level A, also works!
That perfectionism also manifests itself in this book, in which its clear he has taken pains to
get every fact right, every drawing clear, all while maintaining a very consistent style.
This is a book by an engineer, for engineers (including engineering students). Devoid of
fluff, its packed with information about using an RTOS in a real system today. What do I
need to do to get started? What are all those files? Where is the information I need located?
Are you using an RTOS? If so, read this book. If youre not using one, read this book; not
every embedded system needs an operating system, but there are too many that have been
cobbled together through the painful use of ad hoc loops that an RTOS would vastly
improve.
20
Preface
WHAT IS C/OS-III?
C/OS-III (pronounced Micro C O S Three) is a scalable, ROMable, preemptive real-time
kernel that manages an unlimited number of tasks. C/OS-III is a third-generation kernel
and offers all of the services expected from a modern real-time kernel, such as resource
management, synchronization, inter-task communications, and more. However, C/OS-III
offers many unique features not found in other real-time kernels, such as the ability to
complete performance measurements at run-time, to directly signal or send messages to
tasks, achieve pending on multiple kernel objects, and more.
WHY A NEW C/OS VERSION?
The C/OS series, first introduced in 1992, has undergone a number of changes over the
years based on feedback from thousands of people using and deploying its evolving
versions.
C/OS-III is the sum of this feedback and experience. Rarely used C/OS-II features were
eliminated and newer, more efficient features and services, were added. Probably the most
common request was to add round robin scheduling, which was not possible for C/OS-II,
but is now a feature of C/OS-III.
C/OS-III also provides additional features that better exploit the capabilities of todays
newer processors. Specifically, C/OS-III was designed with 32-bit processors in mind,
although it certainly works well with 16- and even several 8-bit processors.
21
Preface
Activist (A)
Observational (O)
Theoretical (T)
Pragmatic (P)
The style that is more dominant differs from person to person. Based on these learning
styles, there are strong improvements over the previous book, MicroC/OS-II, The Real-Time
Kernel, which primarily focused on theoretical and, thanks to the good illustrations, also the
observational learning styles. However, activist and pragmatic styles were somewhat
missing. This book answers more questions for the pragmatist concerning: Why would I be
interested in this? What could I use this for? What does this mean for my project? How does
this help me get the job done?
Typically, books completely lack an activist learning style. This is a tricky one for a book
because the question then becomes, how do you get readers to become active and do
something with the material? Thats where the companion evaluation board and tools come
in. This two-part text, combined with tools and evaluation board, enable readers to receive
the material, and begin to have a hands-on experience right away.
This book is split into two parts. The first part describes real-time kernels in generic terms,
using C/OS-III as a real-life example. The second part, which actually looks like a
completely different book, provides examples using a popular microprocessor or
22
23
Preface
Incredibly, the vendor took six months to actually remove the bug. All told, I completed my
ignition system, incorporating the second operating system, a year after receiving the
software. Clearly, I needed a better solution.
Twice disappointed, I began to develop my own kernel. In my naive opinion, all a kernel
really did was to save and restore CPU registers; writing one should not be especially
challenging.
The project kept me busy at night and on weekends, and proved to be much more difficult
than anticipated. Approximately a year after I starting the project, my first operating system
was complete.
With a new kernel in hand, there was finally a handy means of developing multitasking
applications. The operating system, consisted of little more than a single C file and allowed
up to 64 tasks to be created in a single application. Each task was required to be have a
unique priority. The highest priority task that was ready to run when the operating systems
scheduler was invoked was given control of the CPU. C/OS was preemptive, so scheduling
could occur at practically any time.
Efficient task scheduling was actually one of many services offered by C/OS. The
operating system also facilitated inter-task communication (via message queues and
mailboxes) and task synchronization (through semaphores). All elements of C/OS were
designed to be both highly dependable and easy to use.
Presumably, most kernel developers have similar goals in mind when they write new
software. I was especially well equipped to meet these goals, in part because of my
punctilious coding style. Throughout my career, I focused on consistency and
documentation. I began using formal coding standards in 1984, and the consistency of the
C/OS code is a testimony to this process.
C/OS was designed according to the stringent standards that I created and promulgated at
Dynalco. The operating systems source code featured liberal spacing, carefully worded
comments, and consistent naming. Offering further evidence of the prudent coding
techniques, the kernel was also highly portable. Although C/OS, like its kernel peers,
featured a small number of processor-specific functions, these routines were clearly
separated from other portions of the operating system. Engineers could easily adapt C/OS
to new CPU architectures.
25
Preface
Unfortunately, I was the only one to know about the virtues of C/OS. Eager to describe my
new software to others, I wrote an in-depth paper explaining the inner workings of C/OS.
There was plenty to say, and my final paper was approximately 70 pages in length.
I offered my paper to C Users Journal, and they rejected it on the grounds that it was too
long and that its subject matter wasnt fresh. The magazine had already published several
kernel articles, and this was just one more. Convinced that my article was unique, I offered
it to Embedded Systems Programming. The editor of this periodical likewise expressed
misgivings, but I convinced him that C/OS was attention-worthy. I explained that the
operating system was comparable in quality to products that major embedded software
companies offered (and better than at least two). I also explained that the source code for
C/OS could actually be placed on the publications bulletin board service (BBS).
Embedded Systems Programming published a trimmed-down version of the paper as a twopart series. Both issues generated strong responses. Engineers were grateful that the inner
workings of a high-quality kernel were revealed, and they downloaded the C/OS source
code in droves. kernel vendors, on the other hand, were less than thrilled with the article. In
fact, the vendor of the low cost kernel was especially upset claiming that I had copied his
work. Imagine that I would base C/OS on software that didnt work!
There would soon be even more reason for the kernel vendors to be upset. Shortly after my
article appeared in Embedded Systems Programming, R & D Publications, publisher of C
Users Journal contacted me, and they were interested in printing an entire C/OS book.
Originally, the plan for the book simply involved printing all of the material that I had
originally submitted to C Users Journal. Had I taken that route, the resulting book would
have been approximately 80 pages or so in length. To make the most of this opportunity, I
prepared a comprehensive text. With the consent of R & D, I spent the next several months
writing. In late 1992, my first book, aptly titled C/OS, The Real-Time Kernel, was released.
The book had 250 pages, and was available in paperback form.
Although initial sales of the book were somewhat disappointing, R & D advertised C/OS,
The Real-Time Kernel each month in C Users Journal. At the same time, I was beginning to
gain attention as a kernel expert. In the spring of 1993, I was invited to speak at the
Embedded Systems Conference (ESC) in Atlanta, Georgia, where I described operating
system fundamentals to a highly receptive audience of more than 70 embedded enthusiasts.
Within a few years, I was an ESC fixture, delivering my kernel lectures to hundreds of
engineers at each conference.
26
While my popularity as a speaker rose, interest in my book also picked up steam. After its
slow start, C/OS, The Real-Time Kernel, went on to sell more than 15,000 copies.
Thanks to the success of my book, the number of engineers using C/OS increased
substantially throughout the 1990s. Developers easily adapted the operating system to new
hardware platforms, and were designing a myriad of C/OS-based applications. Although
several C/OS users simply tinkered with the operating system in their spare time, many
engineers used the software commercially in complex and demanding projects. Comments
and suggestions from C/OS users helped me to continue to refine and evolve the operating
system.
For several years, only minor changes were made to C/OS. However, when R & D asked
me to write a second edition, I decided that a substantial update of both the operating
system and the book was warranted. The updated operating system became C/OS-II.
A quick glance at the C/OS-II files revealed that this operating system was different from
C/OS. Whereas all of the processor-independent code incorporated by C/OS was
contained in a single C file, C/OS-II spanned multiple files, each corresponding to one of
the operating systems services. C/OS-II also offered many features that its predecessor
lacked, including stack-checking capabilities, hook functions, and a safe means to
dynamically allocate memory.
To fully describe all of the new operating systems features, I nearly doubled the size of the
book. Just as the latest version of the software received a new name, the new edition
became MicroC/OS-II, The Real-Time Kernel. (Micro was used in place of because
titles incorporating Greek letters posed problems for many book retailers.) Unlike my first
text, the new book would be a hardcover.
MicroC/OS-II, The Real-Time Kernel was released in 1998. This new text was accompanied
by the source code that it described and I would again have thousands of developers testing
the kernel and providing valuable feedback.
Among the thousands of readers of my books using the software, there were many kernel
rookies. For them, the book provided thorough and accessible coverage of operating
system fundamentals. Many university professors recognized the books appeal to new
kernel users and started designing entire courses around C/OS-II. Soon college graduates
whose kernel training focused on the operating system made their way into the workforce,
where they continued to use C/OS-II.
27
Preface
While students gravitated to C/OS-II because of my book and readily available source
code, a substantial number of engineers using C/OS-II commercially selected the software
for its reliability. Definitive proof of the operating systems reliability was provided in July
2000, when DO-178B Level A certification was conferred on an avionics product
incorporating C/OS-II. This certification, recognized by the Federal Avionics
Administration (FAA), is awarded to software deemed safe enough to be used in aircraft. To
this day, there are few operating systems that have successfully completed the rigorous
testing that certified software must undergo.
DO-178B certification is only one of C/OS-IIs credentials. Additional certifications include
Food and Drug Administration (FDA) pre-market notification (510(k)), pre-market approval
(PMA) for medical devices, and IEC-61508 for industrial controls. Compliance with such
standards is critical within industry segments; however, the certifications also have value for
engineers in other industries as they evidence reliability, documentation, and time-to-market
advantages beneficial to any design.
As the decade came to a close, I still worked full time at Dynalco, and experienced difficulty
keeping up with the demand for the operating system. I felt obligated to respond to each
C/OS-II user that contacted me, and the flow of messages into my inbox was unrelenting.
Since I could no longer treat the operating system as a side project, I made the decision to
found my own software company. In September 1999, Micrim, officially came into being.
Micrim comes from the word Micro (for microprocessors or microcontrollers) and ium
(which means the Universe of) and thus, Micrim means the Universe of Microprocessors
(as seen through the eyes of software).
In the months before incorporating Micrim, I began working on a second edition of the
C/OS-II book, which made its debut in November 1999 and was accompanied by a new
version of the kernel. Two major features to the operating system were added: event flags
and mutual exclusion semaphores. These new features, fully described in the book, were
heartily welcomed by C/OS-II users. The book itself was similarly embraced; the second
edition of MicroC/OS-II, The Real-Time Kernel quickly became common sight on the
bookshelves of embedded software developers. In fact, the MicroC/OS-II book is the most
popular embedded systems book ever sold.
28
Micrim expanded. Engineers were hired to adapt C/OS-II to new hardware platforms and
develop a bevy of example projects and application notes. A long-time friend of mine,
Christian Legare joined Micrim as Vice President in 2002, and his substantial corporate and
technical expertise further accelerated the companys rapid growth. Since Christian joined
Micrim, the company expanded from a one-product company to one with a portfolio of 15
products.
Meanwhile, new features were added to satisfy the ever-evolving needs of C/OS-II users,
including a variety of new API functions to the operating system and expanding the
maximum number of tasks supported by the kernel from 64 to 255.
As Micrims president, I remain dedicated to writing world-class kernel code, most recently
C/OS-III. The product of countless hours of meticulous programming and testing, this
robust operating system has its roots in C/OS-II, yet is an entirely new kernel. Addressing
input received from customers and all of the lessons learned along the way, several
additional important C/OS-III features were included (see Introduction).
I am highly circumspect of fads and unproven technology as I write new software. Although
I like to keep abreast of the latest developments in the high-tech world, the focus is on
solving engineers problems and providing a solid and complete infrastructure, rather than
on how to prematurely exploit emerging trends.
This philosophy has yielded considerable success. Micrim, now in its tenth year, is a highly
respected embedded software provider. Industry surveys consistently show the operating
systems to be among the most popular in the embedded space. My goal has always been,
and continues to be to provide effective solutions for the same types of problems that I
confronted at Dynalco, and that millions of embedded systems developers continue to face
today.
29
Preface
ACKNOWLEDGEMENTS
First and foremost, Id like to thank my loving and caring wife Manon for her unconditional
support, encouragement, understanding and patience. This new book and C/OS-III
software was again a huge undertaking, and I could not have done it without her.
I would also like to thank many fine people at Micrim who have tested the code and
reviewed the book. In alphabetic order:
Brian Nagel
Eric Shufro
Hong Soong
Freddy Torres
A special thanks to Frank Voorburg from Feaser and to Ian Hall and Robert Mongrain from
Renesas for feedback and corrections to the book, to Michael Barr for sharing his real life
RTOS experiences, and to Carolyn Mathas for the incredible job of editing this huge project.
A very special thanks to my long-time friend, colleague and partner, Christian Legare, who
has provided his advice and support throughout this project and on a day-to-day basis at
Micrium. Thank you also to the dozens of people who provided feedback about the C/OSIII code, as well as reviewers of the book.
Finally, I listen to music when I write software, and artist Gino Vannellis awesome music
has provided a creative environment for me for over three decades. I would be remiss if I
did not acknowledge his contribution here as well.
30
Chapter
1
Introduction
Real-time systems are systems whereby the correctness of the computed values and their
timeliness are at the forefront. There are two types of real-time systems, hard and soft real time.
What differentiates hard and soft real-time systems is their tolerance to missing deadlines
and the consequences associated with those misses. Correctly computed values after a
deadline has passed are often useless.
For hard real-time systems, missing deadlines is not an option. In fact, in many cases,
missing a deadline often results in catastrophe, which may involve human lives. For soft
real-time systems, however, missing deadlines is generally not as critical.
Real-time applications cover a wide range, but many real-time systems are embedded. An embedded
system is a computer built into a system and not acknowledged by the user as being a computer.
Embedded systems are also typically dedicated systems. In other words, systems that are designed to
perform a dedicated function. The following list shows just a few examples of embedded systems:
Aerospace
Communications
Office automation
Routers
Switches
Cell phones
Audio
Computer peripherals
MP3 players
Amplifiers and tuners
Printers
Scanners
Automotive
Domestic
Process control
Chemical plants
Factory automation
Food processing
Robots
Video
Broadcasting equipment
HD Televisions
And many more
Real-time systems are typically more complicated to design, debug, and deploy than
non-real-time systems.
31
1
Chapter 1
7DVN
7LPH
,65
)RUHJURXQG
,65
,QILQLWH
/RRS
7DVN
1HVWHG ,65
7DVN
,65
)RUHJURXQG
,65
,65
7DVN
32
1
Introduction
/RZ3ULRULW\
7DVN
(YHQWWKDW
+LJK3ULRULW\7DVN
LV:DLWLQJIRU
7LPH
:DLWIRU(YHQW
,QILQLWH
/RRS
+LJK3ULRULW\
7DVN
,65
,QILQLWH
/RRS
/RZ3ULRULW\
7DVN
33
1
Chapter 1
F1-2(1)
F1-2(2)
An interrupt occurs, and the CPU vectors to the ISR responsible for servicing
the interrupting device.
F1-2(3)
The ISR services the interrupt device, but actually does very little work. The ISR
will typically signal or send a message to a higher-priority task that will be
responsible for most of the processing of the interrupting device. For example,
if the interrupt comes from an Ethernet controller, the ISR simply signals a task,
which will process the received packet.
F1-2(4)
When the ISR finishes, C/OS-III notices that a more important task has been
made ready-to-run by the ISR and will not return to the interrupted task, but
instead context switch to the more important task.
F1-2(5)
F1-2(6)
When the higher-priority task completes its work, it loops back to the
beginning of the task code and makes a C/OS-III function call to wait for the
next interrupt from the device.
F1-2(7)
The low-priority task resumes exactly at the point where it was interrupted, not
knowing what happened.
Kernels such as C/OS-III are also responsible for managing communication between tasks,
and managing system resources (memory and I/O devices).
A kernel adds overhead to a system because the services provided by the kernel require
time to execute. The amount of overhead depends on how often these services are invoked.
In a well-designed application, a kernel uses between 2% and 4% of a CPUs time. And,
since C/OS-III is software that is added to an application, it requires extra ROM (code
space) and RAM (data space).
Low-end single-chip microcontrollers are generally not able to run a real-time kernel such
as C/OS-III since they have access to very little RAM. C/OS-III requires between 1 Kbyte
and 4 Kbytes of RAM, plus each task requires its own stack space. It is possible for
C/OS-III to work on processors having as little as 4 Kbytes of RAM.
34
1
Introduction
Finally, C/OS-III allows for better use of the CPU by providing approximately 70
indispensable services. After designing a system using a real-time kernel such as C/OS-III,
you will not return to designing a foreground/background system.
1-4 C/OS-III
C/OS-III is a scalable, ROMable, preemptive real-time kernel that manages an unlimited
number of tasks. C/OS-III is a third-generation kernel, offering all of the services expected
from a modern real-time kernel including resource management, synchronization, inter-task
communication, and more. However, C/OS-III also offers many unique features not found
in other real-time kernels, such as the ability to perform performance measurements at run
time, directly signal or send messages to tasks, and pending (i.e., waiting) on such multiple
kernel objects as semaphores and message queues.
Here is a list of features provided by C/OS-III:
Source Code: C/OS-III is provided in ANSI-C source form. The source code for C/OS-III is
arguably the cleanest and most consistent kernel code available. Clean source is part of the
corporate culture at Micrim. Although many commercial kernel vendors provide source code
for their products, unless the code follows strict coding standards and is accompanied by
complete documentation with examples to show how the code works, these products may be
cumbersome and difficult to harness. With this book, you will gain a deep understanding of
the inner workings of C/OS-III, which will protect your investment.
35
1
Chapter 1
1
Introduction
ROMable: C/OS-III was designed especially for embedded systems and can be ROMed
along with the application code.
Run-time configurable: C/OS-III allows the user to configure the kernel at run time.
Specifically, all kernel objects such as tasks, stacks, semaphores, event-flag groups, message
queues, number of messages, mutual exclusion semaphores, memory partitions and timers, are
allocated by the user at run time. This prevents over-allocating resources at compile time.
Unlimited number of tasks: C/OS-III supports an unlimited number of tasks. From a
practical standpoint, however, the number of tasks is actually limited by the amount of
memory (both code and data space) that the processor has access to. Each task requires its
own stack space and, C/OS-III provides features to allow stack growth of the tasks to be
monitored at run-time.
C/OS-III does not impose any limitations on the size of each task, except that there be a
minimum size based on the CPU used.
Unlimited number of priorities: C/OS-III supports an unlimited number of priority
levels. However, configuring C/OS-III for between 32 and 256 different priority levels is
more than adequate for most applications.
Unlimited number of kernel objects: C/OS-III allows for any number of tasks,
semaphores, mutual exclusion semaphores, event flags, message queues, timers, and
memory partitions. The user allocates all kernel objects at run-time.
Services: C/OS-III provides all the services expected from a high-end real-time kernel,
such as task management, time management, semaphores, event flags, mutexes, message
queues, software timers, fixed-size memory pools, etc.
Mutual Exclusion Semaphores (Mutexes): Mutexes are provided for resource
management. Mutexes are special types of semaphores that have built-in priority
inheritance, which eliminate unbounded priority inversions. Accesses to a mutex can be
nested and therefore, a task can acquire the same mutex up to 250 times. Of course, the
mutex owner needs to release the mutex an equal number of times.
37
1
Chapter 1
Nested task suspension: C/OS-III allows a task to suspend itself or another task.
Suspending a task means that the task will not be allowed to execute until the task is
resumed by another task. Suspension can be nested up to 250 levels deep. In other words,
a task can suspend another task up to 250 times. Of course, the task must be resumed an
equal number of times for it to become eligible to run on the CPU.
Software timers: You can define any number of one-shot and/or periodic timers.
Timers are countdown counters that perform a user-definable action upon counting down
to 0. Each timer can have its own action and, if a timer is periodic, the timer is automatically
reloaded and the action is executed every time the countdown reaches zero.
Pend on multiple objects: C/OS-III allows an application to wait (i.e., pend) on multiple
events at the same time. Specifically, a task can wait on multiple semaphores and/or
message queues to be posted. The waiting task wakes up as soon as one of the events
occurs.
Task Signals: C/OS-III allows an ISR or task to directly signal a task. This avoids having to
create an intermediate kernel object such as a semaphore or event flag just to signal a task,
and results in better performance.
Task Messages: C/OS-III allows an ISR or a task to send messages directly to a task. This
avoids having to create and use a message queue, and also results in better performance.
Task registers: Each task can have a user-definable number of task registers. Task
registers are different than CPU registers. Task registers can be used to hold errno type
variable, IDs, interrupt disable time measurement on a per-task basis, and more.
Error checking: C/OS-III verifies that NULL pointers are not passed, that the user is not
calling task-level services from ISRs, that arguments are within allowable range, that options
specified are valid, that a pointer to the proper object is passed as part of the arguments to
services that manipulate the desired object, and more. Each C/OS-III API function returns
an error code concerning the outcome of the function call.
Built-in performance measurements: C/OS-III has built-in features to measure the
execution time of each task, stack usage of each task, number of times a task executes, CPU
usage, ISR-to-task and task-to-task response time, peak number of entries in certain lists,
interrupt disable and scheduler lock time on a per-task basis, and more.
38
1
Introduction
Can easily be optimized: C/OS-III was designed so that it could easily be optimized
based on the CPU architecture. Most data types used in C/OS-III can be changed to make
better use of the CPUs natural word size. Also, the priority resolution algorithm can easily
be written in assembly language to benefit from special instructions such as bit set and
clear, as well as count-leading-zeros (CLZ), or find-first-one (FF1) instructions.
Deadlock prevention: All of the C/OS-III pend services include timeouts, which help
avoid deadlocks.
Tick handling at task level: The clock tick manager in C/OS-III is accomplished by a
task that receives a trigger from an ISR. Handling delays and timeouts by a task greatly
reduces interrupt latency. Also, C/OS-III uses a hashed delta list mechanism, which further
reduces the amount of overhead in processing delays and timeouts of tasks.
User definable hooks: C/OS-III allows the port and application programmer to define
hook functions, which are called by C/OS-III. A hook is simply a defined function that
allows the user to extend the functionality of C/OS-III. One such hook is called during a
context switch, another when a task is created, yet another when a task is deleted, etc.
Timestamps: For time measurements, C/OS-III requires that a 16-bit or 32-bit free running
counter be made available. This counter can be read at run time to make time
measurements of certain events. For example, when an ISR posts a message to a task, the
timestamp counter is automatically read and saved as part of the message posted. When the
recipient receives the message, the timestamp is provided to the recipient, and by reading
the current timestamp, the time it took for the message to be received can be determined.
Built-in support for Kernel Awareness debuggers: This feature allows kernel
awareness debuggers to examine and display C/OS-III variables and data structures in a
user-friendly way. The kernel awareness support in C/OS-III can be used by C/Probe to
display this information at run-time.
Object names: Each C/OS-III kernel object can have a name associated with it. This
makes it easy to recognize what the object is assigned to. You can thus assign an ASCII
name to a task, a semaphore, a mutex, an event flag group, a message queue, a memory
partition, and a timer. The object name can have any length, but must be NUL terminated.
39
1
Chapter 1
C/OS
C/OS-II
C/OS-III
1992
1998
2009
Book
Yes
Yes
Yes
Yes
Yes
Yes
Preemptive Multitasking
Yes
Yes
Yes
64
255
Unlimited
Unlimited
No
No
Yes
Semaphores
Yes
Yes
Yes
No
Yes
Yes (Nestable)
Event Flags
No
Yes
Yes
Message Mailboxes
Yes
Yes
No (not needed)
Message Queues
Yes
Yes
Yes
No
Yes
Yes
No
No
Yes
No
No
Yes
No
No
Yes
Software Timers
No
Yes
Yes
Task suspend/resume
No
Yes
Yes (Nestable)
Deadlock prevention
Yes
Yes
Yes
Scalable
Yes
Yes
Yes
Code Footprint
3K to 8K
6K to 26K
6K to 24K
Data Footprint
1K+
1K+
1K+
Yes
Yes
Yes
Year introduced
message queue
ROMable
40
1
Introduction
Feature
C/OS
C/OS-II
C/OS-III
Run-time configurable
No
No
Yes
Compile-time configurable
Yes
Yes
Yes
No
Yes
Yes
No
Yes
Yes
Task registers
No
Yes
Yes
No
Limited
Extensive
No
Yes
Yes
No
No
Yes
No
Yes
Yes
No
No
Yes
No
No
Yes
No
No
Yes
Yes
Yes
Yes
Number of services
~20
~90
~70
MISRA-C:1998
No
Yes
N/A
(except 10 rules)
MISRA-C:2004
No
No
Yes
(except 7 rules)
No
Yes
In progress
No
Yes
In progress
No
Yes
In progress
IEC-61508
No
Yes
In progress
41
1
Chapter 1
1-7 C/PROBE
C/Probe is a Microsoft Windows based application that enables the user to visualize
variables in a target at run time. Specifically, you can display or change the value of any
variable in a system while the target is running. These variables can be displayed using such
graphical elements as gauges, meters, bar graphs, virtual LEDs, numeric indicators, and
many more. Sliders, switches, and buttons can be used to change variables. This is
accomplished without the user having to write a single line of code!
42
1
Introduction
C/Probe interfaces to any target (8-, 16-, 32-, 64-bit, or even DSPs) through one of the
many interfaces supported ( J-Tag, RS-232C, USB, Ethernet, etc.). C/Probe displays or
changes any variable (as long as they are global) in the application, including C/OS-IIIs
internal variables.
C/Probe works with any compiler/assembler/linker able to generate an ELF/DWARF or
IEEE695 file. This is the exact same file that the user will download to the evaluation board
or a final target. From this file, C/Probe is able to extract symbolic information about
variables, and determine where variables are stored in RAM or ROM.
C/Probe also allows users to log the data displayed into a file for analysis of the collected
data at a later time. C/Probe also provides C/OS-III kernel awareness as a built-in feature.
The trial version that accompanies the book is limited to the display or change of up to eight (8)
variables.
C/Probe is a tool that serious embedded software engineers should have in their toolbox. The full
version of C/Probe is available from Micrim, see www.micrium.com for more details.
1-8 CONVENTIONS
There are a number of conventions in this book.
First, you will notice that when a specific element in a figure is referenced, the element has
a number next to it in parenthesis. A description of this element follows the figure and in
this case, the letter F followed by the figure number, and then the number in parenthesis.
For example, F3-4(2) indicates that this description refers to Figure 3-4 and the element (2)
in that figure. This convention also applies to listings (starts with an L) and tables (starts
with a T).
Second, you will notice that sections and listings are started where it makes sense.
Specifically, do not be surprised to see the bottom half of a page empty. New sections begin
on a new page, and listings are found on a single page, instead of breaking listings on two
pages.
43
1
Chapter 1
Third, code quality is something Ive been avidly promoting throughout my whole career. At
Micrim, we pride ourselves in having the cleanest code in the industry. Examples of this
are seen in this book. I created and published a coding standard in 1992 that was published
in the original C/OS book. This standard has evolved over the years, but the spirit of the
standard has been maintained throughout. The Micrim coding standard is available for
download from the Micrim website, www.micrium.com
One of the conventions used is that all functions, variables, macros and #define constants
are prefixed by OS (which stands for Operating System) followed by the acronym of the
module (e.g., Sem), and then the operation performed by the function. For example
OSSemPost() indicates that the function belongs to the OS (C/OS-III), that it is part of
the Semaphore services, and specifically that the function performs a Post (i.e., signal)
operation. This allows all related functions to be grouped together in the reference manual,
and makes those services intuitive to use.
You should notice that signaling or sending a message to a task is called posting, and
waiting for a signal or a message is called pending. In other words, an ISR or a task signals
or sends a message to another task by using OS???Post(), where ??? is the type of service:
Sem, TaskSem, Flag, Mutex, Q, and TaskQ. Similarly, a task can wait for a signal or a
message by calling OS???Pend().
44
1
Introduction
C/OS-III
Preface
TM
(Ch.1)
Introduction
Directories
and
Files
Getting Started
with
C/OS-III
Critical
Sections
(Ch.11)
(Ch.2)
Timer
Management
(Ch.4)
Resource
Management
(Ch.5)
(Ch.13)
C/OS-III API
Reference
Manual
(App.A)
(Ch.14)
C/OS-III
Configuration
Manual
(App.B)
C/OS-III
and
MISRA-C:2004
(App.D)
Synchronization
(Ch.6)
Message
Passing
(Ch.15)
(Ch.7)
Scheduling
Context
Switching
Interrupt
Management
(Ch.8)
Pending
on Multiple
Objects
(Ch.16)
(Ch.9)
Porting
C/OS-III
(Ch.10)
Pend Lists
(Ch.19)
(Ch.12)
(Ch.3)
Task
Management
The
Ready
List
Run-Time
Statistics
Time
Management
Memory
Management
(Ch.17)
Migrating from
C/OS-II to
C/OS-III
(App.E)
(Ch.18)
Bibliography
(App.C)
(App.F)
Licensing
Policy
1
Chapter 1
Chapter 6, The Ready List. In this chapter, you will learn how C/OS-III efficiently keeps
track of all of the tasks that are waiting to execute on the CPU.
Chapter 7, Scheduling. This chapter explains the scheduling algorithms used by
C/OS-III, and how it decides which task will run next.
Chapter 8, Context Switching. This chapter explains what a context switch is, and
describes the process of suspending execution of a task and resuming execution of a
higher-priority task.
Chapter 9, Interrupt Management. Here is how C/OS-III deals with interrupts and an
overview of services that are available from Interrupt Service Routines (ISRs). Here you will
learn how C/OS-III supports nearly any interrupt controller.
Chapter 10, Pend Lists (or Wait Lists). Tasks that are not able to run are most likely
blocked waiting for specific events to occur. Pend Lists (or wait lists), are used to keep track
of tasks that are waiting for a resource or event. This chapter describes how C/OS-III
maintains these lists.
Chapter 11, Time Management. In this chapter, you will find out about C/OS-IIIs services
that allow users to suspend a task until some time expires. With C/OS-III, you can specify to
delay execution of a task for an integral number of clock ticks or until the clock-tick counter
reaches a certain value. The chapter will also show how a delayed task can be resumed, and
describe how to get the current value of the clock tick counter, or set this counter, if needed.
Chapter 12, Timer Management. C/OS-III allows users to define any number of
software timers. When a timer expires, a function can be called to perform some action.
Timers can be configured to be either periodic or one-shot. This chapter also explains how
the timer-management module works.
Chapter 13, Resource Management. In this chapter, you will learn different techniques
so that tasks share resources. Each of these techniques has advantages and disadvantages
that will be discussed. This chapter also explains the internals of semaphores, and mutual
exclusion semaphore management.
Chapter 14, Synchronization. C/OS-III provides two types of services for
synchronization: semaphores and event flags and these are explained in this chapter, as well
as what happens when calling specific services provided in this module.
46
1
Introduction
Chapter 15, Message Passing. C/OS-III allows a task or an ISR to send messages to a
task. This chapter describes some of the services provided by the message queue
management module.
Chapter 16, Pending on multiple objects. In this chapter, see how C/OS-III allows an
application to pend (or wait) on multiple kernel objects (semaphores or message queues) at
the same time. This feature makes the waiting task ready-to-run as soon as any one of the
objects is posted (i.e., OR condition), or a timeout occurs.
Chapter 17, Memory Management. Here is how C/OS-IIIs fixed-size memory partition
manager can be used to allocate and deallocate dynamic memory.
Chapter 18, Porting C/OS-III. This chapter explains, in generic terms, how to port
C/OS-III to any CPU architecture.
Chapter 19, Run-Time Statistics. C/OS-III provides a wealth of information about the
run-time environment, such as number of context switches, CPU usage (as a percentage),
stack usage on a per-task basis, C/OS-III RAM usage, maximum interrupt disable time,
maximum scheduler lock time, and more.
Appendix A, C/OS-III API Reference Manual. This appendix provides a alphabetical
reference for all user-available services provided by C/OS-III.
Appendix B, C/OS-III Configuration Manual. This appendix describes how to
configure a C/OS-III-based application. os_cfg.h configures the C/OS-III features
(semaphores, queues, event flags, etc.), while os_cfg_app.h configures the run-time
characteristics (tick rate, tick wheel size, stack size for the idle task, etc.).
Appendix C, Migrating from C/OS-II to C/OS-III. C/OS-III has its roots in C/OS-II and,
in fact, most of the C/OS-II ports can be easily converted to C/OS-III. However, most APIs have
changed from C/OS-II to C/OS-III, and this appendix describes some of the differences.
Appendix D, MISRA-C:2004 rules and C/OS-III. C/OS-III follows most of the
MISRA-C:2004, except for a few of these rules.
Appendix E, Bibliography.
Appendix F, Licensing C/OS-III.
47
1
Chapter 1
48
Chapter
2
Directories and Files
C/OS-III is fairly easy to use once it is understood exactly which source files are needed to
make up a C/OS-III-based application. This chapter will discuss the modules available for
C/OS-III and how everything fits together.
Figure 2-1 shows the C/OS-III architecture and its relationship with hardware. Of course,
in addition to the timer and interrupt controller, hardware would most likely contain such
other devices as Universal Asynchronous Receiver Transmitters (UARTs), Analog to Digital
Converters (ADCs), Ethernet controller(s) and more.
This chapter assumes development on a Windows-based platform and makes references
to typical Windows-type directory structures (also called Folder). However, since C/OS-III
is provided in source form, it can also be used on Unix, Linux or other development
platforms.
49
Chapter 2
2
Configuration Files
Application Code
cpu_cfg.h
lib_cfg.h
os_cfg.h
os_cfg_app.h
app.c
app.h
(8)
(1)
C/OS-III
C/LIB
CPU Independent
Libraries
os_cfg_app.c
os_type.h
os_core.c
os_dbg.c
os_flag.c
os_int.c
os_mem.c
os_msg.c
os_mutex.c
os_pend_multi.c
os_prio.c
os_q.c
os_sem.c
os_stat.c
os_task.c
os_tick.c
os_time.c
os_tmr.c
os_var.c
os.h
(7)
(4)
C/OS-III
C/CPU
CPU Specific
CPU Specific
(5)
lib_ascii.c
lib_ascii.h
lib_def.h
lib_math.c
lib_math.h
lib_mem_a.asm
lib_mem.c
lib_mem.h
lib_str.c
lib_str.h
(3)
cpu.h (6)
cpu_def.h
cpu_c.c
cpu_a.asm
cpu_core.c
cpu_core.h
os_cpu.h
os_cpu_a.asm
os_cpu_c.c
BSP
(2)
CPU
*.c
*.h
Software / Firmware
Hardware
CPU
Timer
Interrupt
Controller
Figure 2-1 C/OS-III Architecture
50
F2-1(1)
F2-1(2)
F2-1(3)
The Board Support Package (BSP) is code that is typically written to interface
to peripherals on a target board. For example such code can turn on and off
LEDs, turn on and off relays, or read switches, temperature sensors, and more.
F2-1(4)
F2-1(5)
This is the C/OS-III code that is adapted to a specific CPU architecture and is
called a port. C/OS-III has its roots in C/OS-II and benefits from being able
to use most of the 45 or so ports available for C/OS-II. C/OS-II ports,
however, will require small changes to work with C/OS-III. These changes are
described in Appendix C, Migrating from C/OS-II to C/OS-III on page 689.
F2-1(6)
F2-1(7)
F2-1(8)
Chapter 2
2
52
\<project name>
The name of the project that will be demonstrated. For example, a simple C/OS-III project
might have a project name of OS-Ex1. The -Ex1 represents a project containing only
C/OS-III.
\*.*
These are the project source files. Main files can optionally be called app*.*. This directory
also contains configuration files os_cfg.h, os_cfg_app.h and other required source files.
2-2 CPU
The directory where you will find semiconductor manufacturer peripheral interface source
files is shown below. Any directory structure that suits the project/product may be used.
\Micrium
\Software
\CPU
\<manufacturer>
\<architecture>
\*.*
\Micrium
The location of all software components and projects provided by Micrim.
\Software
This sub-directory contains all software components and projects.
\CPU
This sub-directory is always called CPU.
\<manufacturer>
Is the name of the semiconductor manufacturer providing the peripheral library.
\<architecture>
The name of the specific library, generally associated with a CPU name or an architecture.
\*.*
Indicates library source files. The semiconductor manufacturer names the files.
53
Chapter 2
2
54
\BSP
This directory is always called BSP.
\*.*
The source files of the BSP. Typically all of the file names start with BSP. It is therefore
normal to find bsp.c and bsp.h in this directory. BSP code should contain such functions
as LED control functions, initialization of timers, interface to Ethernet controllers and more.
Chapter 2
2
\os_tmr.c
\os_var
\os.h
\os_type.h
\Micrium
Contains all software components and projects provided by Micrim.
\Software
This sub-directory contains all software components and projects.
\uCOS-III
This is the main C/OS-III directory.
\Cfg\Template
This directory contains examples of configuration files to copy to the project directory. You
will then modify these files to suit the needs of the application.
os_app_hooks.c shows how to write hook functions that are called by C/OS-III.
Specifically, this file contains eight empty functions.
os_cfg.h specifies which features of C/OS-III are available for an application. The file
is typically copied into an application directory and edited based on which features are
required from C/OS-III. See Appendix B, C/OS-III Configuration Manual on
page 669.
os_cfg_app.h is a configuration file that is typically copied into an application
directory and edited based on application requirements. This file enables the user to
determine the size of the idle task stack, the tick rate, the number of messages available
in the message pool and more. See Appendix B, C/OS-III Configuration Manual on
page 669.
56
\Source
The directory containing the CPU-independent source code for C/OS-III. All files in this
directory should be included in the build. Features that are not required will be compiled
out based on the value of #define constants in os_cfg.h and os_cfg_app.h.
os_cfg_app.c declares variables and arrays based on the values in os_cfg_app.h.
os_core.c contains core functionality for C/OS-III such as OSInit() to initialize C/OS-III,
OSSched() for the task level scheduler, OSIntExit() for the interrupt level scheduler, pend
list (or wait list) management (see Chapter 10, Pend Lists (or Wait Lists) on page 197), ready
list management (see Chapter 6, The Ready List on page 141), and more.
os_dbg.c contains declarations of constant variables used by a kernel aware debugger
or C/Probe.
os_flag.c contains the code for event flag management. See Chapter 14,
Synchronization on page 273 for details about event flags.
os_int.c contains code for the interrupt handler task, which is used when
OS_CFG_ISR_POST_DEFERRED_EN (see os_cfg.h) is set to 1. See Chapter 9, Interrupt
Management on page 175 for details regarding the interrupt handler task.
os_mem.c contains code for the C/OS-III fixed-size memory manager, see Chapter 17,
Memory Management on page 343.
os_msg.c contains code to handle messages. C/OS-III provides message queues and
task specific message queues. os_msg.c provides common code for these two services.
See Chapter 15, Message Passing on page 309.
os_mutex.c contains code to manage mutual exclusion semaphores, see Chapter 13,
Resource Management on page 231.
os_pend_multi.c contains the code to allow code to pend on multiple semaphores or
message queues. This is described in Chapter 16, Pending On Multiple Objects on
page 333.
57
Chapter 2
2
os_prio.c contains the code to manage the bitmap table used to keep track of which
tasks are ready-to-run, see Chapter 6, The Ready List on page 141. This file can be
replaced by an assembly language equivalent to improve performance if the CPU used
provides bit set, clear and test instructions, and a count leading zeros instruction.
os_q.c contains code to manage message queues. See Chapter 15, Message Passing
on page 309.
os_sem.c contains code to manage semaphores used for resource management and/or
synchronization. See Chapter 13, Resource Management on page 231 and Chapter 14,
Synchronization on page 273.
os_stat.c contains code for the statistic task, which is used to compute the global
CPU usage and the CPU usage of each task. See Chapter 5, Task Management on
page 91.
os_task.c contains code for managing tasks using OSTaskCreate(), OSTaskDel(),
OSTaskChangePrio(), and many more. See Chapter 5, Task Management on page 91.
os_tick.c contains code to manage tasks that have delayed themselves or that are
pending on a kernel object with a timeout. See Chapter 5, on page 91.
os_time.c contains code to allow a task to delay itself until some time expires. See
Chapter 11, Time Management on page 203.
os_tmr.c contains code to manage software timers. See Chapter 12, Timer
Management on page 213.
os_var.c contains the C/OS-III global variables. These variables are for C/OS-III to
manage and should not be accessed by application code.
os.h contains the main C/OS-III header file, which declares constants, macros,
C/OS-III global variables (for use by C/OS-III only), function prototypes, and more.
os_type.h contains declarations of C/OS-III data types that can be changed by the
port designer to make better use of the CPU architecture. In this case, the file would
typically be copied to the port directory and then modified. See Appendix B, C/OS-III
Configuration Manual on page 669.
58
59
Chapter 2
2
60
\uC-CPU
This is the main C/CPU directory.
cpu_core.c contains C code that is common to all CPU architectures. Specifically, this file
contains functions to measure the interrupt disable time of the CPU_CRITICAL_ENTER()
and CPU_CRITICAL_EXIT() macros, a function that emulates a count leading zeros
instruction in case the CPU does not provide such an instruction, and a few other functions.
cpu_core.h contains function prototypes for the functions provided in cpu_core.c
and allocation of the variables used by the module to measure interrupt disable time.
cpu_def.h contains miscellaneous #define constants used by the C/CPU module.
\Cfg\Template
This directory contains a configuration template file (cpu_cfg.h) that must be copied to the
application directory to configure the C/CPU module based on application requirements.
cpu_cfg.h determines whether to enable measurement of the interrupt disable time,
whether the CPU implements a count leading zeros instruction in assembly language, or
whether it will be emulated in C, and more.
\<architecture>
The name of the CPU architecture that C/CPU was ported to. The < and > are not part
of the actual name.
\<compiler>
The name of the compiler or compiler manufacturer used to build code for the C/CPU
port. The < and > are not part of the actual name.
The files in this directory contain the C/CPU port, see Chapter 18, Porting C/OS-III on
page 355 for details on the contents of these files.
cpu.h contains type definitions to make C/OS-III and other modules independent of
the CPU and compiler word sizes. Specifically, one will find the declaration of the
CPU_INT16U, CPU_INT32U, CPU_FP32 and many other data types. This file also specifies
whether the CPU is a big or little endian machine, defines the CPU_STK data type used
by C/OS-III, defines the macros CPU_CRITICAL_ENTER() and CPU_CRITICAL_EXIT(),
and contains function prototypes for functions specific to the CPU architecture, and more.
61
Chapter 2
2
cpu_a.asm contains the assembly language functions to implement code to disable and
enable CPU interrupts, count leading zeros (if the CPU supports that instruction), and
other CPU specific functions that can only be written in assembly language. This file
may also contain code to enable caches, setup MPUs and MMU, and more. The
functions provided in this file are accessible from C.
cpu_c.c contains C code of functions that are based on a specific CPU architecture but
written in C for portability. As a general rule, if a function can be written in C then it
should be, unless there is significant performance benefits available by writing it in
assembly language.
\Micrium
Contains all software components and projects provided by Micrim.
\Software
This sub-directory contains all software components and projects.
\uC-LIB
This is the main C/LIB directory.
lib_ascii.c and lib_ascii.h contain source code to replace some standard library
functions such as tolower(), toupper(), isalpha(), isdigit(), etc. with C/LIB
equivalent functions ASCII_ToLower(), ASCII_ToUpper(), ASCII_IsAlpha(), and
ASCII_IsDig(), respectively.
lib_def.h defines constants for many common values such as TRUE/FALSE, YES/NO,
ENABLED/DISABLED; as well as for integer, octet, and bit values. However, all #define
in this file starts with DEF_ so those constants are actually called DEF_TRUE/DEF_FALSE,
DEF_YES/DEF_NO, DEF_ENABLED/DEF_DISABLED, etc. This file also contains macros for
common mathematical operations like min(), max(), abs(), bit_set(), bit_clr(),
etc. with DEF_MIN(), DEF_MAX(), DEF_ABS(), DEF_BIT_SET(), DEF_BIT_CLR(),
respectively.
lib_math.c and lib_math.h contain source code to replace some standard library
functions such as rand(), srand(), etc. with C/LIB equivalent functions
Math_Rand(), Math_SetSeed(), respectively.
lib_mem.c and lib_mem.h contain source code to replace some standard library
functions such as memclr(), memset(), memcpy(), memcmp(), etc. with C/LIB
equivalent functions Mem_Clr(), Mem_Set(), Mem_Copy(), Mem_Cmp(), respectively.
lib_str.c and lib_str.h contain source code to replace some standard library
functions such as strlen(), strcpy(), strcmp(), memcmp(), etc. with C/LIB
equivalent functions Str_Lenr(), Str_Copy(), Str_Cmp(), respectively.
63
Chapter 2
2
\Cfg\Template
This directory contains a configuration template file (lib_cfg.h) that should be copied to
the application directory to configure the C/LIB module based on application
requirements.
lib_cfg.h determines whether to enable assembly language optimization (assuming
there is an assembly language file for the processor, i.e., lib_mem_a.asm) and a few
other #defines.
\Ports\Architecture\Compiler
This directory contains optimized assembly language files specific to the CPU architecture to
replace C functions with much faster assembly language implementations. The presence of
this folder depends on whether such assembly language functions were implemented by
the port developer of the C/LIB module.
lib_mem_a.asm contains optimized versions of the lib_mem.c functions.
2-8 SUMMARY
Below is a summary of all directories and files involved in a C/OS-III-based project. The
<-Cfg on the far right indicates that these files are typically copied into the application
(i.e., project) directory and edited based on the project requirements.
\Micrium
\Software
\EvalBoards
\<manufacturer>
\<board name>
\<compiler>
\<project name>
\app.c
\app.h
\other
\CPU
\<manufacturer>
\<architecture>
\*.*
64
\uCOS-III
\Cfg\Template
\os_app_hooks.c
\os_cfg.h
\os_cfg_app.h
\Source
\os_cfg_app.c
\os_core.c
\os_dbg.c
\os_flag.c
\os_int.c
\os_mem.c
\os_msg.c
\os_mutex.c
\os_pend_multi.c
\os_prio.c
\os_q.c
\os_sem.c
\os_stat.c
\os_task.c
\os_tick.c
\os_time.c
\os_tmr.c
\os_var.c
\os.h
\os_type.h
\Ports
\<architecture>
\<compiler>
\os_cpu.h
\os_cpu_a.asm
\os_cpu_c.c
\uC-CPU
\cpu_core.c
\cpu_core.h
\cpu_def.h
\Cfg\Template
\cpu_cfg.h
<-Cfg
<-Cfg
<-Cfg
<-Cfg
65
Chapter 2
2
\<architecture>
\<compiler>
\cpu.h
\cpu_a.asm
\cpu_c.c
\uC-LIB
\lib_ascii.c
\lib_ascii.h
\lib_def.h
\lib_math.c
\lib_math.h
\lib_mem.c
\lib_mem.h
\lib_str.c
\lib_str.h
\Cfg\Template
\lib_cfg.h
\Ports
\<architecture>
\<compiler>
\lib_mem_a.asm
66
<-Cfg
Chapter
3
Getting Started with C/OS-III
C/OS-III provides services to application code in the form of a set of functions that
perform specific operations. C/OS-III offers services to manage tasks, semaphores,
message queues, mutual exclusion semaphores and more. As far as the application is
concerned, it calls the C/OS-III functions as if they were any other functions. In other
words, the application now has access to a library of approximately 70 new functions.
In this chapter, the reader will appreciate how easy it is to start using C/OS-III. Refer to
Appendix A, C/OS-III API Reference on page 443, for the full description of several of
the C/OS-III services presented in this chapter.
It is assumed that the project setup (files and directories) is as described in the previous
chapter, and that a C compiler exists for the target processor that is in use. However, this
chapter makes no assumptions about the tools or the processor that is used.
67
Chapter 3
/*
***********************************************************************************************
*
INCLUDE FILES
***********************************************************************************************
*/
#include <app_cfg.h>
(1)
#include <bsp.h>
#include <os.h>
/*
***********************************************************************************************
*
LOCAL GLOBAL VARIABLES
***********************************************************************************************
*/
static OS_TCB
AppTaskStartTCB;
(2)
static CPU_STK
AppTaskStartStk[APP_TASK_START_STK_SIZE];
(3)
/*
***********************************************************************************************
*
FUNCTION PROTOTYPES
***********************************************************************************************
*/
static void AppTaskStart (void *p_arg);
(4)
L3-1(1)
As with any C programs, you need to include the necessary headers to build
the application.
app_cfg.h is a header file that configures the application. For our example,
app_cfg.h contains #define constants to establish task priorities, stack sizes,
and other application specifics.
bsp.h is the header file for the Board Support Package (BSP), which defines
#defines and function prototypes, such as BSP_Init(), BSP_LED_On(),
OS_TS_GET() and more.
68
os.h is the main header file for C/OS-III, and includes the following header files:
os_cfg.h
cpu.h
cpu_core.h
lib_def.h
os_type.h
os_cpu.h
L3-1(2)
L3-1(3)
Each task created requires its own stack. A stack must be declared using the
CPU_STK data type as shown. The stack can be allocated statically as shown
here, or dynamically from the heap using malloc(). It should not be necessary
to free the stack space, because the task should never be destroyed, and thus,
the stack would always be used.
L3-1(4)
69
Chapter 3
void
main (void)
{
OS_ERR
err;
BSP_IntDisAll();
OSInit(&err);
if (err != OS_ERR_NONE) {
/* Something didnt get initialized correctly ...
*/
/* ... check os.h for the meaning of the error code, see OS_ERR_xxxx */
}
OSTaskCreate((OS_TCB
*)&AppTaskStartTCB,
(CPU_CHAR
*)App Task Start,
(OS_TASK_PTR )AppTaskStart,
(void
*)0,
(OS_PRIO
)APP_TASK_START_PRIO,
(CPU_STK
*)&AppTaskStartStk[0],
(CPU_STK_SIZE)APP_TASK_START_STK_SIZE / 10,
(CPU_STK_SIZE)APP_TASK_START_STK_SIZE,
(OS_MSG_QTY )0,
(OS_TICK
)0,
(void
*)0,
(OS_OPT
)(OS_OPT_TASK_STK_CHK | OS_OPT_TASK_STK_CLR),
(1)
(2)
(3)
(4)
(5)
(6)
(7)
(8)
(9)
(10)
(11)
(OS_ERR
*)&err);
(12)
if (err != OS_ERR_NONE) {
/* The task didnt get created. Lookup the value of the error code ... */
/* ... in os.h for the meaning of the error
*/
}
OSStart(&err);
(13)
if (err != OS_ERR_NONE) {
/* Your code is NEVER supposed to come back to this point.
*/
}
}
L3-2(1)
The startup code for the compiler will bring the CPU to main(). main() then
starts by calling a BSP function that disables all interrupts. On most processors,
interrupts are disabled at startup until explicitly enabled by application code.
However, it is safer to turn off all peripheral interrupts during startup.
L3-2(2)
70
Depending on the value of #define constants, C/OS-III will create the statistic
task (OS_StatTask()), the timer task (OS_TmrTask()), and the interrupt
handler queue management task (OS_IntQTask()). Those are all discussed in
Chapter 5, Task Management on page 91.
Most of C/OS-IIIs functions return an error code via a pointer to an OS_ERR
variable, err in this case. If OSInit() was successful, err will be set to
OS_ERR_NONE. If OSInit() encounters a problem during initialization, it will
return immediately upon detecting the problem and set err accordingly. If this
occurs, look up the error code value in os.h. Specifically, all error codes start
with OS_ERR_.
It is important to note that OSInit() must be called before any other C/OS-III
function.
L3-2(3)
L3-2(4)
L3-2(5)
The third argument is the address of the task code. A typical C/OS-III task is
implemented as an infinite loop as shown:
The task receives an argument when it first starts. As far as the task is
concerned, it looks like any other C function that can be called by the code.
However, your code must not call MyTask(). The call is actually performed
through C/OS-III.
71
Chapter 3
L3-2(6)
The fourth argument of OSTaskCreate() is the actual argument that the task
receives when it first begins. In other words, the p_arg of MyTask(). In the
example a NULL pointer is passed, and thus p_arg for AppTaskStart() will
be a NULL pointer.
The argument passed to the task can actually be any pointer. For example, the
user may pass a pointer to a data structure containing parameters for the task.
L3-2(7)
L3-2(8)
L3-2(9)
The next argument specifies the location of a watermark in the tasks stack
that can be used to determine the allowable stack growth of the task. See
Chapter 5, Task Management on page 91 for more details on using this
feature. In the code above, the value represents the amount of stack space (in
CPU_STK elements) before the stack is empty. In other words, in the example,
the limit is reached when there is 10% of the stack left.
L3-2(10)
The eighth argument to OSTaskCreate() specifies the size of the tasks stack in
number of CPU_STK elements (not bytes). For example, if you want to allocate
1 Kbyte of stack space for a task and the CPU_STK is a 32-bit word, then you
need to pass 256.
L3-2(11)
The next three arguments are skipped as they are not relevant for the current
discussion. The 12th argument to OSTaskCreate() specifies options. In this
example, we specify that the stack will be checked at run time (assuming the
statistic task was enabled in os_cfg.h), and that the contents of the stack will
be cleared when the task is created.
72
L3-2(12)
L3-2(13)
The final step in main() is to call OSStart(), which starts the multitasking
process. Specifically, C/OS-III will select the highest-priority task that was
created before calling OSStart().
You should note that the highest-priority task is always OS_IntQTask() if that task is
enabled in os_cfg.h (through the OS_CFG_ISR_POST_DEFERRED_EN constant). If this is the
case, OS_IntQTask() will perform some initialization of its own and then C/OS-III will
switch to the next most important task that was created.
A few important points are worth noting. For one thing, you can create as many tasks as
you want before calling OSStart(). However, it is recommended to only create one task as
shown in the example because, having a single application task allows C/OS-III to
determine the relative speed of the CPU. This allows C/OS-III to determine the percentage
of CPU usage at run-time. Also, if the application needs other kernel objects such as
semaphores and message queues then it is recommended that these be created prior to
calling OSStart(). Finally, notice that interrupts are not enabled. This will be discussed
next by examining the contents of AppTaskStart(), which is shown in Listing 3-3.
73
Chapter 3
static
void
(1)
{
OS_ERR
err;
p_arg = p_arg;
BSP_Init();
CPU_Init();
BSP_Cfg_Tick();
BSP_LED_Off(0);
while (1) {
BSP_LED_Toggle(0);
OSTimeDlyHMSM((CPU_INT16U) 0,
(CPU_INT16U) 0,
(CPU_INT16U) 0,
(CPU_INT32U)100,
(OS_OPT
)OS_OPT_TIME_HMSM_STRICT,
(OS_ERR
*)&err);
/* Check for err */
}
(2)
(3)
(4)
(5)
(6)
(7)
(8)
L3-3(1)
As previously mentioned, a task looks like any other C function. The argument
p_arg is passed to AppTaskStart() by OSTaskCreate(), as discussed in the
previous listing description.
L3-3(2)
L3-3(3)
L3-3(4)
BSP_Cfg_Tick() sets up the C/OS-III tick interrupt. For this, the function
needs to initialize one of the hardware timers to interrupt the CPU at a rate of:
OSCfg_TickRate_Hz,
which
is
defined
in
os_cfg_app.h
(See
OS_CFG_TICK_RATE_HZ).
74
L3-3(5)
L3-3(6)
L3-3(7)
This BSP function toggles the state of the specified LED. Again, a zero indicates
that all the LEDs should be toggled on the evaluation board. You simply
change the zero to 1 and this will cause LED #1 to toggle. Exactly which LED is
LED #1? That depends on the BSP developer. Specifically, access to LEDs are
encapsulated through the functions: BSP_LED_On(), BSP_LED_Off() and
BSP_LED_Toggle(). Also, for sake of portability, we prefer to assign LEDs
logical values (1, 2, 3, etc.) instead of specifying which port and which bit on
each port.
L3-3(8)
Finally, each task in the application must call one of the C/OS-III functions
that will cause the task to wait for an event. The task can wait for time to
expire (by calling OSTimeDly(), or OSTimeDlyHMSM()), or wait for a signal or a
message from an ISR or another task. In the code shown, we used
OSTimeDlyHMSM() which allows a task to be suspended until the specified
number of hours, minutes, seconds and milliseconds have expired. In this case,
100 ms. Chapter 11, Time Management on page 203 provides additional
information about time delays.
75
Chapter 3
/*
***********************************************************************************************
*
INCLUDE FILES
***********************************************************************************************
*/
#include <app_cfg.h>
#include <bsp.h>
#include <os.h>
/*
***********************************************************************************************
*
LOCAL GLOBAL VARIABLES
***********************************************************************************************
*/
static OS_TCB
AppTaskStartTCB;
(1)
static OS_TCB
AppTask1_TCB;
static OS_TCB
AppTask2_TCB;
static OS_MUTEX
AppMutex;
(2)
static OS_Q
AppQ;
(3)
static CPU_STK
AppTaskStartStk[APP_TASK_START_STK_SIZE];
(4)
static CPU_STK
AppTask1_Stk[128];
static CPU_STK
AppTask2_Stk[128];
/*
***********************************************************************************************
*
FUNCTION PROTOTYPES
***********************************************************************************************
*/
static void AppTaskStart (void *p_arg);
(5)
static void AppTask1
(void *p_arg);
static void AppTask2
(void *p_arg);
76
L3-4(1)
L3-4(2)
L3-4(3)
L3-4(4)
L3-4(5)
77
Chapter 3
void
main (void)
{
OS_ERR
err;
BSP_IntDisAll();
OSInit(&err);
/* Check for err */
OSMutexCreate((OS_MUTEX
(CPU_CHAR
(OS_ERR
/* Check for err */
*)&AppMutex,
*)My App. Mutex,
*)&err);
(1)
OSQCreate
((OS_Q
*)&AppQ,
(CPU_CHAR
*)My App Queue,
(OS_MSG_QTY )10,
(OS_ERR
*)&err);
/* Check for err */
(2)
OSTaskCreate((OS_TCB
*)&AppTaskStartTCB,
(CPU_CHAR
*)App Task Start,
(OS_TASK_PTR )AppTaskStart,
(3)
(void
*)0,
(OS_PRIO
)APP_TASK_START_PRIO,
(CPU_STK
*)&AppTaskStartStk[0],
(CPU_STK_SIZE)APP_TASK_START_STK_SIZE / 10,
(CPU_STK_SIZE)APP_TASK_START_STK_SIZE,
(OS_MSG_QTY )0,
(OS_TICK
)0,
(void
*)0,
(OS_OPT
)(OS_OPT_TASK_STK_CHK | OS_OPT_TASK_STK_CLR),
(OS_ERR
*)&err);
/* Check for err */
OSStart(&err);
/* Check for err */
}
78
L3-5(1)
L3-5(2)
You create the message queue by calling OSQCreate() and specify the address
of the OS_Q object. Chapter 15, Message Passing on page 309 provides
additional information about message queues.
You can assign an ASCII name to the message queue which can also be useful
during debugging.
You need to specify how many messages the message queue is allowed to
receive. This value must be greater than zero. If the sender sends messages
faster than they can be consumed by the receiving task, messages will be lost.
This can be corrected by either increasing the size of the message queue, or
increasing the priority of the receiving task.
L3-5(3)
Listing 3-6 shows how to create other tasks once multitasking as started.
79
Chapter 3
p_arg = p_arg;
BSP_Init();
CPU_Init();
BSP_Cfg_Tick();
OSTaskCreate((OS_TCB
*)&AppTask1_TCB,
(CPU_CHAR
*)App Task 1,
(OS_TASK_PTR )AppTask1,
(void
*)0,
(OS_PRIO
)5,
(CPU_STK
*)&AppTask1_Stk[0],
(CPU_STK_SIZE)0,
(CPU_STK_SIZE)128,
(OS_MSG_QTY )0,
(OS_TICK
)0,
(void
*)0,
(OS_OPT
)(OS_OPT_TASK_STK_CHK | OS_OPT_TASK_STK_CLR),
(OS_ERR
*)&err);
OSTaskCreate((OS_TCB
*)&AppTask2_TCB,
(CPU_CHAR
*)App Task 2,
(OS_TASK_PTR )AppTask2,
(void
*)0,
(OS_PRIO
)6,
(CPU_STK
*)&AppTask2_Stk[0],
(CPU_STK_SIZE)0,
(CPU_STK_SIZE)128,
(OS_MSG_QTY )0,
(OS_TICK
)0,
(void
*)0,
(OS_OPT
)(OS_OPT_TASK_STK_CHK | OS_OPT_TASK_STK_CLR),
(OS_ERR
*)&err);
BSP_LED_Off(0);
while (1) {
BSP_LED_Toggle(0);
OSTimeDlyHMSM((CPU_INT16U) 0,
(CPU_INT16U) 0,
(CPU_INT16U) 0,
(CPU_INT32U)100,
(OS_OPT
)OS_OPT_TIME_HMSM_STRICT,
(OS_ERR
*)&err);
}
(1)
(2)
80
L3-6(1)
L3-6(2)
p_arg = p_arg;
while (1) {
OSTimeDly ((OS_TICK
)1,
(OS_OPT
)OS_OPT_TIME_DLY,
(OS_ERR
*)&err);
OSQPost
((OS_Q
*)&AppQ,
(void
*)1;
(OS_MSG_SIZE)sizeof(void *),
(OS_OPT
)OS_OPT_POST_FIFO,
(OS_ERR
*)&err);
OSMutexPend((OS_MUTEX *)&AppMutex,
(OS_TICK
)0,
(OS_OPT
)OS_OPT_PEND_BLOCKING;
(CPU_TS
*)&ts,
(OS_ERR
*)&err);
/* Access shared resource */
OSMutexPost((OS_MUTEX *)&AppMutex,
(OS_OPT
)OS_OPT_POST_NONE,
(OS_ERR
*)&err);
}
(1)
(2)
(3)
(4)
(5)
L3-7(1)
The task starts by waiting for one tick to expire before it does anything useful.
If the C/OS-III tick rate is configured for 1000 Hz, the task will be suspended
for 1 millisecond.
81
Chapter 3
L3-7(2)
The task then sends a message to another task using the message queue AppQ.
In this case, the example sends a fixed message of value 1, but the message
could have consisted of the address of a buffer, the address of a function, or
whatever would need to be sent.
L3-7(3)
The task then waits on the mutual exclusion semaphore since it needs to access
a shared resource with another task. If the resource is already owned by
another task, AppTask1() will wait forever for the mutex to be released by its
current owner. The forever wait is specified by passing 0 as the second
argument of the call.
L3-7(4)
When OSMutexPend() returns, the task owns the resource and can therefore
access the shared resource. The shared resource may be a variable, an array, a
data structure, an I/O device, etc. You should note that we didnt actually show
the access to the shared resource. This is not relevant at this point.
L3-7(5)
When the task is done with the shared resource, it must call OSMutexPost() to
release the mutex.
p_arg = p_arg;
while (1) {
p_msg = OSQPend((OS_Q
*)&AppQ,
(OS_MSG_SIZE *)&msg_size,
(OS_TICK
)0,
(OS_OPT
)OS_OPT_PEND_BLOCKING,
(CPU_TS
*)&ts,
(OS_ERR
*)&err);
ts_delta = OS_TS_GET() ts;
/* Process message received */
}
(1)
(2)
(3)
82
L3-8(1)
Task #2 starts by waiting for messages to be sent through the message queue
AppQ. The task waits forever for a message to be received because the third
argument specifies an infinite timeout.
When the message is received p_msg will contain the message (i.e., a pointer
to something). In our case, AppTask2() will always receive a message value
of 1. Both the sender and receiver must agree as to the meaning of the
message. The size of the message received is saved in msg_size. Note that
p_msg could point to a buffer and msg_size would indicate the size of
this buffer.
Also, when the message is received, ts will contain the timestamp of when the
message was sent. A timestamp is the value read from a fairly fast free-running
timer. The timestamp is typically an unsigned 32-bit (or more) value.
L3-8(2)
Knowing when the message was sent allows the user to determine how long it
took this task to get the message. This is done by reading the current
timestamp and subtracting the timestamp of when the message was sent allows
users to know how long it took for the message to be received. Note that the
receiving task may not get the message immediately since ISRs or other
higher-priority tasks might execute before the receiver gets to run.
L3-8(3)
Here you would add your own code to process the received message.
83
Chapter 3
84
Chapter
4
Critical Sections
A critical section of code, also called a critical region, is code that needs to be treated
indivisibly. There are many critical sections of code contained in C/OS-III. If a critical
section is accessible by an Interrupt Service Routine (ISR) and a task, then disabling
interrupts is necessary to protect the critical region. If the critical section is only accessible
by task level code, the critical section may be protected through the use of a preemption
lock.
Within C/OS-III, the critical section access method depends on which ISR post method
is used by interrupts (see Chapter 9, Interrupt Management on page 175). If
OS_CFG_ISR_POST_DEFERRED_EN is set to 0 (see os_cfg.h) then C/OS-III will disable
interrupts when accessing internal critical sections. If OS_CFG_ISR_POST_DEFERRED_EN is
set to 1 then C/OS-III will lock the scheduler when accessing most of its internal critical
sections.
Chapter 9, Interrupt Management on page 175 discusses how to select the method to use.
C/OS-III defines one macro for entering a critical section and two macros for leaving:
OS_CRITICAL_ENTER(),
OS_CRITICAL_EXIT() and
OS_CRITICAL_EXIT_NO_SCHED()
These macros are internal to C/OS-III and must not be invoked by the application code.
However, if you need to access critical sections in your application code, consult
Chapter 13, Resource Management on page 231.
85
Chapter 4
#define
#define
#define
OS_CRITICAL_ENTER()
OS_CRITICAL_EXIT()
OS_CRITICAL_EXIT_NO_SCHED()
{ CPU_CRITICAL_ENTER(); }
{ CPU_CRITICAL_EXIT(); }
{ CPU_CRITICAL_EXIT(); }
86
Critical Sections
4
The unit of measure for the measured time is in CPU_TS (timestamp) units. It is necessary to
find out the resolution of the timer used to measure these timestamps. For example, if the
timer used for the timestamp is incremented at 1 MHz then the resolution of CPU_TS is
1 microsecond.
Measuring the interrupt disable time obviously adds measurement artifacts and thus
increases the amount of time the interrupts are disabled. However, as far as the
measurement is concerned, measurement overhead is accounted for and the measured
value represents the actual interrupt disable time as if the measurement was not present.
Interrupt disable time is obviously greatly affected by the speed at which the processor
accesses instructions and thus, the memory access speed. In this case, the hardware
designer might have introduced wait states to memory accesses, which affects overall
performance of the system. This may show up as unusually long interrupt disable times.
87
Chapter 4
4
#define
#define
#define
OS_CRITICAL_ENTER()
OS_CRITICAL_EXIT()
OS_CRITICAL_EXIT_NO_SCHED()
\
CPU_CRITICAL_ENTER();
OSSchedLockNestingCtr++;
CPU_CRITICAL_EXIT();
\
\
\
CPU_CRITICAL_ENTER();
OSSchedLockNestingCtr--;
if (OSSchedLockNestingCtr == (OS_NESTING_CTR)0) {
CPU_CRITICAL_EXIT();
OSSched();
} else {
CPU_CRITICAL_EXIT();
}
\
\
\
\
\
\
\
\
CPU_CRITICAL_ENTER();
OSSchedLockNestingCtr--;
CPU_CRITICAL_EXIT();
\
\
\
}
{
}
{
88
Critical Sections
4
Measuring the scheduler lock time adds measurement artifacts and thus increases the
amount of time the scheduler is actually locked. However, measurement overhead is
accounted for and the measured value represents the actual scheduler lock time as if the
measurement was not present.
Feature
Reason
Event Flags
Chapter 14, Synchronization on page 273
tasks in a broadcast.
When not using the broadcast option, you can use the interrupt
disable method.
89
Chapter 4
4-4 SUMMARY
C/OS-III needs to access critical sections of code, which it protects by either disabling
interrupts (OS_CFG_ISR_POST_DEFERRED_EN set to 0 in os_cfg.h), or locking the scheduler
(OS_CFG_ISR_POST_DEFERRED_EN set to 1 in os_cfg.h).
The application code must not use:
OS_CRITICAL_ENTER()
OS_CRITICAL_EXIT()
OS_CRITICAL_EXIT_NO_SCHED()
When setting CPU_CFG_INT_DIS_MEAS_EN in cpu_cfg.h, C/CPU measures the maximum
interrupt disable time. There are two values available, one for the global maximum and one
for each task.
When setting OS_CFG_SCHED_LOCK_TIME_MEAS_EN to 1 in os_cfg.h, C/OS-III will
measure the maximum scheduler lock time.
90
Chapter
5
Task Management
The design process of a real-time application generally involves splitting the work to be
completed into tasks, each responsible for a portion of the problem. C/OS-III makes it
easy for an application programmer to adopt this paradigm. A task (also called a thread) is
a simple program that thinks it has the Central Processing Unit (CPU) all to itself. On a
single CPU, only one task can execute at any given time.
C/OS-III supports multitasking and allows the application to have any number of tasks. The
maximum number of task is actually only limited by the amount of memory (both code and
data space) available to the processor. Multitasking is the process of scheduling and switching
the CPU between several tasks (this will be expanded upon later). The CPU switches its
attention between several sequential tasks. Multitasking provides the illusion of having multiple
CPUs and, actually maximizes the use of the CPU. Multitasking also helps in the creation of
modular applications. One of the most important aspects of multitasking is that it allows the
application programmer to manage the complexity inherent in real-time applications.
Application programs are typically easier to design and maintain when multitasking is used.
Tasks are used for such chores as monitoring inputs, updating outputs, performing
computations, control loops, update one or more displays, reading buttons and keyboards,
communicating with other systems, and more. One application may contain a handful of
tasks while another application may require hundreds. The number of tasks does not
establish how good or effective a design may be, it really depends on what the application
(or product) needs to do. The amount of work a task performs also depends on the
application. One task may have a few microseconds worth of work to perform while
another task may require tens of milliseconds.
Tasks look like just any other C function except for a few small differences. There are two
types of tasks: run-to-completion (Listing 5-1) and infinite loop (Listing 5-2). In most
embedded systems, tasks typically take the form of an infinite loop. Also, no task is allowed
to return as other C functions can. Given that a task is a regular C function, it can declare
local variables.
91
Chapter 5
When a C/OS-III task begins executing, it is passed an argument, p_arg. This argument is a
pointer to a void. The pointer is a universal vehicle used to pass your task the address of a
variable, a structure, or even the address of a function, if necessary. With this pointer, it is
possible to create many identical tasks, that all use the same code (or task body), but, with
different run-time characteristics. For example, you may have four asynchronous serial ports
that are each managed by their own task. However, the task code is actually identical. Instead
of copying the code four times, you can create the code for a generic task that receives a
pointer to a data structure, which contains the serial ports parameters (baud rate, I/O port
addresses, interrupt vector number, etc.) as an argument. In other words, you can instantiate
the same task code four times and pass it different data for each serial port that each instance
will manage.
A run-to-completion task must delete itself by calling OSTaskDel(). The task starts,
performs its function, and terminates. There would typically not be too many such tasks in
the embedded system because of the overhead associated with creating and deleting
tasks at run-time. In the task body, you can call most of C/OS-IIIs functions to help
perform the desired operation of the task.
*/
*/
*/
*/
With C/OS-III, you either can call a C or assembly language functions from a task. In fact,
it is possible to call the same C function from different tasks as long as the functions are
reentrant. A reentrant function is a function that does not use static or otherwise global
variables unless they are protected (C/OS-III provides mechanisms for this) from multiple
access. If shared C functions only use local variables, they are generally reentrant (assuming
that the compiler generates reentrant code). An example of a non-reentrant function is the
famous strtok() provided by most C compilers as part of the standard library. This
function is used to parse an ASCII string for tokens. The first time you call this function,
92
Task Management
you specify the ASCII string to parse and a list of token delimiters. As soon as the function
finds the first token, it returns. The function remembers where it was last so when called
again, it can extract additional tokens, which is clearly non-reentrant.
The use of an infinite loop is more common in embedded systems because of the repetitive
work needed in such systems (reading inputs, updating displays, performing control
operations, etc.). This is one aspect that makes a task different than a regular C function.
Note that one could use a while (1) or for (;;) to implement the infinite loop, since
both behave the same. The one used is simply a matter of personal preference. At Micrium,
we like to use while (DEF_ON). The infinite loop must call a C/OS-III service (i.e.,
function) that will cause the task to wait for an event to occur. It is important that each task
wait for an event to occur, otherwise the task would be a true infinite loop and there would
be no easy way for other lower priority tasks to execute. This concept will become clear as
more is understood regarding C/OS-III.
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
93
Chapter 5
The event the task is waiting for may simply be the passage of time (when OSTimeDly() or
OSTimeDlyHMSM() is called). For example, a design may need to scan a keyboard every 100
milliseconds. In this case, you would simply delay the task for 100 milliseconds then see if a
key was pressed on the keyboard and, possibly perform some action based on which key
was pressed. Typically, however, a keyboard scanning task should just buffer an identifier
unique to the key pressed and use another task to decide what to do with the key(s) pressed.
Similarly, the event the task is waiting for could be the arrival of a packet from an Ethernet
controller. In this case, the task would call one of the OS???Pend() calls (pend is
synonymous with wait). The task will have nothing to do until the packet is received. Once
the packet is received, the task processes the contents of the packet, and possibly moves
the packet along a network stack.
Its important to note that when a task waits for an event, it does not consume CPU time.
Tasks must be created in order for C/OS-III to know about tasks. You create a task by
simply calling OSTaskCreate() as weve seen in Chapter 3. The function prototype for
OSTaskCreate() is shown below:
void
OSTaskCreate (OS_TCB
OS_CHAR
OS_TASK_PTR
void
OS_PRIO
CPU_STK
CPU_STK_SIZE
CPU_STK_SIZE
OS_MSG_QTY
OS_TICK
void
OS_OPT
OS_ERR
*p_tcb,
*p_name,
p_task,
*p_arg,
prio,
*p_stk_base,
stk_limit,
stk_size,
q_size,
time_slice,
*p_ext,
opt,
*p_err)
94
Task Management
SBVWNBEDVH
SBVWNBOLPLW
VWNBVL]H
6WDFN*URZWK
/RZ0HPRU\
26B237B7$6.B67.B&/5
63
7&%
&38
5HJLVWHUV
+LJK0HPRU\
&38B67.
$OOILHOGVLQLWLDOL]HG
F5-1(1)
When calling OSTaskCreate(), you pass the base address of the stack
(p_stk_base) that will be used by the task, the watermark limit for stack
growth (stk_limit) which is expressed in number of CPU_STK entries before
the stack is empty, and the size of that stack (stk_size), also in number of
CPU_STK elements.
F5-1(2)
95
Chapter 5
F5-1(3)
C/OS-III then initializes the top of the tasks stack with a copy of the CPU
registers in the same stacking order as if they were all saved at the beginning of
an ISR. This makes it easy to perform context switches as we will see when
discussing the context switching process. For illustration purposes, the
assumption is that the stack grows from high memory to low memory, but the
same concept applies for CPUs that use the stack in the reverse order.
F5-1(4)
The new value of the stack pointer (SP) is saved in the TCB. Note that this is
also called the top-of-stack.
F5-1(5)
The remaining fields of the TCB are initialized: task priority, task name, task
state, internal message queue, internal semaphore, and many others.
Next, a call is made to a function that is defined in the CPU port, OSTaskCreateHook()
(see os_cpu_c.c). OSTaskCreateHook() is passed the pointer to the new TCB and this
function allows you (or the port designer) to extend the functionality of OSTaskCreate().
For example, one could printout the contents of the fields of the newly created TCB onto a
terminal for debugging purposes.
The task is then placed in the ready-list (see Chapter 6, The Ready List on page 141) and
finally, if multitasking has started, C/OS-III will invoke the scheduler to see if the created
task is now the highest priority task and, if so, will context switch to this new task.
The body of the task can invoke other services provided by C/OS-III. Specifically, a task
can create another task (i.e., call OSTaskCreate()), suspend and resume other tasks (i.e.,
call OSTaskSuspend() and OSTaskResume() respectively), post signals or messages to
other tasks (i.e., call OS??Post()), share resources with other tasks, and more. In other
words, tasks are not limited to only make wait for an event function calls.
Figure 5-2 shows the resources with which a task typically interacts.
96
Task Management
Task Stack
(RAM)
Priority
(2)
(4)
CPU_STK MyTaskStk[???]
Task Code
(1)
MyTask (void *p_arg)
void
{
/* Local variables
*/
/* Task Initialization */
while (DEF_ON) {
Wait for event to occur;
Process event;
}
}
Variables
(RAM)
CPU
Registers
(3)
(5)
I/O
(Optional)
Device(s)
(6)
(Optional)
Figure 5-2 Tasks interact with resources
F5-2(1)
F5-2(2)
Chapter 5
F5-2(3)
A task has its own set of CPU registers. As far as a task is concerned, the task
thinks it actually has the CPU all to itself.
F5-2(4)
Because C/OS-III is a preemptive kernel, each task must have its own stack
area. The stack always resides in RAM and is used to keep track of local
variables, function calls, and possibly ISR (Interrupt Service Routine) nesting.
or,
CPU_STK MyTaskStk[???];
Note that ??? indicates that the size of the stack (and thus the array) depends
on the task stack requirements. Stack space may be allocated dynamically by
using the C compilers heap management function (i.e., malloc()) as shown
below. However, care must be taken with fragmentation. If creating and
deleting tasks, the process of allocating memory might not be able to provide a
stack for the task(s) because the heap will eventually become fragmented. For
this reason, allocating stack space dynamically in an embedded system is
typically allowed but, once allocated, stacks should not be deallocated. Said
another way, its fine to create a tasks stack from the heap as long as you dont
free the stack space back to the heap.
98
Task Management
A task can also have access to global variables. However, because C/OS-III is
a preemptive kernel care must be taken with code when accessing such
variables as they may be shared between multiple tasks. Fortunately, C/OS-III
provides mechanisms to help with the management of such shared resources
(semaphores, mutexes and more).
F5-2(6)
A task may also have access to one or more Input/Output (I/O) devices (also
known as peripherals). In fact, it is common practice to assign tasks to manage
I/O devices.
99
Chapter 5
Tasks do not synchronize with one another, share resources, or exchange data.
The CPU must always execute the highest priority task that is ready-to-run. In other
words, preemptive scheduling must be used.
Given a set of n tasks that are assigned RMS priorities, the basic RMS theorem states that all
task hard real-time deadlines are always met if the following inequality holds true:
Where Ei corresponds to the maximum execution time of task i, and Ti corresponds to the
execution period of task i. In other words, Ei/Ti corresponds to the fraction of CPU time
required to execute task i.
Table 5-1 shows the value for size n(21/n 1) based on the number of tasks. The upper
bound for an infinite number of tasks is given by ln(2), or 0.693, which means that you
meet all hard real-time deadlines based on RMS, CPU usage of all time-critical tasks should
be less than 70 percent!
100
Task Management
Note that you can still have non time-critical tasks in a system and thus use close to 100
percent of the CPUs time. However, using 100 percent of your CPUs time is not a desirable
goal as it does not allow for code changes and added features. As a rule of thumb, always
design a system to use less than 60 to 70 percent of the CPU.
RMS says that the highest rate task has the highest priority. In some cases, the highest rate
task might not be the most important task. The application should dictate how to assign
priorities. However, RMS is an interesting starting point.
n(21/n-1)
Number of Tasks
1
1.00
0.828
0.779
0.756
0.743
Infinite
0.693
101
Chapter 5
102
Task Management
Stack
(RAM)
Low Memory
&MyTaskStk[0]
.StkLimitPtr
SP
Current
Stack
Usage
Stack Growth
&MyTaskStk[N-1]
High Memory
CPU_STK
103
Chapter 5
OS_TCB
MtTaskTCB;
CPU_STK MyTaskStk[1000];
OSTaskCreate(&MyTaskTCB,
MyTaskName,
MyTask,
&MyTaskArg,
MyPrio,
&MyTaskStk[0],
100,
/*
/*
/*
/*
1000,
MyTaskQSize,
MyTaskTimeQuanta,
(void *)0,
MY_TASK_OPT,
&err);
*/
*/
*/
*/
Of course, the value of .StkLimitPtr used by the CPUs stack overflow detection hardware
needs to be changed whenever C/OS-III performs a context switch. This can be tricky
because the value of this register may need to be changed so that it first points to NULL,
then the CPUs stack pointer is changed, and finally the value of the stack checking register
is set to the value saved in the TCBs .StkLimitPtr. Why? Because if the sequence is not
followed, the exception could be generated as soon as the stack pointer or the stack
overflow detection register is changed. You can avoid this problem by first changing the
stack overflow detection register to point to a location that ensures the stack pointer is
never invalid (thus the NULL as described above). Note that I assumed here that the stack
grows from high memory to low memory but the concept works in a similar fashion if the
stack grows in the opposite direction.
3) Software-based stack overflow detection
Whenever C/OS-III switches from one task to another, it calls a hook function
(OSTaskSwHook()), which allows the C/OS-III port programmer to extend the capabilities
of the context switch function. So, if the processor doesnt have hardware stack pointer
overflow detection, its still possible to simulate this feature by adding code in the context
switch hook function and, perform the overflow detection in software. Specifically, before a
task is switched in, the code should ensure that the stack pointer to load into the CPU does
104
Task Management
not exceed the limit placed in .StkLimitPtr. Because the software implementation
cannot detect the stack overflow as soon as the stack pointer exceeds the value of
.StkLimitPtr, it is important to position the value of .StkLimitPtr in the stack fairly far from
&MyTaskStk[0], as shown in Figure 5-4. A software implementation such as this is not as
reliable as a hardware-based detection mechanism but still prevents a possible stack
overflow. Of course, the .StkLimitPtr field would be set using OSTaskCreate() as shown
above but this time, with a location further away from &MyTaskStk[0].
6WDFN
5$0
/RZ0HPRU\
0\7DVN6WN>@
6WN/LPLW3WU
63
&XUUHQW
6WDFN
8VDJH
6WDFN*URZWK
0\7DVN6WN>1@
+LJK0HPRU\
&38B67.
Chapter 5
increase or decrease the amount of stack space for each task). For this to be effective,
however, you need to run the application long enough for the stack to grow to its highest
value. This is illustrated in Figure 5-5. C/OS-III provides a function that performs this
calculation at run-time, OSTaskStkChk() and in fact, this function is called by
OS_StatTask() to compute stack usage for every task created in the application (to be
described later).
6WDFN
5$0
0\7DVN6WN>@
IUHH
XVHG
&XUUHQW
6WDFN
8VDJH
/RZ0HPRU\
VL]H IUHHXVHG
6WDFNLQLWLDOL]HGWRDOO]HURV
:RUVW&DVHVWDFNJURZWK
6WDFN*URZWK
+LJK0HPRU\
&38B67.
106
Task Management
Functions
General
OSTaskCreate()
OSTaskDel()
OSTaskChangePrio()
OSTaskRegSet()
OSTaskRegGet()
OSTaskSuspend()
OSTaskResume()
OSTaskTimeQuantaSet()
Signaling a Task
OSTaskSemPend()
OSTaskSemPost()
OSTaskSemPendAbort()
OSTaskQPend()
OSTaskQPost()
OSTaskQPendAbort()
OSTaskQFlush()
107
Chapter 5
3HQGLQJ
26)ODJ3HQG
260XWH[3HQG
2643HQG
266HP3HQG
267DVN43HQG
267DVN6HP3HQG
267DVN6XVSHQG
267LPH'O\
267LPH'O\+060
26)ODJ'HO
26)ODJ3HQG$ERUW
26)ODJ3RVW
260XWH['HO
260XWH[3HQG$ERUW
260XWH[3RVW
264'HO
2643HQG$ERUW
2643RVW
266HP'HO
266HP3HQG$ERUW
266HP3RVW
267DVN43HQG$ERUW
267DVN43RVW
267DVN6HP3HQG$ERUW
267DVN6HP3RVW
267DVN5HVXPH
267LPH'O\5HVXPH
267LPH7LFN
267DVN'HO
26,QW([LW
266WDUW
26B7$6.B6:
267DVN&UHDWH
5HDG\
'RUPDQW
267DVN'HO
5XQQLQJ
7DVN3UHHPSWHG
26,QW([LW
,QWHUUXSW
5HWXUQ
)URP
,QWHUUXSW
,QWHUUXSWHG
267DVN'HO
108
Task Management
F5-6(1)
The Dormant state corresponds to a task that resides in memory but has not
been made available to C/OS-III.
A task is made available to C/OS-III by calling a function to create the task,
OSTaskCreate(). The task code actually resides in code space but C/OS-III
needs to be informed about it.
When it is no longer necessary for C/OS-III to manage a task, your code can
call the task delete function, OSTaskDel(). OSTaskDel() does not actually
delete the code of the task, it is simply not eligible to access the CPU.
F5-6(2)
A task is in the Ready state when it is ready-to-run. There can be any number
of tasks ready and C/OS-III keeps track of all ready tasks in a ready list
(discussed later). This list is sorted by priority.
F5-6(3)
F5-6(4)
Tasks in the Pending state are placed in a special list called a pend-list (or wait
list) associated with the event the task is waiting for. When waiting for the
event to occur, the task does not consume CPU time. When the event occurs,
the task is placed back into the ready list and C/OS-III decides whether the
newly readied task is the most important ready-to-run task. If this is the case,
the currently running task will be preempted (placed back in the ready list) and
the newly readied task is given control of the CPU. In other words, the newly
readied task will run immediately if it is the most important task.
Note that the OSTaskSuspend() function unconditionally blocks a task and this
task will not actually wait for an event to occur but in fact, waits until another
task calls OSTaskResume() to make the task ready-to-run.
109
Chapter 5
F5-6(5)
5
Assuming that CPU interrupts are enabled, an interrupting device will suspend
execution of a task and execute an Interrupt Service Routine (ISR). ISRs are
typically events that tasks wait for. Generally speaking, an ISR should simply
notify a task that an event occurred and let the task process the event. ISRs
should be as short as possible and most of the work of handling the
interrupting devices should be done at the task level where it can be managed
by C/OS-III. ISRs are only allowed to make Post calls (i.e., OSFlagPost(),
OSQPost(), OSSemPost(), OSTaskQPost() and OSTaskSemPost()). The only
post call not allowed to be made from an ISR is OSMutexPost() since mutexes,
as will be addressed later, are assumed to be services that are only accessible at
the task level.
As the state diagram indicates, an interrupt can interrupt another interrupt. This
is called interrupt nesting and most processors allow this. However,
interrupt nesting easily leads to stack overflow if not managed properly.
Internally, C/OS-III keeps track of task states using the state machine shown in Figure 5-7.
The task state is actually maintained in a variable that is part of a data structure associated
with each task, the tasks TCB. The task state diagram was referenced throughout the design
of C/OS-III when implementing most of C/OS-IIIs services. The number in parentheses is
the state number of the task and thus, a task can be in any one of eight (8) states (see os.h,
OS_TASK_STATE_???).
Note that the diagram does not keep track of a dormant task, as a dormant task is not
known to C/OS-III. Also, interrupts and interrupt nesting is tracked differently as will be
explained further in the text.
This state diagram should be quite useful to understand how to use several functions and
their impact on the state of tasks. In fact, Id highly recommend that the reader bookmark
the page of the diagram.
110
Task Management
267DVN6XVSHQG
'HOD\
6XVSHQGHG
'HOD\
267DVN5HVXPH
267LPH'O\
267LPH'O\+060
'O\([SLUHVRU
267LPH'O\5HVXPH
'O\ ([SLUHVRU
267DVN'O\5HVXPH
267DVN6XVSHQG
5HDG\
6XVSHQGHG
267DVN5HVXPH
26""3HQG
Z7LPHRXW
7LPHRXWRU
7LPHRXWRU
26""3RVWRU
26""3RVWRU
26""3HQG$ERUWRU 26""3HQG$ERUWRU
26""'HO
26""'HO
267DVN6XVSHQG
26""3HQG
26""3RVWRU
263HQG$ERUWRU
26""'HO
3HQG
7LPHRXW
6XVSHQGHG
3HQG
7LPHRXW
26""3RVWRU
26""3HQG$ERUWRU
26""'HO
267DVN5HVXPH
267DVN6XVSHQG
3HQG
6XVSHQGHG
3HQG
267DVN5HVXPH
F5-7(0)
F5-7(1)
A task can decide to wait for time to expire by calling either OSTimeDly() or
OSTimeDlyHMSM(). When the time expires or the delay is cancelled (by calling
OSTimeDlyResume()), the task returns to the ready state.
F5-7(2)
A task can wait for an event to occur by calling one of the pend (i.e., wait)
functions (OSFlagPend(), OSMutexPend(), OSQPend(), OSSemPend(),
OSTaskQPend(), or OSTaskSemPend()), and specify to wait forever for the
event to occur. The pend terminates when the event occurs (i.e., a task or an
ISR performs a post), the awaited object is deleted or, another task decides to
abort the pend.
111
Chapter 5
F5-7(3)
A task can wait for an event to occur as indicated, but specify that it is willing
to wait a certain amount of time for the event to occur. If the event is not
posted within that time, the task is readied, then the task is notified that a
timeout occurred. Again, the pend terminates when the event occurs (i.e., a
task or an ISR performs a post), the object awaited is deleted or, another task
decides to abort the pend.
F5-7(4)
F5-7(5)
A delayed task can also be suspended by another task. In this case, the effect is
additive. In other words, the delay must complete (or be resumed by
OSTimeDlyResume()) and the suspension must be removed (by another task
which would call OSTaskResume()) in order for the task to be able to run.
F5-7(6)
F5-7(7)
A task can wait for an event, but only for a certain amount of time, and the
task could also be suspended by another task. As one might expect, the
suspension must be removed by another task (or the same task that
suspended it in the first place), and the event needs to either occur or timeout
while waiting for the event.
112
Task Management
113
Chapter 5
Also, it is important to note that even when the user understands what the different fields of
the OS_TCB do, the application code must never directly access these (especially change
them). In other words, OS_TCB fields must only be accessed by C/OS-III and not the code.
struct os_tcb {
CPU_STK
void
CPU_STK
OS_TCB
OS_TCB
OS_TCB
OS_TCB
OS_TICK_SPOKE
OS_CHAR
CPU_STK
OS_TASK_PTR
void
OS_PEND_DATA
OS_STATE
*StkLimitPtr;
*NextPtr;
*PrevPtr;
*TickNextPtr;
*TickPrevPtr;
*TickSpokePtr;
*NamePtr;
*StkBasePtr;
TaskEntryAddr;
*TaskEntryArg;
*PendDataTblPtr;
PendOn;
OS_STATUS
OS_STATE
OS_PRIO
PendStatus;
TaskState;
Prio;
CPU_STK_SIZE
OS_OPT
OS_OBJ_QTY
CPU_TS
OS_SEM_CTR
OS_TICK
OS_TICK
OS_TICK
StkSize;
Opt;
PendDataEntries;
TS;
SemCtr;
TickCtrPrev;
TickCtrMatch;
TickRemain;
OS_TICK
OS_TICK
void
OS_MSG_SIZE
OS_MSG_Q
CPU_TS
CPU_TS
OS_REG
OS_FLAGS
OS_FLAGS
OS_OPT
114
*StkPtr;
*ExtPtr;
TimeQuanta;
TimeQuantaCtr;
*MsgPtr;
MsgSize;
MsgQ;
MsgQPendTime;
MsgQPendTimeMax;
RegTbl[OS_TASK_REG_TBL_SIZE];
FlagsPend;
FlagsRdy;
FlagsOpt;
Task Management
OS_NESTING_CTR
OS_CPU_USAGE
SuspendCtr;
CPUUsage;
OS_CTX_SW_CTR
CPU_TS
CPU_TS
CtxSwCtr;
CyclesDelta;
CyclesStart;
OS_CYCLES
OS_CYCLES
CPU_TS
CyclesTotal;
CyclesTotalPrev;
SemPendTime;
CPU_TS
CPU_STK_SIZE
CPU_STK_SIZE
CPU_TS
CPU
OS_TCB
OS_TCB
CPU_CHAR
SemPendTimeMax;
StkUsed;
StkFree;
IntDisTimeMax;
SchedLockTimeMax;
DbgNextPtr;
DbgPrevPtr;
DbgNamePtr;
};
.StkPtr
This field contains a pointer to the current top-of-stack for the task. C/OS-III allows each
task to have its own stack and each stack can be any size. .StkPtr should be the only field
in the OS_TCB data structure accessed from assembly language code (for the
context-switching code). This field is therefore placed as the first entry in the structure
making access easier from assembly language code (it will be at offset zero in the data
structure).
.ExtPtr
This field contains a pointer to a user-definable data area used to extend the TCB as
needed. This pointer is provided as an argument passed in OSTaskCreate(). This pointer is
easily accessible from assembly language since it always follows the .StkPtr. .ExtPtr can
be used to add storage for saving the context of a FPU (Floating-Point Unit) if the processor
you are using has a FPU.
.StkLimitPtr
The field contains a pointer to a location in the tasks stack to set a watermark limit for
stack growth and is determined from the value of the stk_limit argument passed to
OSTaskCreate(). Some processors have special registers that automatically check the
value of the stack pointer at run-time to ensure that the stack does not overflow.
.StkLimitPtr may be used to set this register during a context switch. Alternatively, if the
115
Chapter 5
processor does not have such a register, this can be simulated in software. However, this
is not as reliable as a hardware solution. If this feature is not used then you can set the
value of stk_limit can be set to 0 when calling OSTaskCreate(). See also section 5-3
Detecting Task Stack Overflows on page 103).
6WDFN
5$0
/RZ0HPRU\
6WN%DVH3WU
6WN/LPLW3WU
6WN6L]H
6WN3WU
&XUUHQW
6WDFN
8VDJH
6WDFN*URZWK
+LJK0HPRU\
&38B67.
116
Task Management
.NamePtr
This pointer allows a name (an ASCII string) to be assigned to each task. Having a name is
useful when debugging, since it is user friendly compared to displaying the address of the
OS_TCB. Storage for the ASCII string is assumed to be in user space, either in code memory
(ASCII string declared as a const) or in RAM.
.StkBasePtr
This field points to the base address of the tasks stack. The stack base is typically the lowest
address in memory where the stack for the task resides. A task stack is declared as follows:
CPU_STK MyTaskStk[???];
CPU_STK is the data type you must use to declare task stacks and ??? is the size of the stack
associated with the task. The base address is always &MyTaskStk[0].
.TaskEntryAddr
This field contains the entry address of the task. As previously mentioned, a task is declared
as shown below and this field contains the address of MyTask.
void MyTask (void *p_arg);
.TaskEntryArg
This field contains the value of the argument that is passed to the task when the task starts.
As previously mentioned, a task is declared as shown below and this field contains the
value of p_arg.
void MyTask (void *p_arg);
.PendDataTblPtr
C/OS-III allows the task to pend on any number of semaphores or message queues
simultaneously. This pointer points to a table containing information about the pended
objects. This is described in Chapter 10, Pend Lists.
.PendOn
This field indicates what the task is pending on and contains one of the following values
declared in os.h:
117
Chapter 5
OS_TASK_PEND_ON_NOTHING
OS_TASK_PEND_ON_FLAG
OS_TASK_PEND_ON_TASK_Q
OS_TASK_PEND_ON_MULTI
OS_TASK_PEND_ON_MUTEX
OS_TASK_PEND_ON_Q
OS_TASK_PEND_ON_SEM
OS_TASK_PEND_ON_TASK_SEM
.PendStatus
This field indicates the outcome of a pend and contains one of the values declared in os.h:
OS_STATUS_PEND_OK
OS_STATUS_PEND_ABORT
OS_STATUS_PEND_DEL
OS_STATUS_PEND_TIMEOUT
.TaskState
This field indicates the current state of a task and contains one of the eight (8) task states
that a task can be in. These states are declared in os.h:
OS_TASK_STATE_RDY
OS_TASK_STATE_DLY
OS_TASK_STATE_PEND
OS_TASK_STATE_PEND_TIMEOUT
OS_TASK_STATE_SUSPENDED
OS_TASK_STATE_DLY_SUSPENDED
OS_TASK_STATE_PEND_SUSPENDED
OS_TASK_STATE_PEND_TIMEOUT_SUSPENDED
.Prio
This field contains the current priority of a task. .Prio is a value between 0 and
OS_CFG_PRIO_MAX-1. In fact, the idle task is the only task at priority OS_CFG_PRIO_MAX-1.
.StkSize
This field contains the size (in number of CPU_STK elements) of the stack associated with
the task. Recall that a task stack is declared as follows:
118
Task Management
CPU_STK MyTaskStk[???];
5
.StkSize is the number of elements in the above array.
.Opt
This field saves the options passed to OSTaskCreate() when the task is created as shown
below. Note that task options are additive.
OS_OPT_TASK_NONE
OS_OPT_TASK_STK_CHK
OS_OPT_TASK_STK_CLR
OS_OPT_TASK_SAVE_FP
.PendDataTblEntries
This field works with the .PendDataTblPtr and indicates the number of objects a task is
pending on at the same time.
.TS
This field is used to store a time stamp of when an event that the task was waiting on
occurred. When the task resumes execution, this time stamp is returned to the caller.
.SemCtr
This field contains a semaphore counter associated with the task. Each task has its own semaphore
built-in. An ISR or another task can signal a task using this semaphore. .SemCtr is therefore used to
keep track of how many times the task is signaled. .SemCtr is used by OSTaskSem???() services.
.TickCtrPrev
This field stores the previous value of OSTickCtr when OSTimeDly() is called with the
OS_OPT_TIME_PERIODIC option.
.TickCtrMatch
When a task is waiting for time to expire, or pending on an object with a timeout, the task
is placed in a special list of tasks waiting for time to expire. When in this list, the task waits
for .TickCtrMatch to match the value of the tick counter (OSTickCtr). When a match
occurs, the task is removed from that list.
119
Chapter 5
.TickRemain
This field is computed at run time by OS_TickTask() to compute the amount of time
(expressed in ticks) left before a delay or timeout expires. This field is useful for
debuggers or run-time monitors for display purposes.
.TimeQuanta and .TimeQuantaCtr
These fields are used for time slicing. When multiple tasks are ready-to-run at the same
priority, .TimeQuanta determines how much time (in ticks) the task will execute until it is
preempted by C/OS-III so that the next task at the same priority gets a chance to execute.
.TimeQuantaCtr keeps track of the remaining number of ticks for this to happen and is
loaded with .TimeQuanta at the beginning of the tasks time slice.
.MsgPtr
When a message is sent to a task, this field contains the message received. This field only
exists in a TCB if message queue services (OS_CFG_Q_EN is set to 1 in os_cfg.h), or task
message queue services, are enabled (OS_CFG_TASK_Q_EN is set to 1 in os_cfg.h) at
compile time.
.MsgSize
When a message is sent to a task, this field contains the size (in number of bytes) of the
message received. This field only exists in a TCB if message queue services (OS_CFG_Q_EN
is set to 1 in os_cfg.h), or task message queue services, (OS_CFG_TASK_Q_EN is set to 1 in
os_cfg.h) are enabled at compile time.
.MsgQ
C/OS-III allows tasks or ISRs to send messages directly to tasks. Because of this, a message
queue is actually built into each TCB. This field only exists in a TCB if task message queue
services are enabled at compile time (OS_CFG_TASK_Q_EN is set to 1 in os_cfg.h). .MsgQ is
used by the OSTaskQ???() services.
.MsgQPendTime
This field contains the amount of time it took for a message to arrive. When OSTaskQPost()
is called, the current time stamp is read and stored in the message. When OSTaskQPend()
returns, the current time stamp is read again and the difference between the two times is
stored in this variable. A debugger or C/Probe can be used to indicate the time taken for a
message to arrive by displaying this field.
This field is only available if setting OS_CFG_TASK_PROFILE_EN to 1 in os_cfg.h.
120
Task Management
.MsgQPendTimeMax
This field contains the maximum amount of time it takes for a message to arrive. It is a peak
detector of the value of .MsgQPendTime. The peak can be reset by calling OSStatReset().
This field is only available if setting OS_CFG_TASK_PROFILE_EN to 1 in os_cfg.h.
.RegTbl[]
This field contains a table of registers that are task-specific. These registers are different than
CPU registers. Task registers allow for the storage of such task-specific information as task ID,
errno common in some software components, and more. Task registers may also store
task-related data that needs to be associated with the task at run time. Note that the data type for
elements of this array is OS_REG, which can be declared at compile time to be nearly anything.
However, all registers must be of this data type. This field only exists in a TCB if task registers
are enabled at compile time (OS_CFG_TASK_REG_TBL_SIZE is greater than 0 in os_cfg.h).
.FlagsPend
When a task pends on event flags, this field contains the event flags (i.e., bits) that the task
is pending on. This field only exists in a TCB if event flags services are enabled at compile
time (OS_CFG_FLAG_EN is set to 1 in os_cfg.h).
.FlagsRdy
This field contains the event flags that were posted and that the task was waiting on. In
other words, it allows a task to know which event flags made the task ready-to-run. This
field only exists in a TCB if event flags services are enabled at compile time
(OS_CFG_FLAG_EN is set to 1 in os_cfg.h).
.FlagsOpt
When a task pends on event flags, this field contains the type of pend (pend on any event
flag bit specified in .FlagsPend or all event flag bits specified in .FlagsPend). This field
only exists in a TCB if event flags services are enabled at compile time (OS_CFG_FLAG_EN is
set to 1 in os_cfg.h). There can be up to eight main values as shown below plus add-on
options. Possible values are:
OS_OPT_PEND_FLAG_CLR_ALL
OS_OPT_PEND_FLAG_CLR_ANY
OS_OPT_PEND_FLAG_CLR_AND
OS_OPT_PEND_FLAG_CLR_OR
OS_OPT_PEND_FLAG_SET_ALL
121
Chapter 5
OS_OPT_PEND_FLAG_SET_ANY
OS_OPT_PEND_FLAG_SET_AND
OS_OPT_PEND_FLAG_SET_OR
122
Task Management
.CyclesTotal
This field accumulates the value of .CyclesDelta, so it contains the total execution time of
a task during a set period of time. .CyclesTotal is used by OS_StatTask() to determine
CPU usage on a per-task basis. This is typically a 32-bit value because of the accumulation
of cycles over time. On the other hand, using a 64-bit value ensures that we can accumulate
CPU cycles for almost 600 years even if the CPU is running at 1 GHz! Of course, its assumed
that the compiler supports 64-bit data types. The field is enabled at compile time when
OS_CFG_TASK_PROFILE_EN is set to 1 in os_cfg.h.. .CyclesTotal is used by
OS_StatTask() to determine CPU usage on a per-task basis.
.SemPendTime
This field contains the amount of time taken for the semaphore to be signaled. When
OSTaskSemPost() is called, the current time stamp is read and stored in the OS_TCB
(see .TS). When OSTaskSemPend() returns, the current time stamp is read again and the
difference between the two times is stored in this variable. This field can be displayed by a
debugger or C/Probe to indicate how much time it took for the task to be signaled.
This field is only available when setting OS_CFG_TASK_PROFILE_EN to 1 in os_cfg.h.
.SemPendTimeMax
This field contains the maximum amount of time it took for the task to be signaled. It is a peak
detector of the value of .SemPendTime. The peak can be reset by calling OSStatReset().
This field is only available if setting OS_CFG_TASK_PROFILE_EN to 1 in os_cfg.h.
.StkUsed and .StkFree
C/OS-III is able to compute (at run time) the amount of stack space a task actually uses
and how much stack space remains. This is accomplished by a function called
OSTaskStkChk(). Stack usage computation assumes that the tasks stack is cleared when
the task is created. In other words, when calling OSTaskCreate(), it is expected that the
following options be specified: OS_TASK_OPT_STK_CLR and OS_TASK_OPT_STK_CHK.
OSTaskCreate() will then clear all the RAM used for the tasks stack.
C/OS-III provides an internal task called OS_StatTask() that checks the stack of each of
the tasks at run-time. OS_StatTask() typically runs at a low priority so that it does not
interfere with the application code. OS_StatTask() saves the value computed for each task
in the TCB of each task in these fields, which represents the maximum number of stack
123
Chapter 5
bytes used and the amount of stack space still unused by the task. These fields only exist in
a TCB if the statistic task is enabled at compile time (OS_CFG_STAT_TASK_STK_CHK_EN is set
to 1 in os_cfg.h).
.IntDisTimeMax
This field keeps track of the maximum interrupt disable time of the task. The field is
updated only if C/CPU supports interrupt disable time measurements. This field is
available only if setting OS_CFG_TASK_PROFILE_EN to 1 in os_cfg.h and C/CPUs
CPU_CFG_INT_DIS_MEAS_EN is defined in cpu_cfg.h.
.SchedLockTimeMax
The field keeps track of the maximum scheduler lock time of the task. In other words, the
maximum amount of time the task locks the scheduler.
This field is available only if you set OS_CFG_TASK_PROFILE_EN
OS_CFG_SCHED_LOCK_TIME_MEAS_EN is set to 1 in os_cfg.h.
to
and
.DbgNextPtr
This field contains a pointer to the next OS_TCB in a doubly linked list of OS_TCBs. OS_TCBs
are placed in this list by OSTaskCreate(). This field is only present if OS_CFG_DBG_EN is set
to 1 in os_cfg.h.
.DbgPrevPtr
This field contains a pointer to the previous OS_TCB in a doubly linked list of OS_TCBs.
OS_TCBs are placed in this list by OSTaskCreate(). This field is only present if
OS_CFG_DBG_EN is set to 1 in os_cfg.h.
.DbgNamePtr
This field contains a pointer to the name of the object that the task is pending on when the
task is pending on either an event flag group, a semaphore, a mutual exclusion semaphore
or a message queue. This information is quite useful during debugging and thus, this field is
only present if OS_CFG_DBG_EN is set to 1 in os_cfg.h.
124
Task Management
(1)
(2)
(3)
L5-4(1)
The idle task is a true infinite loop that never calls functions to wait for an
event. This is because, on most processors, when there is nothing to do, the
processor still executes instructions. When C/OS-III determines that there is
125
Chapter 5
no other higher-priority task to run, C/OS-III parks the CPU in the idle task.
However, instead of having an empty infinite loop doing nothing, C/OS-III
uses this idle time to do something useful.
L5-4(2)
L5-4(3)
126
Task Management
Timer
(1)
10 to 1000 Hz
(3)
Tick
Task
Tick ISR
(2)
(4)
List of tasks
waiting for
time to expire
or to timeout
127
Chapter 5
F5-8(1)
5
F5-8(2)
Assuming CPU interrupts are enabled, the CPU accepts the tick interrupt,
preempts the current task, and vectors to the tick ISR. The tick ISR must call
OSTimeTick() (see os_time.c), which accomplishes most of the work needed
by C/OS-III. The tick ISR then clears the timer interrupt (and possibly reloads
the timer for the next interrupt). However, some timers may need to be taken
care of prior to calling OSTimeTick() instead of after as shown below.
void TickISR (void)
{
OSTimeTick();
/* Clear tick interrupt source
*/
/* Reload the timer for the next interrupt */
}
or,
void TickISR (void)
{
/* Clear tick interrupt source
*/
/* Reload the timer for the next interrupt */
OSTimeTick();
}
128
OSTimeTick() calls a service provided by C/OS-III to signal the tick task and
make that task ready-to-run. The tick task executes as soon as it becomes the
most important task. The reason the tick task might not run immediately is that
Task Management
the tick interrupt could have interrupted a task higher in priority than the tick
task and, upon completion of the tick ISR, C/OS-III will resume the
interrupted task.
F5-8(4)
When the tick task executes, it goes through a list of all tasks that are waiting
for time to expire or are waiting on a kernel object with a timeout. From this
point forward, this will be called the tick list. The tick task will make
ready-to-run all of the tasks in the tick list for which time or timeout has
expired. The process is explained below.
C/OS-III may need to place literally hundreds of tasks (if an application has that many tasks)
in the tick list. The tick list is implemented in such a way that it does not take much CPU time
to determine if time has expired for those tasks placed in the tick list and, possibly makes
those tasks ready-to-run. The tick list is implemented as shown in Figure 5-9.
26&IJB7LFN:KHHO>@
>@
>@
>@
>@
>@
267LFN&WU
>26B&)*B7,&.B:+((/B6,=(@
>26B&)*B7,&.B:+((/B6,=(@
1EU(QWULHV0D[
)LUVW3WU
1EU(QWULHV
F5-9(1)
129
Chapter 5
F5-9(2)
F5-9(3)
:
OSTimeDly(1, OS_OPT_TIME_DLY, &err);
:
130
Task Management
Referring to the C/OS-III reference manual in Appendix A, notice that this action indicates
to C/OS-III to delay the current task for 1 tick. Since OSTickCtr has a value of 10, the task
will be put to sleep until OSTickCtr reaches 11 and thus sleep until the very next clock tick
interrupt. Tasks are inserted in the OSCfg_TickWheel[] table using the following equation:
MatchValue
= OSTickCtr + dly
Index into OSCfg_TickWheel[] = MatchValue % OS_CFG_TICK_WHEEL_SIZE
Where dly is the value passed in the first argument of OSTimeDly() or, 1 in this example.
We therefore obtain the following:
MatchValue
= 10 + 1
Index into OSCfg_TickWheel[] = (10 + 1) % 12
or,
MatchValue
= 11
Index into OSCfg_TickWheel[] = 11
Because of the circular nature of the table (a modulo operation using the size of the
table), the table is referred to as a tick wheel and each entry is a spoke in the wheel.
The OS_TCB of the task being delayed is entered at index 11 in OSCfg_TickWheel[] (i.e.,
spoke 11 using the wheel analogy). The OS_TCB of the task is inserted in the first entry of
the list (i.e., pointed to by OSCfg_TickWheel[11].FirstPtr), and the number of entries at
spoke 11 is incremented (i.e., OSCfg_TickWheel[11].NbrEntries will be 1). Notice that
the OS_TCB also links back to &OSCfg_TickWheel[11] and the MatchValue is placed in
the OS_TCB field .TickCtrMatch. Since this is the first task inserted in the tick list at spoke
11, the .TickNextPtr and .TickPrevPtr of the tasks OS_TCB both point to NULL.
131
Chapter 5
26&IJB7LFN:KHHO>@
>@
>@
>@
>@
>@
>@
>@
>@
>@
>@
>@
>@
1EU(QWULHV0D[
267LFN&WU
7LFN6SRNH3WU
7LFN1H[W3WU
)LUVW3WU
1EU(QWULHV
7LFN3UHY3WU
7LFN5HPDLQ
7LFN&WU0DWFK
26B7&%
Figure 5-10 Inserting a task in the tick list
OSTimeDly() takes care of a few other details. Specifically, the task is removed from
C/OS-IIIs ready list (described in Chapter 6, The Ready List on page 141) since the task
is no longer eligible to run (because it is waiting for time to expire). Also, the scheduler is
called because C/OS-III will need to run the next most important ready-to-run task.
If the next task to run also happens to call OSTimeDly() before the next tick arrives and
calls OSTimeDly() as follows:
:
OSTimeDly(13, OS_OPT_TIME_DLY, &err);
:
132
Task Management
MatchValue
= 10 + 13
OSCfg_TickWheel[] spoke number = (10 + 13) % 12
or,
MatchValue
= 23
OSCfg_TickWheel[] spoke number = 11
The second task will be inserted at the same table entry as shown in Figure 5-11. Tasks
sharing the same spoke are sorted in ascending order such that the task with the least
amount of time remaining is placed at the head of the list.
26&IJB7LFN:KHHO>@
>@
>@
>@
>@
>@
>@
267LFN&WU
>@
>@
>@
)LUVW7DVN
6HFRQG7DVN
>@
>@
>@
1EU(QWULHV0D[
7LFN6SRNH3WU
7LFN1H[W3WU
)LUVW3WU
1EU(QWULHV
7LFN3UHY3WU
7LFN5HPDLQ
7LFN6SRNH3WU
7LFN1H[W3WU
7LFN3UHY3WU
7LFN5HPDLQ
7LFN&WU0DWFK
7LFN&WU0DWFK
26B7&%
26B7&%
When the tick task executes (see OS_TickTask() and also OS_TickListUpdate() in
os_tick.c), it starts by incrementing OSTickCtr and determines which table entry (i.e.,
which spoke) needs to be processed. Then, if there are tasks in the list at this entry (i.e.,
.FirstPtr is not NULL), each OS_TCB is examined to determine whether the
.TickCtrMatch value matches OSTickCtr and, if so, we remove the OS_TCB from the list.
If the task is only waiting for time to expire, it will be placed in the ready list (described
later). If the task is pending on an object, not only will the task be removed from the tick
133
Chapter 5
list, but it will also be removed from the list of tasks waiting on that object. The search
through the list terminates as soon as OSTickCtr does not match the tasks .TickCtrMatch
value; since there is no point in looking any further in the list.
Note that OS_TickTask() does most of its work in a critical section when the tick list is
updated. However, because the list is sorted, the critical section has a chance to be fairly short.
134
Task Management
(1)
{
OS_ERR err;
:
OSInit(&err);
(2)
if (err != OS_ERR_NONE) {
/* Something wasnt configured properly, C/OS-III not properly initialized
}
/* (3) Create ONE task (well call it AppTaskStart() for sake of discussion)
:
OSStart(&err);
(4)
*/
*/
*/
*/
*/
L5-5(1)
The C compiler should start up the CPU and bring it to main() as is typical in
most C applications.
L5-5(2)
L5-5(3)
135
Chapter 5
Normally, C/OS-III allows the user to create as many tasks as are necessary
prior to calling OSStart(). However, when the statistic task is used to compute
overall CPU utilization, it is necessary to create only one task.
L5-5(4)
You need to call OSStart() to let C/OS-III start the highest-priority task
which, in our case is AppTaskStart(). At this point, there should be either
four (4) to six (6) tasks created depending on configuration option:
OS_IdleTask(), OS_TickTask(), OS_StatTask(), OS_TmrTask() (optional),
OS_IntQTask() (optional) and now AppTaskStart().
L5-5(5)
The start task should then configure and enable tick interrupts. This most likely
requires that the user initialize the hardware timer used for the clock tick and
have it interrupt at the rate specified by OS_CFG_TICK_RATE_HZ (see
os_cfg_app.h). Additionally, Micrim provides sample projects that include a
basic board-support package (BSP). The BSP initializes many aspects of the
CPU as well as the periodic time source required by C/OS-III. If available, the
user may utilize BSP services by calling BSP_Init() from the startup task. After
this point, no further time source initialization is required by the user.
L5-5(6)
For example, if when redoing the test, OSStatTaskCtr reaches 7,500,000 the
CPU is busy 25% of its time running application tasks:
136
Task Management
L5-5(7)
137
Chapter 5
OS_TmrTask() is a periodic task using the same interrupt source that was used to generate
clock ticks. However, timers are generally updated at a slower rate (i.e., typically 10 Hz).
This is accomplished by dividing down the timer tick rate in software. In other words, if the
tick rate is 1000 Hz and the desired timer rate is 10 Hz, the timer task will be signaled every
100th tick interrupt as shown in Figure 5-12.
Timer
OS_CFG_TICK_RATE_HZ
(10 to 1000 Hz)
Timer
Task
Tick ISR
Signaled
every:
OS_CFG_TICK_RATE_HZ
second
OS_CFG_TMR_TASK_RATE_HZ
Task Management
5
/RFN8QORFN6FKHGXOHU
'LVDEOH(QDEOH,QWHUUXSWV
,65
+DQGOHU
7DVN
,65
26)ODJ3RVW
2643RVW
266HP3RVW
267DVN43RVW
267DVN6HP3RVW
+ROGLQJ4XHXH
127DOORZHGWRDFFHVV&26,,,
V
5HDG\/LVW 3HQG /LVWVHWF
7DVN
3ULRULW\
26)ODJ3RVW
2643RVW
266HP3RVW
267DVN43RVW
267DVN6HP3RVW
$OORZHGWRDFFHVV&26,,,
V
5HDG\/LVW 3HQG /LVWVHWF
OS_IntQTask() is created by C/OS-III and always runs at priority 0 (i.e., the highest
priority). If OS_CFG_ISR_POST_DEFERRED_EN is set to 1, no other task will be allowed to use
priority 0.
5-7 SUMMARY
A task is a simple program that thinks it has the CPU all to itself. On a single CPU, only one
task executes at any given time. C/OS-III supports multitasking and allows the application
to have any number of tasks. The maximum number of tasks is actually only limited by the
amount of memory (both code and data space) available to the processor.
A task can be implemented as a run-to-completion task in which the task deletes itself when
it is finished or more typically as an infinite loop, waiting for events to occur and processing
those events.
A task needs to be created. When creating a task, it is necessary to specify the address of an
OS_TCB to be used by the task, the priority of the task, an area in RAM for the tasks stack
and a few more parameters. A task can perform computations (CPU bound task), or manage
one or more I/O (Input/Output) devices.
C/OS-III creates up to five internal tasks: the idle task, the tick task, the ISR handler task,
the statistics task, the ISR handler task and the timer task. The idle and tick tasks are always
created while statistics, timer and the ISR handler tasks are optional.
139
Chapter 5
140
Chapter
6
The Ready List
Tasks that are ready to execute are placed in the Ready List. The ready list consists of two
parts: a bitmap containing the priority levels that are ready and a table containing pointers
to all the tasks ready.
141
Chapter 6
Figures 5-1 to 5-3 show the bitmap of priorities that are ready. The width of the table
depends on the data type CPU_DATA (see cpu.h), which can either be 8-, 16- or 32-bits. The
width depends on the processor used.
C/OS-III allows up to OS_CFG_PRIO_MAX different priority levels (see os_cfg.h). In
C/OS-III, a low-priority number corresponds to a high-priority level. Priority level zero (0)
is thus the highest priority level. Priority OS_CFG_PRIO_MAX-1 is the lowest priority level.
C/OS-III uniquely assigns the lowest priority to the idle task and thus, no other tasks are
allowed at this priority level. If there are tasks that are ready-to-run at a given a priority
level, then its corresponding bit is set (i.e., 1) in the bitmap table. Notice in Figures 5-1 to
5-3 that priority levels are numbered from left to right and, the priority level increases
(moves toward lower priority) with an increase in table index. The order was chosen to be
able to use a special instruction called Count Leading Zeros (CLZ), which is found on many
modern processors. This instruction greatly accelerates the process of determining the
highest priority level.
Highest
Priority
Task
8 bits
0 1
4 5 6
OSPrioTbl[0]
Priorities 0 to 7
OSPrioTbl[1]
Priorities 8 to 15
OSPrioTbl[2]
Priorities 16 to 23
Priorities
OS_CFG_PRIO_MAX-8
to
OS_CFG_PRIO_MAX-1
OSPrioTbl[OS_PRIO_TBL_SIZE-1]
0
Lowest
Priority
Task
142
Highest
Priority
Task
16 bits
0 1
4 5 6
8 9 10 11 12 13 14 15
OSPrioTbl[0]
Priorities 0 to 15
OSPrioTbl[1]
Priorities 16 to 31
OSPrioTbl[2]
Priorities 32 to 47
Priorities
OS_CFG_PRIO_MAX-16
to
OS_CFG_PRIO_MAX-1
OSPrioTbl[OS_PRIO_TBL_SIZE-1]
15
Lowest
Priority
Task
Highest
Priority
Task
32 bits
0 1
4 5 6
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
OSPrioTbl[0]
Priorities 0 to 31
OSPrioTbl[1]
Priorities 32 to 63
OSPrioTbl[2]
Priorities 64 to 96
Priorities
OS_CFG_PRIO_MAX-32
to
OS_CFG_PRIO_MAX-1
OSPrioTbl[OS_PRIO_TBL_SIZE-1]
31
0
Lowest
Priority
Task
143
Chapter 6
os_prio.c contains the code to set, clear, and search the bitmap table. These functions are
internal to C/OS-III and are placed in os_prio.c to allow them to be optimized in
assembly language by replacing os_prio.c with an assembly language equivalent
OS_PRIO.ASM, if necessary.
Function
Description
OS_PrioGetHighest()
OS_PrioInsert()
OS_PrioRemove()
To determine the highest priority level that contains ready-to-run tasks, the bitmap table is
scanned until the first bit set in the lowest bit position is found using OS_PrioGetHighest().
The code for this function is shown in Listing 6-1.
prio = (OS_PRIO)0;
p_tbl = &OSPrioTbl[0];
while (*p_tbl == (CPU_DATA)0) {
prio += DEF_INT_CPU_NBR_BITS;
p_tbl++;
}
prio += (OS_PRIO)CPU_CntLeadZeros(*p_tbl);
return (prio);
(1)
(2)
(3)
L6-1(1)
144
L6-1(2)
L6-1(3)
Each time a zero entry is found, we move to the next table entry and increment
prio by the width (in number of bits) of each entry. If each entry is 32-bits
wide, prio is incremented by 32.
Once the first non-zero entry is found, the number of leading zeros of that
entry is simply added and we return the priority level back to the caller.
Counting the number of zeros is a CPU-specific function so that if a particular
CPU has a built-in CLZ instruction, it is up to the implementer of the CPU port
to take advantage of this feature. If the CPU used does not provide that
instruction, the functionality must be implemented in C.
The function CPU_CntLeadZeros() simply counts how many zeros there are in a CPU_DATA
entry starting from the left (i.e., most significant bit). For example, assuming 32 bits,
0xF0001234 results in 0 leading zeros and 0x00F01234 results in 8 leading zeros.
At first view, the linear path through the table might seem inefficient. However, if the number
of priority levels is kept low, the search is quite fast. In fact, there are several optimizations to
streamline the search. For example, if using a 32-bit processor and you are satisfied with
limiting the number of different priority levels to 64, the above code can be optimized as
shown in Listing 6-2. In fact, some processors have built-in Count Leading Zeros instructions
and thus, the code can even be written with just a few lines of assembly language instead of
C. Remember that with C/OS-III, 64 priority levels does not mean that the user is limited to
64 tasks since with C/OS-III, any number of tasks are possible at a given priority level
(except 0 and OS_CFG_PRIO_MAX-1).
if (OSPrioTbl[0] != (OS_PRIO_BITMAP)0) {
prio = OS_CntLeadZeros(OSPrioTbl[0]);
} else {
prio = OS_CntLeadZeros(OSPrioTbl[1]) + 32;
}
return (prio);
}
145
Chapter 6
Tasks that are ready-to-run are placed in the Ready List. As shown in Figure 6-4, the ready
list is an array (OSRdyList[]) containing OS_CFG_PRIO_MAX entries, with each entry defined
by the data type OS_RDY_LIST (see os.h). An OS_RDY_LIST entry consists of three fields:
.Entries, .TailPtr and .HeadPtr.
.Entries contains the number of ready-to-run tasks at the priority level corresponding to
the entry in the ready list. .Entries is set to zero (0) if there are no tasks ready-to-run at a
given priority level.
.TailPtr and .HeadPtr are used to create a doubly linked list of all the tasks that are
ready at a specific priority. .HeadPtr points to the head of the list and .TailPtr points to
its tail.
The index into the array is the priority level associated with a task. For example, if a task
is created at priority level 5 then it will be inserted in the table at OSRdyList[5] if that task
is ready-to-run.
Table 6-2 shows the functions that C/OS-III uses to manipulate entries in the ready list.
These functions are found in os_core.c and are internal to C/OS-III so, the application
code must never call them.
Function
Description
OS_RdyListInit()
OS_RdyListInsert()
OS_RdyListInsertHead()
OS_RdyListInsertTail()
OS_RdyListMoveHeadToTail()
OS_RdyListRemove()
146
OS_RDY_LIST
OSRdyList[0]
OSRdyList[OS_CFG_PRIO_MAX]
TailPtr
Entries = 0
HeadPtr
[1]
TailPtr
Entries = 0
HeadPtr
[2]
TailPtr
Entries = 0
HeadPtr
[3]
TailPtr
Entries = 0
HeadPtr
[4]
TailPtr
Entries = 0
HeadPtr
[5]
TailPtr
Entries = 0
HeadPtr
TailPtr
OSRdyList[OS_CFG_PRIO_MAX-1]
Entries = 0
HeadPtr
0
0
0
0
0
0
0
0
0
0
0
0
0
0
Figure 6-4 Empty Ready List
Assuming all internal C/OS-IIIs tasks are enabled, Figure 6-5 shows the state of the ready
list after calling OSInit() (i.e., C/OS-IIIs initialization). It is assumed that each C/OS-III
task had a unique priority. With C/OS-III, this does not have to be the case.
F6-4(1)
F6-4(2)
The list points to OS_TCBs. Only relevant fields of the TCB are shown. The
.PrevPtr and .NextPtr are used to form a doubly linked list of OS_TCBs
associated to tasks at the same priority. For the idle task, these fields always
point to NULL.
F6-4(3)
147
Chapter 6
OS_RDY_LIST
OSRdyList[OS_PRIO_MAX]
OSIntQTaskTCB
OSRdyList[0]
TailPtr
PrevPtr NextPtr
Entries = 1
HeadPtr
- Other Fields -
(3)
OSTickTaskTCB
OSRdyList[OS_CFG_TICK_TASK_PRIO]
TailPtr
PrevPtr NextPtr
Entries = 1
HeadPtr
(4)
- Other Fields -
OSTmrTaskTCB
OSRdyList[OS_CFG_TMR_TASK_PRIO]
PrevPtr NextPtr
TailPtr
Entries = 1
- Other Fields -
HeadPtr
(4)
OSStatTaskTCB
OSRdyList[OS_CFG_STAT_TASK_PRIO]
PrevPtr NextPtr
TailPtr
Entries = 1
- Other Fields -
HeadPtr
(4)
(5)
OSIdleTaskTCB
PrevPtr NextPtr
TailPtr
OSRdyList[OS_PRIO_MAX-1]
Entries = 1
- Other Fields -
HeadPtr
(1)
(2)
F6-5(1)
The tick task and the other three optional tasks have their own priority level, as
shown. Typically, you would set the priority of the tick task higher than the
timer task and, the timer task higher in priority than the statistic task.
F6-5(2)
Both the tail and head pointers point to the same TCB when there is only one
TCB at a given priority level.
148
PrevPtr NextPtr
HeadPtr
Entries = 2
- Other Fields -
TailPtr
(1)
BEFORE
PrevPtr NextPtr
- Other Fields -
0
OSRdyList[prio]
PrevPtr NextPtr
HeadPtr
Entries = 3
- Other Fields -
TailPtr
(3)
PrevPtr NextPtr
- Other Fields -
AFTER
(3)
(3)
(3)
(2)
PrevPtr NextPtr
- Other Fields -
(3)
0
F6-6(1)
Before calling OSTaskCreate() (in this example), two tasks were in the ready
list at priority prio.
F6-6(2)
Chapter 6
F6-6(3)
6-4 SUMMARY
C/OS-III supports any number of different priority levels. However, 256 different priority
levels should be sufficient for the most complex applications and most systems will not
require more than 64 levels.
The ready list consist of two data structures: a bitmap table that keeps track of which priority
level is ready, and a table containing a list of all the tasks ready at each priority level.
Processors having count leading zeros instructions can accelerate the table lookup process
used in determining the highest priority task.
150
Chapter
7
Scheduling
The scheduler, also called the dispatcher, is a part of C/OS-III responsible for determining
which task runs next. C/OS-III is a preemptive, priority-based kernel. As we have seen,
each task is assigned a priority based on its importance. The priority for each task depends
on the application, and C/OS-III supports multiple tasks at the same priority level.
The word preemptive means that when an event occurs, and that event makes a more
important task ready-to-run, then C/OS-III will immediately give control of the CPU to that
task. Thus, when a task signals or sends a message to a higher-priority task, the current task
is suspended and the higher-priority task is given control of the CPU. Similarly, if an
Interrupt Service Routine (ISR) signals or sends a message to a higher priority task, when
the message has been sent, the interrupted task remains suspended, and the new higher
priority task resumes.
151
Chapter 7
C/OS-III handles event posting from interrupts using two different methods: Direct and
Deferred Post. These will be discussed in greater detail in Chapter 9, Interrupt
Management on page 175. From a scheduling point of view, the end result of the two
methods is the same; the highest priority ready task will receive the CPU as shown in
Figures 6-1 and 6-2.
,65
,65
&26,,,
+LJK3ULRULW\
7DVN
/RZ3ULRULW\
7DVN
7DVN
7DVN
7DVN
Figure 7-1 Preemptive scheduling Direct Method
F7-1(1)
F7-1(2)
If interrupts are enabled, the CPU vectors (i.e., jumps) to the ISR that is
responsible for servicing the interrupting device.
F7-1(3)
The ISR services the device and signals or sends a message to a higher-priority
task waiting to service this device. This task is thus ready-to-run.
F7-1(4)
When the ISR completes its work it makes a service call to C/OS-III.
F7-1(5)
F7-1(6)
152
Scheduling
F7-1(7)
F7-1(8)
F7-1(9)
F7-1(10)
F7-1(11)
The higher priority task services the interrupting device and, when finished,
calls C/OS-III asking it to wait for another interrupt from the device.
C/OS-III blocks the high-priority task until the next time the device needs
servicing. Since the device has not interrupted a second time, C/OS-III
switches back to the original task (the one that was interrupted).
The interrupted task resumes execution, exactly at the point where it was
interrupted.
Figure 7-2 shows that C/OS-III performs a few extra steps when it is configured for the
Deferred Post method. Notice that the end results is the same; the high-priority task
preempts the low-priority one.
,65
,65
&26,,,
&26,,,
,65 +DQGOHU
+LJK3ULRULW\
7DVN
/RZ3ULRULW\
7DVN
7DVN
7DVN
7DVN
Figure 7-2 Preemptive scheduling Deferred Post Method
153
Chapter 7
F7-2(1)
The ISR services the device and, instead of signaling or sending the message to
the task, C/OS-III (through the POST call) places the post call into a special
queue and makes a very high-priority task (actually the highest-possible
priority) ready-to-run. This task is called the ISR Handler Task.
F7-2(2)
When the ISR completes its work, it makes a service call to C/OS-III.
F7-2(3)
F7-2(4)
F7-2(5)
F7-2(6)
Since the ISR made the ISR Handler Task ready-to-run, C/OS-III switches to
that task.
The ISR Handler Task then removes the post call from the message queue and
reissues the post. This time, however, it does it at the task level instead of the
ISR level. The reason this extra step is performed is to keep interrupt disable
time as small as possible. See Chapter 9, Interrupt Management on page 175
to find out more on the subject. When the queue is emptied, C/OS-III
removes the ISR Handler Task from the ready list and switches to the task that
was signaled or sent a message.
154
Scheduling
A task waits for an event to occur and the event has not yet occurred:
This occurs when one of the OS???Pend() functions are called. The task is placed in the
wait list for the event and, if a non-zero timeout is specified, the task is also inserted in the
list of tasks waiting to timeout. The scheduler is then called to select the next most
important task to run.
If a task aborts a pend:
A task is able to abort the wait (i.e., pend) of another task by calling OS???PendAbort().
Scheduling occurs when the task is removed from the wait list for the specified kernel
object.
If a task is created:
The newly created task may have a higher priority than the tasks creator. In this case, the
scheduler is called.
If a task is deleted:
When terminating a task, the scheduler is called if the current task is deleted.
If a kernel object is deleted:
If you delete an event flag group, a semaphore, a message queue, or a mutual exclusion
semaphore, if tasks are waiting on the kernel object, those tasks will be made ready-to-run
and the scheduler will be called to determine if any of the tasks have a higher priority than
the task that deleted the kernel object. Those tasks will be notified that the kernel object
was deleted.
A task changes the priority of itself or another task:
The scheduler is called when a task changes the priority of another task (or itself) and the
new priority of that task is higher than the task that changed the priority.
A task suspends itself by calling OSTaskSuspend():
The scheduler is called since the task that called OSTaskSuspend() is no longer able to
execute. The suspended task must be resumed by another task.
A task resumes another task that was suspended by OSTaskSuspend():
The scheduler is called if the resumed task has a higher priority than the task that calls
OSTaskResume().
155
Chapter 7
156
Scheduling
7LPH
4XDQWD
7LFN ,65
&26,,,
7DVN
3ULRULW\;
7DVN
7DVN
7DVN
3ULRULW\;
7DVN
3ULRULW\;
7DVN
7DVN
7DVN
7DVN
7DVN
Figure 7-3 Round Robin Scheduling
F7-3(1)
Task #3 is executing. During that time, a tick interrupt occurs but the time
quanta have not expired yet for Task #3.
F7-3(2)
On the 4th tick interrupt, the time quanta for Task #3 expire.
F7-3(3)
C/OS-III resumes Task #1 since it was the next task in the list of tasks at
priority X that was ready-to-run.
F7-3(4)
Task #1 executes until its time quanta expires (i.e., after four ticks).
F7-3(5)
F7-3(6)
F7-3(7)
F7-3(8)
Here Task #3 executes but decides to give up its time quanta by calling the
C/OS-III function OSSchedRoundRobinYield(), which causes the next task in
the list of tasks ready at priority X to execute. An interesting thing occurred
when C/OS-III scheduled Task #1. It reset the time quanta for that task to four
ticks so that the next time quanta will expire four ticks from this point.
Task #1 executes for its full time quanta.
157
Chapter 7
C/OS-III allows the user to change the default time quanta at run time through the
OSSchedRoundRobinCfg() function (see Appendix A, C/OS-III API Reference on
page 443). This function also allows round robin scheduling to be enabled/disabled, and
the ability to change the default time quanta.
7
C/OS-III also enables the user to specify the time quanta on a per-task basis. One task
could have a time quanta of 1 tick, another 12, another 3, and yet another 7, etc. The time
quanta of a task is specified when the task is created. The time quanta of a task may also be
changed at run time through the function OSTaskTimeQuantaSet().
OSPrioTbl[]
OSRdyList[0]
[1]
[2]
[3]
[4]
OSRdyList[OS_CFG_PRIO_MAX-2]
Idle Task
OSRdyList[OS_CFG_PRIO_MAX-1]
OS_TCBs
Figure 7-4 Priority ready bitmap and Ready list
158
Scheduling
7-4-1 OSSched()
The pseudo code for the task level scheduler, OSSched() (see os_core.c) is shown in
Listing 7-1.
7
void
{
OSSched (void)
Disable interrupts;
if (OSIntNestingCtr > 0) {
return;
}
if (OSSchedLockNestingCtr > 0) {
return;
}
Get highest priority ready;
Get pointer to OS_TCB of next highest priority task;
if (OSTCBNHighRdyPtr != OSTCBCurPtr) {
Perform task level context switch;
}
Enable interrupts;
(1)
(2)
(3)
(4)
(5)
L7-1(1)
L7-1(2)
The next step is to make sure the scheduler is not locked. If your code called
OSSchedLock() then the user does not want to run the scheduler and
OSSchedLock() just returns.
L7-1(3)
L7-1(4)
Once it is known which priority is ready, the priority is used as an index into the
OSRdyList[] and we extract the OS_TCB at the head of the list (i.e.,
OSRdyList[highest priority].HeadPtr). At this point, we know which
159
Chapter 7
OS_TCB to switch to and which OS_TCB to save to as this was the task that
called OSSched(). Specifically, OSTCBCurPtr points to the current tasks
OS_TCB and OSTCBHighRdyPtr points to the new OS_TCB to switch to.
7
L7-1(5)
If the user is not attempting to switch to the same task that is currently running,
OSSched() calls the code that will perform the context switch (see Chapter 8,
Context Switching on page 165). As the code indicates, however, the task
level scheduler calls a task-level function to perform the context switch.
Notice that the scheduler and the context switch runs with interrupts disabled. This is
necessary because this process needs to be atomic.
7-4-2 OSIntExit()
The pseudo code for the ISR level scheduler, OSIntExit() (see os_core.c) is shown in
Listing 7-2. Note that interrupts are assumed to be disabled when OSIntExit() is called.
(1)
(2)
(3)
(4)
(5)
(6)
L7-2(1)
160
OSIntExit() starts by making sure that the call to OSIntExit() will not cause
OSIntNestingCtr to wrap around. This would be an unlikely occurrence, but
not worth verifying that its not.
Scheduling
L7-2(2)
L7-2(3)
L7-2(4)
Finally, this is the last nested ISR (we are returning to task-level code) and the
scheduler is not locked. Therefore, we need to find the highest priority task
that needs to run.
L7-2(5)
L7-2(6)
If the highest-priority task is not the current task, C/OS-III performs an ISR
level context switch. The ISR level context switch is different as it is assumed
that the interrupted tasks context was saved at the beginning of the ISR and we
only need to restore the context of the new task to run. This is described in
Chapter 8, Context Switching on page 165.
7-4-3 OS_SchedRoundRobin()
When the time quanta for a task expires and there are multiple tasks at the same
priority, C/OS-III will select and run the next task that is ready-to-run at the current
priority. OS_SchedRoundRobin() is the code used to perform this operation.
OS_SchedRoundRobin() is either called by OSTimeTick() or OS_IntQTask().
OS_SchedRoundRobin() is found in os_core.c.
OS_SchedRoundRobin() is called by OSTimeTick() if you selected the Direct Method of
posting (see Chapter 9, Interrupt Management on page 175). OS_SchedRoundRobin() is
called by OS_IntQTask() if you selected the Deferred Post Method of posting, described in
Chapter 8.
The pseudo code for the round-robin scheduler is shown in Listing 7-3.
161
Chapter 7
void
OS_SchedRoundRobin (void)
{
if (OSSchedRoundRobinEn != TRUE) {
return;
}
if (Time quanta counter > 0) {
Decrement time quanta counter;
}
if (Time quanta counter > 0) {
return;
}
if (Number of OS_TCB at current priority level < 2) {
return;
}
if (OSSchedLockNestingCtr > 0) {
return;
}
Move OS_TCB from head of list to tail of list;
Reload time quanta for current task;
(1)
(2)
(3)
(4)
(5)
(6)
L7-3(1)
L7-3(2)
The time quanta counter, which resides inside the OS_TCB of the running task, is
decremented. If the value is still non-zero then OS_SchedRoundRobin() returns.
L7-3(3)
L7-3(4)
L7-3(5)
Next, OS_SchedRoundRobin() moves the OS_TCB of the current task from the
head of the ready list to the end.
162
Scheduling
L7-3(6)
The time quanta for the task at the head of the list is loaded. Each task may specify
its own time quanta when the task is created or through OSTaskTimeQuantaSet().
If you set the task time quanta to 0 then C/OS-III assumes the default time
quanta,
which
corresponds
to
the
value
in
the
variable
OSSchedRoundRobinDfltTimeQuanta.
7-5 SUMMARY
C/OS-III is a preemptive scheduler so it will always execute the highest priority task that is
ready-to-run.
C/OS-III allows for multiple tasks at the same priority. If there are multiple ready-to-run
tasks, C/OS-III will round robin between these tasks.
Scheduling occurs at specific scheduling points when the application calls C/OS-III
functions.
C/OS-III has two schedulers: OSSched(), which is called by task-level code, and
OSIntExit() called at the end of each ISR.
163
Chapter 7
164
Chapter
8
Context Switching
When C/OS-III decides to run a different task (see Chapter 7, Scheduling on page 151), it
saves the current tasks context, which typically consists of the CPU registers, onto the
current tasks stack and restores the context of the new task and resumes execution of that
task. This process is called a Context Switch.
Context switching adds overhead. The more registers a CPU has, the higher the overhead.
The time required to perform a context switch is generally determined by how many
registers must be saved and restored by the CPU.
The context switch code is generally part of a processors port of C/OS-III. A port is the
code needed to adapt C/OS-III to the desired processor. This code is placed in special C
and assembly language files: os_cpu.h, os_cpu_c.c and os_cpu_a.asm. Chapter 18,
Porting C/OS-III on page 355, Porting C/OS-III provides more details on the steps
needed to port C/OS-III to different CPU architectures.
In this chapter, we will discuss the context switching process in generic terms using a fictitious
CPU as shown in Figure 8-1. Our fictitious CPU contains 16 integer registers (R0 to R15), a
separate ISR stack pointer, and a separate status register (SR). Every register is 32 bits wide and
each of the 16 integer registers can hold either data or an address. The program counter (or
instruction pointer) is R15 and there are two separate stack pointers labeled R14 and R14. R14
represents a task stack pointer (TSP), and R14 represents an ISR stack pointer (ISP). The CPU
automatically switches to the ISR stack when servicing an exception or interrupt. The task stack
is accessible from an ISR (i.e., we can push and pop elements onto the task stack when in an
ISR), and the interrupt stack is also accessible from a task.
165
Chapter 8
ELW
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
7DVN6WDFN3RLQWHU763
,65 6WDFN3RLQWHU,63
3URJUDP&RXQWHU
65
In C/OS-III, the stack frame for a ready task is always setup to look as if an interrupt has
just occurred and all processor registers were saved onto it. Tasks enter the ready state upon
creation and thus their stack frames are pre-initialized by software in a similar manner.
Using our fictitious CPU, well assume that a stack frame for a task that is ready to be
restored is shown in Figure 8-2.
The task stack pointer points to the last register saved onto the tasks stack. The program
counter (PC or R15) and status register (SR) are the first registers saved onto the stack. In
fact, these are saved automatically by the CPU when an exception or interrupt occurs
(assuming interrupts are enabled) while the other registers are pushed onto the stack by
software in the exception handler. The stack pointer (SP or R14) is not actually saved on the
stack but instead is saved in the tasks OS_TCB.
166
Context Switching
The interrupt stack pointer points to the current top-of-stack for the interrupt stack, which is
a different memory area. When an ISR executes, the processor uses R14 as the stack pointer
for function calls and local arguments.
/RZ
0HPRU\
$GGUHVV
5
5
5
5
7DVN
6WDFN
3RLQWHU763
5
5
5
5
5
5
5
5
,QWHUUXSW
6WDFN
3RLQWHU,63
7RS2I
,QWHUUXSW
6WDFN
5
5
5
5
+LJK
0HPRU\
$GGUHVV
5
3URJUDP&RXQWHU
65
6WDWXV5HJLVWHU
Figure 8-2 CPU register stacking order of ready task
There are two types of context switches: one performed from a task and another from an
ISR. The task level context switch is implemented by the code in OSCtxSw(), which is
actually invoked by the macro OS_TASK_SW(). A macro is used as there are many ways to
invoke OSCtxSw() such as software interrupts, trap instructions, or simply calling the
function.
The ISR context switch is implemented by OSIntCtxSw(). The code for both functions is
typically written in assembly language and is found in a file called os_cpu_a.asm.
167
Chapter 8
8-1 OSCtxSw()
OSCtxSw() (see os_cpu_a.asm) is called when the task level scheduler (OSSched())
determines that a new high priority task needs to execute. Figure 8-3 shows the state of
several C/OS-III variables and data structures just prior to calling OSCtxSw().
8
26B7&%
26B7&%
5$0
6WN3WU
5$0
267&%+LJK5G\3WU
267&%&XU3WU
6WN3WU
&38
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5$0
/RZ
0HPRU\
$GGUHVV
5
5
5
5
5
5
5
5
5
5
5
5
5
5 763
5 3&
5 3&
65
65
5$0
+LJK
0HPRU\
$GGUHVV
F8-3(1)
OSTCBCurPtr points to the OS_TCB of the task that is currently running and that
called OSSched().
F8-3(2)
OSSched() finds the new task to run by having OSTCBHighRdyPtr point to its
OS_TCB.
168
Context Switching
F8-3(3)
F8-3(4)
When C/OS-III creates or suspends a task, it always leaves the stack frame to
look as if an interrupt just occurred and all the registers saved onto it. This
represents the expected state of the task so it can be resumed.
F8-3(5)
The CPUs stack pointer points within the stack area (i.e., RAM) of the task that
called OSSched(). Depending on how OSCtxSw() is invoked, the stack pointer
may be pointing at the return address of OSCtxSw().
Figure 8-4 shows the steps involved in performing the context switch as implemented by
OSCtxSw().
6WN3WU
267&%+LJK5G\3WU
267&%&XU3WU
6WN3WU
/RZ
0HPRU\
$GGUHVV
&38
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5 3&
5 763
5 3&
65
5 3&
65
5$0
65
5$0
5
+LJK
0HPRU\
$GGUHVV
169
Chapter 8
F8-4(1)
OSCtxSw() begins by saving the status register and program counter of the
current task onto the current tasks stack. The saving order of register depends
on how the CPU expects the registers on the stack frame when an interrupt
occurs. In this case, it is assumed that the SR is stacked first. The remaining
registers are then saved onto the stack.
F8-4(2)
OSCtxSw() saves the contents of the CPUs stack pointer into the OS_TCB of the
task being context switched out. In other words, OSTCBCurPtr->StkPtr =
R14.
F8-4(3)
OSCtxSw() then loads the CPU stack pointer with the saved top-of-stack from
the new tasks OS_TCB. In other words, R14 = OSTCBHighRdyPtr->StkPtr.
F8-4(4)
Finally, OSCtxSw() retrieves the CPU register contents from the new stack. The
program counter and status registers are generally retrieved at the same time by
executing a return from interrupt instruction.
8-2 OSIntCtxSw()
OSIntCtxSw() (see os_cpu_a.asm) is called when the ISR level scheduler (OSIntExit())
determines that a new high priority task is ready to execute. Figure 8-5 shows the state of
several C/OS-III variables and data structures just prior to calling OSIntCtxSw().
170
Context Switching
6WN3WU
/RZ
0HPRU\
$GGUHVV
+LJK
0HPRU\
$GGUHVV
267&%+LJK5G\3WU
267&%&XU3WU
6WN3WU
&38
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5 3&
5 763
5 3&
65
5 3&
65
5$0
65
5$0
/RZ
0HPRU\
$GGUHVV
+LJK
0HPRU\
$GGUHVV
C/OS-III assumes that CPU registers are saved onto the tasks stack at the beginning of an
ISR (see Chapter 9, Interrupt Management on page 175). Because of this, notice that
OSTCBCurPtr->StkPtr contains a pointer to the top-of-stack pointer of the task being
suspended (the one on the left). OSIntCtxSw() does not have to worry about saving the
CPU registers of the suspended task since that has already been done.
Figure 8-6 shows the operations performed by OSIntCtxSw() to complete the second half
of the context switch. This is exactly the same process as the second half of OSCtxSw().
171
Chapter 8
6WN3WU
267&%+LJK5G\3WU
267&%&XU3WU
6WN3WU
/RZ
0HPRU\
$GGUHVV
+LJK
0HPRU\
$GGUHVV
&38
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5 3&
5 763
5 3&
65
5 3&
65
5$0
65
5$0
/RZ
0HPRU\
$GGUHVV
+LJK
0HPRU\
$GGUHVV
F8-6(1)
OSIntCtxSw() loads the CPU stack pointer with the saved top-of-stack from
the new tasks OS_TCB. R14 = OSTCBHighRdyPtr->StkPtr.
F8-6(2)
OSIntCtxSw() then retrieves the CPU register contents from the new stack.
The program counter and status registers are generally retrieved at the same
time by executing a return from interrupt instruction.
172
Context Switching
8-3 SUMMARY
A context switch consists of saving the context (i.e., CPU registers) associated with one task
and restoring the context of a new, higher-priority task.
The new task to be switched to is determined by OSSched() when a context switch is
initiated by task level code, and OSIntExit() when initiated by an ISR.
OSCtxSw() performs the context switch for OSSched() and OSIntCtxSw() performs the
context switch for OSIntExit(). However, OSIntCtxSw() only needs to perform the
second half of the context switch because it is assumed that the ISR saved CPU registers
upon entry to the ISR.
173
Chapter 8
174
Chapter
9
Interrupt Management
An interrupt is a hardware mechanism used to inform the CPU that an asynchronous event
occurred. When an interrupt is recognized, the CPU saves part (or all) of its context (i.e.,
registers) and jumps to a special subroutine called an Interrupt Service Routine (ISR). The
ISR processes the event, and upon completion of the ISR the program either returns to
the interrupted task, or the highest priority task, if the ISR made a higher priority task
ready-to-run.
Interrupts allow a microprocessor to process events when they occur (i.e., asynchronously),
which prevents the microprocessor from continuously polling (looking at) an event to see if
it occurred. Task level response to events is typically better using interrupt mode as
opposed to polling mode. Microprocessors allow interrupts to be ignored or recognized
through the use of two special instructions: disable interrupts and enable interrupts,
respectively.
In a real-time environment, interrupts should be disabled as little as possible. Disabling
interrupts affects interrupt latency possibly causing interrupts to be missed.
Processors generally allow interrupts to be nested, which means that while servicing an
interrupt, the processor recognizes and services other (more important) interrupts.
One of the most important specifications of a real-time kernel is the maximum amount of time
that interrupts are disabled. This is called interrupt disable time. All real-time systems disable
interrupts to manipulate critical sections of code and re-enable interrupts when critical sections
are completed. The longer interrupts are disabled, the higher the interrupt latency.
Interrupt response is defined as the time between the reception of the interrupt and the start
of the user code that handles the interrupt. Interrupt response time accounts for the entire
overhead involved in handling an interrupt. Typically, the processors context (CPU
registers) is saved on the stack before the user code is executed.
175
Chapter 9
Interrupt recovery is dened as the time required for the processor to return to the
interrupted code or to a higher priority task if the ISR made such a task ready-to-run.
Task latency is defined as the time it takes from the time the interrupt occurs to the time task
level code resumes.
Device
Interrupt
Device
Interrupt
Disable
Interrupt
Controller
Device
Interrupt
Device
Interrupt
Interrupt
CPU
Enable
CPU Interrupt
Enable/Disable
Figure 9-1 Interrupt controllers
Modern interrupt controllers have built-in intelligence that enable the user to prioritize
interrupts, remember which interrupts are still pending and, in many cases, have the interrupt
controller provide the address of the ISR (also called the vector address) directly to the CPU.
176
Interrupt Management
If global interrupts (i.e., the switch in Figure 9-1) are disabled, the CPU will ignore
requests from the interrupt controller, but they will be held pending by the interrupt
controller until the CPU re-enables interrupts.
CPUs deal with interrupts using one of two models:
1
Before discussing these two methods, it is important to understand how C/OS-III handles
CPU interrupts.
MyISR:
(1)
Disable all interrupts;
(2)
Save the CPU registers;
(3)
OSIntNestingCtr++;
(4)
if (OSIntNestingCtr == 1) {
(5)
OSTCBCurPtr->StkPtr = Current tasks CPU stack pointer register value;
}
Clear interrupting device;
(6)
Re-enable interrupts (optional);
(7)
Call user ISR;
(8)
OSIntExit();
(9)
Restore the CPU registers;
(10)
Return from interrupt;
(11)
177
Chapter 9
L9-1(1)
L9-1(2)
It is important that all interrupts are disabled before going any further. Some
processors have interrupts disabled whenever an interrupt handler starts.
Others require the user to explicitly disable interrupts as shown here. This step
may be tricky if a processor supports different interrupt priority levels.
However, there is always a way to solve the problem.
L9-1(3)
The first thing the interrupt handler must do is save the context of the CPU
onto the interrupted tasks stack. On some processors, this occurs
automatically. However, on most processors it is important to know how to
save the CPU registers onto the tasks stack. You should save the full context
of the CPU, which may also include Floating-Point Unit (FPU) registers if the
CPU used is equipped with an FPU.
L9-1(5)
If this is the first nested interrupt, you need to save the current value of the
stack pointer of the interrupted task into its OS_TCB. The global pointer
OSTCBCurPtr conveniently points to the interrupted tasks OS_TCB. The very
178
Interrupt Management
first field in OS_TCB is where the stack pointer needs to be saved. In other
words, OSTCBCurPtr->StkPtr happens to be at offset 0 in the OS_TCB (this
greatly simplifies assembly language).
L9-1(6)
At this point, you need to clear the interrupting device so that it does not
generate the same another interrupt. However, most people defer the clearing of
the source and prefer to perform the action within the user ISR handler in C.
L9-1(7)
L9-1(8)
L9-1(9)
When the ISR completes, you must call OSIntExit() to tell C/OS-III that the
ISR has completed. OSIntExit() simply decrements OSIntNestingCtr and, if
OSIntNestingCtr reaches 0, this indicates that the ISR is about to return to
task-level code (instead of a previously interrupted ISR). C/OS-III will need to
determine whether there is a higher priority task that needs to run because of
one of the nested ISRs. In other words, the ISR might have signaled or sent a
message to a higher- priority task waiting for this signal or message. In this
case, C/OS-III will context switch to this higher priority task instead of
returning to the interrupted task. In this latter case, OSIntExit() does not
actually return, but takes a different path.
179
Chapter 9
L9-1(10)
L9-1(11)
The ISR performs a return from interrupts and so resumes the interrupted task.
NOTE: From this point on, (1) to (6) will be referred to as the ISR Prologue and (9) to (11)
as the ISR Epilogue.
MyShortISR:
Save enough registers as needed by the ISR;
Clear interrupting device;
DO NOT re-enable interrupts;
Call user ISR;
Restore the saved CPU registers;
Return from interrupt;
(1)
(2)
(3)
(4)
(5)
(6)
(7)
L9-2(1)
L9-2(2)
L9-2(3)
The user probably needs to clear the interrupting device to prevent it from
generating the same interrupt once the ISR returns.
180
Interrupt Management
L9-2(4)
Do not re-enable interrupts at this point since another interrupt could make
C/OS-III calls, forcing a context switch to a higher-priority task. This means
that the above ISR would complete, but at a much later time.
L9-2(5)
Now you can take care of the interrupting device in assembly language or call
a C function, if necessary.
L9-2(6)
L9-2(7)
HIGH
15
Priority
14
13
12
11
Non-Kernel
Aware
Interrupts
(3)
10
(1) Interrupt
Priorities
9
8
7
6
5
4
Kernel
Aware
(2)
Interrupts
3
2
1
0
0
1
2
Task
3
4
Priorities
OS_CFG_PRIO_MAX-3
LOW
OS_CFG_PRIO_MAX-2
OS_CFG_PRIO_MAX-1
Priority
Figure 9-2 Kernel Aware and Non-Kernel Aware Interrupts
181
Chapter 9
F9-2(1)
F9-2(2)
The designed of the product decided that interrupt levels 0 through 12 will be
allowed to make C/OS-III post calls to notify tasks that are assigned to
service these interrupts. Its important to note that disabling interrupts (when
entering critical sections) for task aware interrupts means raising the interrupt
mask to level 12. In other words, interrupt levels 0 through 11 would be
disabled but, levels 12 and above would be allowed.
F9-2(3)
Listing 9-3 shows how to implement non-kernel aware ISRs when the processor supports
multiple interrupt priorities.
MyNonKernelAwareISR:
Save enough registers as needed by the ISR;
Clear interrupting device;
Call user ISR;
Restore the saved CPU registers;
Return from interrupt;
(1)
(2)
(3)
(4)
(5)
(6)
Listing 9-3 Non-Kernel Aware ISRs for Processors with Multiple Priority Levels
L9-3(1)
L9-3(2)
L9-3(3)
The user probably needs to clear the interrupting device to prevent it from
generating the same interrupt once the ISR returns.
182
Interrupt Management
L9-3(4)
Now you can take care of the interrupting device in assembly language or call
a C function, if necessary.
L9-3(5)
L9-3(6)
An interrupt occurs;
The CPU vectors to a common location;
The ISR code performs the ISR prologue
The C handler performs the following:
while (there are still interrupts to process) {
Get vector address from interrupt controller;
Call interrupt handler;
}
The ISR epilogue is executed;
(1)
(2)
(3)
(4)
(5)
(6)
L9-4(1)
An interrupt occurs from any device. The interrupt controller activates the
interrupt pin on the CPU. If there are other interrupts that occur after the first
one, the interrupt controller will latch them and properly prioritize the interrupts.
L9-4(2)
The CPU vectors to a single interrupt handler address. In other words, all
interrupts are to be handled by this one interrupt handler.
183
Chapter 9
L9-4(3)
The ISR executes the ISR prologue code needed by C/OS-III. as previously
described. This ensures that all ISRs will be able to make C/OS-III post calls.
L9-4(4)
You call a C/OS-III C handler, which will continue processing the ISR. This
makes the code easier to write (and read). Notice that interrupts are not
re-enabled.
L9-4(5)
The C/OS-III C handler then interrogates the interrupt controller and asks it:
Who caused the interrupt? The interrupt controller will either respond with a
number (0 to N-1) or with the address of the interrupt handler for the highest
priority interrupting device. Of course, the C/OS-III C handler will know how
to handle the specific interrupt controller since the C handler is written
specifically for that controller.
If the interrupt controller provides a number between 0 and N-1, the C handler
simply uses this number as an index into a table (in ROM or RAM) containing
the address of the interrupt service routine associated with the interrupting
device. A RAM table is handy to change interrupt handlers at run-time. For
many embedded systems, however, the table may also reside in ROM.
If the interrupt controller responds with the address of the interrupt service
routine, the C handler only needs to call this function.
In both of the above cases, all interrupt handlers need to be declared as follows:
void MyISRHandler (void);
There is one such handler for each possible interrupt source (obviously, each
having a unique name).
The while loop terminates when there are no other interrupting devices to service.
L9-4(6)
184
Interrupt Management
If another device caused an interrupt before the C handler had a chance to query the
interrupt controller, most likely the interrupt controller will capture that interrupt. In
fact, if that second device happens to be a higher-priority interrupting device, it will
most likely be serviced first, as the interrupt controller will prioritize the interrupts.
The loop will not terminate until all pending interrupts are serviced. This is similar to
allowing nested interrupts, but better, since it is not necessary to redo the ISR prologue
and epilogue.
The disadvantage of this method is that a high priority interrupt that occurs after the
servicing of another interrupt that has already started must wait for that interrupt to
complete before it will be serviced. So, the latency of any interrupt, regardless of priority,
can be as long as it takes to process the longest interrupt.
185
Chapter 9
As far as application code and ISRs are concerned, these two methods are completely
transparent. It is not necessary to change anything except the configuration value
OS_CFG_ISR_POST_DEFERRED_EN to switch between the two methods. Of course, changing
the configuration constant will require recompiling the product and C/OS-III.
Before explaining why to use one versus the other, let us review their differences.
New
High
Priority
Task
(4)
Device
Interrupt
(1)
ISR
(2)
(3)
Interrupted
Task
(5)
C/OS-III
Disables Interrupts
in
Critical Sections
186
Interrupt Management
F9-3(1)
F9-3(2)
The Interrupt Service Routine (ISR) responsible to handle the device executes
(assuming interrupts are enabled). The device interrupt is generally the event a
task is waiting for. The task waiting for this interrupt to occur either has a
higher priority than the interrupted task, or lower (or equal) in priority.
F9-3(3)
If the ISR made a lower (or equal) priority task ready-to-run then upon
completion of the ISR, C/OS-III returns to the interrupted task exactly at the
point the interrupt occurred.
F9-3(4)
If the ISR made a higher priority task ready-to-run, C/OS-III will context
switch to the new higher-priority task since the more important task was
waiting for this device interrupt.
F9-3(5)
In the Direct Post Method, C/OS-III must protect critical sections by disabling
interrupts as some of these critical sections can be accessed by ISRs.
The above discussion assumed that interrupts were enabled and that the ISR could respond
quickly to the interrupting device. However, if the application code makes C/OS-III service
calls (and it will at some point), it is possible that interrupts would be disabled. When
OS_CFG_ISR_POST_DEFERRED_EN is set to 0, C/OS-III disables interrupts while accessing
critical sections. Thus, interrupts will not be responded to until C/OS-III re-enables
interrupts. Of course, everything was done to keep interrupt disable times as short as
possible, but there are complex features of C/OS-III that disable interrupts for relatively
long periods of time.
The key factor in determining whether to use the Direct Post Method is generally the
C/OS-III interrupt disable time. This is fairly easy to determine since the C/CPU files
provided with the C/OS-III port for the processor used includes code to measure
maximum interrupt disable time. This code can be enabled testing purposes and removed
when ready to deploy the product. The user would typically not want to leave measurement
code in production code to avoid introducing measurement artifacts.
187
Chapter 9
You can determine the interrupt latency, interrupt response, interrupt recovery, and task
latency by adding the execution times of the code involved for each, as shown below.
Interrupt Latency
Interrupt Response =
Interrupt latency
+ Vectoring to the interrupt handler
+ ISR prologue;
Interrupt Recovery
Task Latency
Interrupt response
+ Interrupt recovery
+ Time scheduler is locked;
The execution times of the C/OS-III ISR prologue, ISR epilogue, OSIntExit(), and
OSIntCtxSw(), can be measured independently and should be fairly constant.
It should also be easy to measure the execution time of a post call by using OS_TS_GET().
In the Direct Post Method, the scheduler is locked only when handling timers and therefore,
task latency should be fast if there are few timers with short callbacks expiring at the same
time. See Chapter 12, Timer Management on page 213. C/OS-III is also able to measure
the amount of time the scheduler is locked, providing task latency.
188
Interrupt Management
,QWHUUXSW
4XHXH
'HYLFH
,QWHUUXSW
,65
,QW4
7DVN
&26,,,
'LVDEOHV
,QWHUUXSWV
,QWHUUXSWHG
7DVN
&26,,,
/RFNV
WKH
6FKHGXOHU
F9-4(1)
F9-4(2)
The ISR responsible for handling the device executes (assuming interrupts are
enabled). The device interrupt is the event that a task was waiting for. The task
waiting for this interrupt to occur is either higher in priority than the
interrupted task, lower, or equal in priority.
189
Chapter 9
F9-4(3)
The ISR calls one of the post services to signal or send a message to a task.
However, instead of performing the post operation, the ISR queues the actual
post call along with arguments in a special queue called the Interrupt Queue.
The ISR then makes the Interrupt Queue Handler Task ready-to-run. This task is
internal to C/OS-III and is always the highest priority task (i.e., Priority 0).
F9-4(4)
At the end of the ISR, C/OS-III always context switches to the interrupt
queue handler task, which then extracts the post command from the queue.
We disable interrupts to prevent another interrupt from accessing the
interrupt queue while the queue is being emptied. The task then re-enables
interrupts, locks the scheduler, and performs the post call as if the post was
performed at the task level all along. This effectively manipulates critical
sections at the task level.
F9-4(5)
When the interrupt queue handler task empties the interrupt queue, it makes
itself not ready-to-run and then calls the scheduler to determine which task
must run next. If the original interrupted task is still the highest priority task,
C/OS-III will resume that task.
F9-4(6)
If, however, a more important task was made ready-to-run because of the post,
C/OS-III will context switch to that task.
All the extra processing is performed to avoid disabling interrupts during critical sections of
code. The extra processing time only consist of copying the post call and arguments into
the queue, extracting it back out of the queue, and performing an extra context switch.
Similar to the Direct Post Method, it is easy to determine interrupt latency, interrupt
response, interrupt recovery, and task latency, by adding execution times of the pieces of
code involved for each as shown below.
190
Interrupt Management
Interrupt Latency
Interrupt Response =
Interrupt latency
+ Vectoring to the interrupt handler
+ ISR prologue;
Interrupt Recovery
Task Latency
Interrupt response
+ Interrupt recovery
+ Re-issue the post to the object or task
+ Context switch to task
+ Time scheduler is locked;
The execution times of the C/OS-III ISR prologue, ISR epilogue, OSIntExit(), and
OSIntCtxSw(), can be measured independently and should be constant.
It should also be easy to measure the execution time of a post call by using OS_TS_GET().
In fact, the post calls should be short in the Deferred Post Method because it only involves
copying the post call and its arguments into the interrupt queue.
The difference is that in the Deferred Post Method, interrupts are disabled for a very short
amount of time and thus, the first three metrics should be fast. However, task latency is
higher as C/OS-III locks the scheduler to access critical sections.
191
Chapter 9
7DVN
7DVN
7DVN
7DVN
7DVN
,QWHUUXSW
4XHXH
7DVN
7DVN
7DVN
,QW4
7DVN
&26,,,
'LVDEOHV
,QWHUUXSWV
7DVN
7DVN
7DVN
7DVN
7DVN
7DVN
&26,,,
'LVDEOHV
,QWHUUXSWV
'LUHFW3RVW0HWKRG
&26,,,
/RFNV
WKH
6FKHGXOHU
'HIHUUHG3RVW0HWKRG
Figure 9-5 Direct vs. Deferred Post Methods
If interrupt disable time is critical in the application because there are very fast interrupt
sources and the interrupt disable time of C/OS-III is not acceptable using the Direct Post
Method, use the Deferred Post Method.
However, if you are planning on using the features listed in Table 9-1, consider using the
Deferred Post Method.
192
Interrupt Management
Feature
Reason
Event Flags
Chapter 14, Synchronization on
If multiple tasks are waiting on different events, going through all of the tasks
waiting for events requires a fair amount of processing time, which means
page 273
broadcast.
If not using the broadcast option, use the Direct Post Method.
Note that broadcasts only apply to semaphores and message queues.
Table 9-1 C/OS-III features to avoid when using the Direct Post Method
193
Chapter 9
The clock tick interrupt can be viewed as the systems heartbeat. The rate is application
specific and depends on the desired resolution of this time source. However, the faster the
tick rate, the higher the overhead imposed on the system.
The clock tick interrupt allows C/OS-III to delay tasks for an integral number of clock ticks
and provide timeouts when tasks are waiting for events to occur.
The clock tick interrupt must call OSTimeTick(). The pseudocode for OSTimeTick() is
shown in Listing 9-5.
(1)
(2)
(3)
(4)
(5)
L9-5(1)
The time tick ISR starts by calling a hook function, OSTimeTickHook(). The
hook function allows the implementer of the C/OS-III port to perform
additional processing when a tick interrupt occurs. In turn, the tick hook
can call a user-defined tick hook if its corresponding pointer,
OS_AppTimeTickHookPtr, is non-NULL. The reason the hook is called first is to
give the application immediate access to this periodic time source. This can be
useful to read sensors at a regular interval (not as subject to jitter), update Pulse
Width Modulation (PWM) registers, and more.
L9-5(2)
If C/OS-III is configured for the Deferred Post Method, C/OS-III reads the
current timestamp and defers the call to signal the tick task by placing an
appropriate entry in the interrupt queue. The tick task will thus be signaled by
the Interrupt Queue Handler Task.
194
Interrupt Management
L9-5(3)
If C/OS-III is configured for the Direct Post Method, C/OS-III signals the tick
task so that it can process the time delays and timeouts.
L9-5(4)
L9-5(5)
The tick task is also used as the time base for the timers (see Chapter 13,
Resource Management on page 231).
9
A common misconception is that a system tick is always needed with C/OS-III. In fact,
many low-power applications may not implement the system tick because of the power
required to maintain the tick list. In other words, it is not reasonable to continuously power
down and power up the product just to maintain the system tick. Since C/OS-III is a
preemptive kernel, an event other than a tick interrupt can wake up a system placed in low
power mode by either a keystroke from a keypad or other means. Not having a system tick
means that the user is not allowed to use time delays and timeouts on system calls. This is a
decision required to be made by the designer of the low-power product.
9-10 SUMMARY
C/OS-III provides services to manage interrupts. An ISR should be short in length, and signal
or send a message to a task, which is responsible for servicing the interrupting device.
ISRs that are short and do not need to signal or send a message to a task, are not required
to do so. In other words, C/OS-III allows you to have non -kernel-aware ISRs.
C/OS-III supports processors that vector to a single ISR for all interrupting devices, or to a
unique ISR for each device.
C/OS-III supports two methods: Direct and Deferred Post. The Direct Post Method
assumes that C/OS-III critical sections are protected by disabling interrupts. The Deferred
Post Method locks the scheduler when C/OS-III accesses critical sections of code. The
method used depends greatly on your interrupt response as well as the task response
needs.
C/OS-III assumes the presence of a periodic time source for applications requiring time
delays and timeouts on certain services.
195
Chapter 9
196
Chapter
10
Pend Lists (or Wait Lists)
A task is placed in a Pend List (also called a Wait List) when it is waiting on a semaphore to
be signaled, a mutual exclusion semaphore to be released, an event flag group to be
posted, or a message queue to be posted.
See
For
Kernel Object
Semaphores
Mutual Exclusion
OS_SEM
OS_MUTEX
Semaphores
Chapter 14, Synchronization on page 273
Semaphores
Event Flags
OS_SEM
OS_FLAG_GRP
Message Queues
OS_Q
A pend list is similar to the Ready List, except that instead of keeping track of tasks that are
ready-to-run, the pend list keeps track of tasks waiting for an object to be posted. In
addition, the pend list is sorted by priority; the highest priority task waiting on the object is
placed at the head of the list, and the lowest priority task waiting on the object is placed at
the end of the list.
A pend list is a data structure of type OS_PEND_LIST, which consists of three fields as shown
in Figure 10-1.
1EU(QWULHV
7DLO3WU
+HDG3WU
Figure 10-1 Pend List
197
Chapter 10
10
.NbrEntries
Contains the current number of entries in the pend list. Each entry
in the pend list points to a task that is waiting for the kernel object
to be posted.
.TailPtr
Is a pointer to the last task in the list (i.e., the lowest priority task).
.HeadPtr
Is a pointer to the first task in the list (i.e., the highest priority task).
Figure 10-2 indicates that each kernel object using a pend list contains the same three fields
at the beginning of the kernel object that we called an OS_PEND_OBJ. Notice that the first
field is always a Type which allows C/OS-III to know if the kernel object is a semaphore,
a mutual exclusion semaphore, an event flag group, or a message queue object.
26B6(0
26B3(1'B2%-
26B087(;
26B)/$*B*53
26B4
7\SH
7\SH
7\SH
7\SH
1DPH3WU
1DPH3WU
1DPH3WU
1DPH3WU
7DLO3WU
+HDG3WU
7DLO3WU
+HDG3WU
7DLO3WU
+HDG3WU
7DLO3WU
+HDG3WU
&WU
2ZQHU7&%3WU
)ODJV
0VJ4
76
2ZQHU2ULJLQDO3ULR
76
76
2ZQHU1HVWLQJ&WU
76
Table 10-2 shows that the Type field of each of the above objects is initialized to contain
four ASCII characters when the respective object is created. This allows the user to identify
these objects when performing a memory dump using a debugger.
Kernel Object
Type
Semaphore
S E M A
M U T X
F L A G
Message Queue
Q U E U
198
A pend list does not actually point to a tasks OS_TCB, but instead points to OS_PEND_DATA
objects as shown in Figure 10-3. Also, an OS_PEND_DATA structure is allocated dynamically
on the current tasks stack when a task is placed on a pend list. This implies that a task stack
needs to be able to allocate storage for this data structure.
26B3(1'B'$7$
3UHY3WU
1H[W3WU
7&%3WU
10
3HQG2EM3WU
5G\2EM3WU
5G\0VJ3WU
5G\0VJ6L]H
5G\76
Figure 10-3 Pend Data
.PrevPtr
.NextPtr
.TCBPtr
.PendObjPtr
.RdyObjPtr
199
Chapter 10
10
.RdyMsgPtr
.RdyTS
Figure 10-4 shows how all data structures connect to each other when tasks are inserted in
a pend list. This drawing assumes that there are two tasks waiting on a semaphore.
(1)
OS_SEM
(4)
Type
NamePtr
OS_PEND_OBJ
TailPtr
#=2
HeadPtr
Ctr
OS_PEND_LIST
TS
(2)
(7)
(5)
(3)
PrevPtr
(7)
NextPtr
(7)
PrevPtr
NextPtr
TCBPtr
TCBPtr
PendObjPtr
PendObjPtr
RdyObjPtr
RdyObjPtr
RdyMsgPtr
RdyMsgPtr
RdyMsgSize
RdyMsgSize
RdyTS
(5)
OS_PEND_DATA
(6)
OS_TCB
Higher Priority Task
RdyTS
OS_PEND_DATA
(6)
OS_TCB
Lower Priority Task
Figure 10-4 Pend Data
200
F10-4(1)
F10-4(2)
The .HeadPtr field of the pend list points to the OS_PEND_DATA structure
associated with the highest priority task waiting on the semaphore.
F10-4(3)
The .TailPtr field of the pend list points to the OS_PEND_DATA structure
associated with the lowest priority task waiting on the semaphore.
F10-4(4)
Both OS_PEND_DATA structures in turn point back to the OS_SEM data structure.
The pointers think they are pointing to an OS_PEND_OBJ. We know that the
OS_PEND_OBJ is a semaphore by examining the .Type field of the OS_PEND_OBJ.
.Type will contain the four (4) ASCII characters S, E, M and A.
F10-4(5)
F10-4(6)
F10-4(7)
Finally, the OS_PEND_DATA structure forms a doubly linked list so that the
C/OS-III can easily add or remove entries in this list.
Although this may seem complex, the reasoning will become apparent in Chapter 16,
Pending On Multiple Objects on page 333. For now, you should assume that all of the
links are necessary.
Table 10-3 shows the functions that C/OS-III uses to manipulate entries in a pend list.
These functions are internal to C/OS-III and the application code must never call them.
The code is found in os_core.c.
201
10
Chapter 10
10
Function
Description
OS_PendListChangePrio()
OS_PendListInit()
OS_PendListInsertHead()
OS_PendListInsertPrio()
OS_PendListRemove()
OS_PendListRemove1()
10-1 SUMMARY
C/OS-III keeps track of tasks waiting for semaphores, mutual exclusion semaphores, event
flag groups and message queues using pend lists.
A pend list consists of a data structure of type OS_PEND_LIST. The pend list is further
encapsulated into another data type called an OS_PEND_OBJ.
Tasks are not directly linked to the pend list but instead are linked through an intermediate
data structure called an OS_PEND_DATA which is allocated on the stack of the task waiting
on the kernel object.
Application code must not access pend lists, since these are internal to C/OS-III.
202
Chapter
11
Time Management
C/OS-III provides time-related services to the application programmer.
In Chapter 9, Interrupt Management on page 175, it was established that C/OS-III
generally requires (as do most kernels) that the user provide a periodic interrupt to keep
track of time delays and timeouts. This periodic time source is called a clock tick and should
occur between 10 and 1000 times per second, or Hertz (see OS_CFG_TICK_RATE_HZ in
os_cfg_app.h). The actual frequency of the clock tick depends on the desired tick resolution
of the application. However, the higher the frequency of the ticker, the higher the overhead.
C/OS-III provides a number of services to manage time as summarized in Table 11-1, and
the code is found in os_time.c.
Function Name
Operation
OSTimeDly()
OSTimeDlyHMSM()
OSTimeDlyResume()
OSTimeGet()
OSTimeSet()
OSTimeTick()
203
Chapter 11
11-1 OSTimeDly()
A task calls this function to suspend execution until some time expires. The calling function
will not execute until the specified time expires. This function allows three modes: relative,
periodic and absolute.
Listing 11-1 shows how to use OSTimeDly() in relative mode.
11
(1)
(2)
(3)
(4)
L11-1(1)
The first argument specifies the amount of time delay (in number of ticks) from
when the function is called. For the example in L11-1, if the tick rate
(OS_CFG_TICK_RATE_HZ in os_cfg_app.h) is set to 1000 Hz, the user is asking
to suspend the current task for approximately 2 milliseconds. However, the
value is not accurate since the count starts from the next tick which could
occur almost immediately. This will be explained shortly.
L11-1(2)
L11-1(3)
As with most C/OS-III services an error return value will be returned. The
example should return OS_ERR_NONE because the arguments are all valid.
204
Time Management
L11-1(4)
You should always check the error code returned by C/OS-III. If err does
not contain OS_ERR_NONE, OSTimeDly() did not perform the intended work.
For example, another task could remove the time delay suspension by calling
OSTimeDlyResume() and when MyTask() returns, it would not have returned
because the time had expired.
As mentioned above, the delay is not accurate. Refer to Figure 11-1 and its description
below to understand why.
3ULRULW\
11
7LFN
$OO
+37V
/37
7LPH
WLFNV
WLFNV
F11-1(1)
F11-1(2)
At the end of the ISR, all Higher Priority Tasks (HPTs) execute. The execution
time of HPTs is unknown and can vary.
F11-1(3)
Once all HPTs have executed, C/OS-III runs the task that has called
OSTimeDly() as shown in L11-1. For the sake of discussion, it is assumed that
this task is a lower priority task (LPT).
205
Chapter 11
F11-1(4)
The task calls OSTimeDly() and specifies to delay for two ticks in relative
mode. At this point, C/OS-III places the current task in the tick list where it
will wait for two ticks to expire. The delayed task consumes zero CPU time
while waiting for the time to expire.
F11-1(5)
The next tick occurs. If there are HPTs waiting for this particular tick, C/OS-III
will schedule them to run at the end of the ISR.
F11-1(6)
F11-1(7)
The next tick interrupt occurs. This is the tick that the LPT was waiting for and
will now be made ready-to-run by C/OS-III.
F11-1(8)
Since there are no HPTs to execute on this tick, C/OS-III switches to the LPT.
F11-1(9)
Given the execution time of the HPTs, the time delay is not exactly two ticks, as
requested. In fact, it is virtually impossible to obtain a delay of exactly the
desired number of ticks. You might ask for a delay of two ticks, but the very
next tick could occur almost immediately after calling OSTimeDly()! Just
imagine what might happen if all HPTs took longer to execute and pushed (3)
and (4) further to the right. In this case, the delay would actually appear as one
tick instead of two.
11
206
Time Management
Tick
Task
Time
4 ticks
Figure 11-2 OSTimeDly() - Periodic
11
void
{
OS_ERR
err;
:
:
while (DEF_ON) {
OSTimeDly(4,
OS_OPT_TIME_PERIODIC,
(1)
(2)
&err);
/* Check err */
(3)
:
:
}
}
L11-2(1)
The first argument specifies the period for the task to execute, specifically every
four ticks. Of course, if the task is a low-priority task, C/OS-III only schedules
and runs the task based on its priority relative to what else needs to be
executed.
L11-2(2)
L11-2(3)
207
Chapter 11
Relative and Periodic modes might not look different, but they are. In Relative mode, it is
possible to miss one of the ticks when the system is heavily loaded, missing a tick or more
on occasion. In Periodic mode, the task may still execute later, but it will always be
synchronized to the desired number of ticks. In fact, Periodic mode is the preferred mode to
use to implement a time-of-day clock.
Finally, you can use the absolute mode to perform a specific action at a fixed time after
power up. For example, turn off a light 10 seconds after the product powers up. In this
case, you would specify OS_OPT_TIME_MATCH while dly actually corresponds to the
desired value of OSTickCtr you want to reach.
11
To summarize, the task will wake up when OSTickCtr reaches the following value:
Value of opt
OS_OPT_TIME_DLY
OSTickCtr + dly
OS_OPT_TIME_PERIODIC
OSTCBCurPtr->TickCtrPrev + dly
OS_OPT_TIME_MATCH
dly
208
Time Management
11-2 OSTimeDlyHMSM()
A task may call this function to suspend execution until some time expires by specifying the
length of time in a more user-friendly way. Specifically, you can specify the delay in hours,
minutes, seconds, and milliseconds (thus the HMSM). This function only works in Relative
mode.
Listing 11-3 indicates how to use OSTimeDlyHMSM().
11
(1)
(2)
(3)
L11-3(1)
The first four arguments specify the amount of time delay (in hours, minutes,
seconds, and milliseconds) from this point in time. In the above example, the
task should delay for 1 second. The resolution greatly depends on the tick rate.
For example, if the tick rate (OS_CFG_TICK_RATE_HZ in os_cfg_app.h) is set to
1000 Hz there is technically a resolution of 1 millisecond. If the tick rate is 100
Hz then the delay of the current task is in increments of 10 milliseconds. Again,
given the relative nature of this call, the actual delay may not be accurate.
209
Chapter 11
L11-3(2)
11
L11-3(3)
As with most C/OS-III services the user will receive an error return value. The
example should return OS_ERR_NONE since the arguments in L11-3 are all valid.
Refer to Appendix A, C/OS-III API Reference on page 443 for a list of
possible error codes.
Even though C/OS-III allows for very long delays for tasks, it is actually not recommended
to delay tasks for a long time. The reason is that there is no indication that the task is
actually alive unless it is possible to monitor the amount of time remaining for the delay. It
is better to have the task wake up approximately every minute or so, and have it tell you
that it is still ok.
OSTimeDly() is often used to create periodic tasks (tasks that execute periodically). For
example, it is possible to have a task that scans a keyboard every 50 milliseconds and
another task that reads analog inputs every 10 milliseconds, etc.
210
Time Management
11-3 OSTimeDlyResume()
A task can resume another task that called OSTimeDly() or OSTimeDlyHMSM() by calling
OSTimeDlyResume(). Listing 11-4 shows how to use OSTimeDlyResume(). The task that
delayed itself will not know that it was resumed, but will think that the delay expired.
Because of this, use this function with great care.
OS_TCB
void
MyTaskTCB;
11
OS_ERR
err;
:
:
while (DEF_ON) {
:
:
OSTimeDly(10,
OS_OPT_TIME_DLY,
&err);
/* Check err */
:
:
}
}
void
{
OS_ERR
err;
:
:
while (DEF_ON) {
:
:
OSTimeDlyResume(&MyTaskTCB,
&err);
/* Check err */
:
:
}
}
211
Chapter 11
11
OSTimeSet() allows the user to change the current value of the tick counter. Although
C/OS-III allows for this, it is recommended to use this function with great care.
11-5 OSTimeTick()
The tick Interrupt Service Routine (ISR) must call this function every time a tick interrupt
occurs. C/OS-III uses this function to update time delays and timeouts used by other
system calls. OSTimeTick() is considered an internal function to C/OS-III.
11-6 SUMMARY
C/OS-III provides services to applications so that tasks can suspend their execution for
user-defined time delays. Delays are either specified by a number of clock ticks or hours,
minutes, seconds, and milliseconds.
Application code can resume a delayed task by calling OSTimeDlyResume(). However, its
use is not recommended because resumed task will not know that they were resumed as
opposed to the time delay expired.
C/OS-III keeps track of the number of ticks that occurred since power up or since the
number of ticks counter was last changed by OSTimeSet(). The counter may be read by the
application code using OSTimeGet().
212
Chapter
12
Timer Management
C/OS-III provides timer services to the application programmer and code to handle timers
is found in os_tmr.c. Timer services are enabled when setting OS_CFG_TMR_EN to 1 in
os_cfg.h.
Timers are down counters that perform an action when the counter reaches zero. The user
provides the action through a callback function (or simply callback). A callback is a
user-declared function that will be called when the timer expires. The callback can be used
to turn a light on or off, start a motor, or perform other actions. However, it is important to
never make blocking calls within a callback function (i.e., call OSTimeDly(),
OSTimeDlyHMSM(), OS???Pend(), or anything that causes the timer task to block or be
deleted).
Timers are useful in protocol stacks (retransmission timers, for example), and can also be
used to poll I/O devices at predefined intervals.
An application can have any number of timers (limited only by the amount of RAM
available). Timer services (i.e. functions) in C/OS-III start with the OSTmr???() prefix, and
the services available to the application programmer are described in Appendix A,
C/OS-III API Reference on page 443.
The resolution of all the timers managed by C/OS-III is determined by the configuration
constant: OS_CFG_TMR_TASK_RATE_HZ, which is expressed in Hertz (Hz). So, if the timer
task (described later) rate is set to 10, all timers have a resolution of 1/10th of a second
(ticks in the diagrams to follow). In fact, this is the typical recommended value for the timer
task. Timers are to be used with coarse granularity.
C/OS-III provides a number of services to manage timers as summarized in Table 12-1.
213
Chapter 12
Function Name
Operation
OSTmrCreate()
OSTmrDel()
Delete a timer.
OSTmrRemainGet()
OSTmrStart()
OSTmrStateGet()
OSTmrStop()
12
A timer needs to be created before it can be used. You create a timer by calling
OSTmrCreate() and specify a number of arguments to this function based on how the
timer is to operate. Once the timer operation is specified, its operating mode cannot be
changed unless the timer is deleted and recreated. The function prototype for
OSTmrCreate() is shown below as a quick reference:
void
OSTmrCreate (OS_TMR
CPU_CHAR
OS_TICK
OS_TICK
OS_OPT
OS_TMR_CALLBACK_PTR
void
OS_ERR
*p_tmr,
*p_name,
dly,
period,
opt,
p_callback,
*p_callback_arg,
*p_err)
/*
/*
/*
/*
/*
/*
/*
Pointer to timer
Name of timer, ASCII
Initial delay
Repeat period
Options
Fnct to call at 0
Arg. to callback
*/
*/
*/
*/
*/
*/
*/
Once created, a timer can be started (or restarted) and stopped as often as is necessary.
Timers can be created to operate in one of three modes: One-shot, Periodic (no initial
delay), and Periodic (with initial delay).
214
Timer Management
267PU6WDUW
12
7LFNV
GO\
WLFNV
7LPH
&DOOEDFN
&DOOHG
As shown in Figure 12-2, a one-shot timer can be retriggered by calling OSTmrStart() before
the timer reaches zero. This feature can be used to implement watchdogs and similar
safeguards.
215
Chapter 12
267PU6WDUW
267PU&UHDWH
7LFNV
GO\
WLFNV
7LPH
&DOOEDFN
&DOOHG
12
267PU&UHDWH
7LFNV
267PU6WDUW
SHULRG
WLFNV
7LPH
&DOOEDFN
&DOOHG
&DOOEDFN
&DOOHG
&DOOEDFN
&DOOHG
216
Timer Management
267PU6WDUW
$XWRUHORDG
7LFNV
GO\
WLFNV
SHULRG
WLFNV
7LPH
&DOOEDFN
&DOOHG
&DOOEDFN
&DOOHG
&DOOEDFN
&DOOHG
&DOOEDFN
&DOOHG
12
&DOOEDFN
&DOOHG
217
Chapter 12
6WRSSHG
267PU&UHDWH
267PU'HO
8QXVHG
267PU6WRS
&DOOEDFN
267PU6WDUW
2QH6KRW
GO\
([SLUHG
&DOOEDFN
267PU'HO
12
&RPSOHWHG
5XQQLQJ
267PU6WDUW
267PU6WDUW
RU
3HULRGLF
&DOOEDFN
267PU'HO
F12-5(0)
The Unused state is a timer that has not been created or has been deleted.
In other words, C/OS-III does not know about this timer.
F12-5(1)
F12-5(2)
A timer is placed in running state when calling OSTmrStart(). The timer stays
in that state unless its stopped, deleted, or completes its one shot.
F12-5(3)
The Completed state is the state a one-shot timer is in when its delay expires.
218
Timer Management
typedef
struct
os_tmr
struct os_tmr {
OS_OBJ_TYPE
CPU_CHAR
OS_TMR_CALLBACK_PTR
void
OS_TMR
OS_TMR
OS_TICK
OS_TICK
OS_TICK
OS_TICK
OS_OPT
OS_STATE
};
OS_TMR;
Type;
*NamePtr;
CallbackPtr;
*CallbackPtrArg;
*NextPtr;
*PrevPtr;
Match;
Remain;
Dly;
Period;
Opt;
State;
(1)
(2)
(3)
(4)
(5)
(6)
12
(7)
(8)
(9)
(10)
(11)
(12)
L12-1(1)
In C/OS-III, all structures are given a data type. In fact, all data types start with
OS_ and are all uppercase. When a timer is declared, you simply use OS_TMR
as the data type of the variable used to declare the timer.
L12-1(2)
Chapter 12
L12-1(3)
Each kernel object can be given a name for easier recognition by debuggers or
C/Probe. This member is simply a pointer to an ASCII string which is assumed
to be NUL terminated.
L12-1(4)
L12-1(5)
If there is a non-NULL .CallbackPtr then the application code could have also
specified that the callback be called with an argument when the timer expires.
This is the argument that would be passed in this call.
L12-1(6)
.NextPtr and .PrevPtr are pointers used to link a timer in a doubly linked
list. These are described later.
L12-1(7)
A timer expires when the timer manager variable OSTmrTickCtr reaches the
value stored in a timers .Match field. This is also described later.
L12-1(8)
The .Remain field contains the amount of time remaining for the timer to
expire. This value is updated once per OS_CFG_TMR_WHEEL_SIZE (see
os_cfg_app.h) that the timer task executes (described later). The value is
expressed in multiples of 1/OS_CFG_TMR_TASK_RATE_HZ of a second (see
os_cfg_app.h).
L12-1(9)
The .Dly field contains the one-shot time when the timer is configured
(i.e., created) as a one-shot timer and the initial delay when the timer is
created as a periodic timer. The value is expressed in multiples of
1/OS_CFG_TMR_TASK_RATE_HZ of a second (see os_cfg_app.h).
L12-1(10)
The .Period field is the timer period when the timer is created to operate in
periodic
mode.
The
value
is
expressed
in
multiples
of
1/OS_CFG_TMR_TASK_RATE_HZ of a second (see os_cfg_app.h).
L12-1(11)
L12-1(12)
The .State field represents the current state of the timer (see Figure 12-5).
12
220
Timer Management
Even if the internals of the OS_TMR data type are understood, the application code should
never access any of the fields in this data structure directly. Instead, you should always use
the Application Programming Interfaces (APIs) provided with C/OS-III.
Timer
10 to 1000 Hz
Tick ISR
Signaled
every
Timer
Task
N
OS_CFG_TICK_RATE_HZ
OS_CFG_TMR_TASK_RATE_HZ
tick interrupt
Figure 12-7 shows timing diagram associated with the timer management task.
221
12
Chapter 12
Priority
Tick ISR
Higher
All
Higher
Priority
Tasks
(1)
(2)
HPT
(3)
Lower
Timer Task
(4)
12
Time
F12-7(1)
The tick ISR occurs and assumes interrupts are enabled and executes.
F12-7(2)
The tick ISR signals the tick task that it is time for it to update timers.
F12-7(3)
The tick ISR terminates, however there might be higher priority tasks that need
to execute (assuming the timer task has a lower priority). Therefore, C/OS-III
runs the higher priority task(s).
F12-7(4)
When all higher priority tasks have executed, C/OS-III switches to the timer
task and determines that there are three timers that expired.
F12-7(5)
F12-7(6)
F12-7(7)
222
Execution of the callback functions is performed within the context of the timer task.
This means that the application code will need to make sure there is sufficient stack
space for the timer task to handle these callbacks.
Timer Management
The callback functions are executed one after the other based on the order they are
found in the timer list.
The execution time of the timer task greatly depends on how many timers expire and
how long each of the callback functions takes to execute. Since the callbacks are
provided by the application code they have a large influence on the execution time of
the timer task.
The timer callback functions must never wait on events because this would delay the
timer task for excessive amounts of time, if not forever.
Callbacks are called with the scheduler locked, so you should ensure that callbacks
execute as quickly as possible.
12
26&IJB7PU:KHHO>@
>@
>@
>@
>@
>@
267PU7LFN&WU
>26B&)*B705B:+((/B6,=(@
>26B&)*B705B:+((/B6,=(@
1EU(QWULHV0D[
)LUVW3WU
1EU(QWULHV
Figure 12-8 Empty Timer List
223
Chapter 12
F12-8(1)
F12-8(2)
F12-8(3)
12
OSTmrTickCtr is incremented by OS_TmrTask() every time the tick ISR signals the task.
Timers are inserted in the timer list by calling OSTmrStart(). However, a timer must be
created before it can be used.
An example to illustrate the process of inserting a timer in the timer list is as follows. Lets
assume that the timer list is completely empty, OS_CFG_TMR_WHEEL_SIZE is configured to 9,
and the current value of OSTmrTickCtr is 12 as shown in Figure 12-9. A timer is placed in
the timer list when calling OSTmrStart(), and assumes that the timer was created with a
delay of 1 and that this timer will be a one-shot timer as follows:
224
Timer Management
OS_TMR
MyTmr1;
OS_TMR
MyTmr2;
12
while (DEF_ON) {
:
OSTmrCreate((OS_TMR
*)&MyTmr1,
(OS_CHAR
*)My Timer #1,
(OS_TICK
)1,
(OS_TICK
)0,
(OS_OPT
)OS_OPT_TMR_ONE_SHOT,
(OS_TMR_CALLBACK_PTR)MyTmrCallbackFnct1,
(void
*)0,
(OS_ERR
*)&err);
/* Check err */
OSTmrStart ((OS_TMR *)&MyTmr1,
(OS_ERR *)&err);
/* Check err */
// Continues in the next code listing!
Since OSTmrTickCtr has a value of 12, the timer will expire when OSTmrTickCtr reaches
13, or during the next time the timer task is signaled. Timers are inserted in the
OSCfg_TmrWheel[] table using the following equation:
225
Chapter 12
MatchValue
= OSTmrTickCtr + dly
Index into OSCfg_TmrWheel[] = MatchValue % OS_CFG_TMR_WHEEL_SIZE
Where dly (in this example) is the value passed in the third argument of OSTmrCreate()
(i.e., 1 in this example). Again, using the example, we arrive at the following:
MatchValue
= 12 + 1
Index into OSCfg_TickWheel[] = 13 % 9
or,
MatchValue
= 13
Index into OSCfg_TickWheel[] = 4
12
Because of the circular nature of the table (a modulo operation using the size of the
table), the table is referred to as a timer wheel, and each entry is a spoke in the wheel.
The timer is entered at index 4 in the timer wheel, OSCfg_TmrWheel[]. In this case, the
OS_TMR is placed at the head of the list (i.e., pointed to by OSCfg_TmrWheel[4].FirstPtr),
and the number of entries at index 4 is incremented (i.e., OSCfg_TmrWheel[4].NbrEntries
will be 1). MatchValue is placed in the OS_TMR field .Match. Since this is the first timer
inserted in the timer list at index 4, the .NextPtr and .PrevPtr both point to NULL.
OSCfg_TmrWheel[]
[0]
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
0
0
0
0
1
0
0
0
0
1
0
0
0
0
0
.NextPtr
0
0
0
0
0
0
0
.NbrEntriesMax
.PrevPtr
.Remain = 1
.Match = 13
OS_TMR
OSTmrTickCtr == 12
.FirstPtr
.NbrEntries
The code below shows creating and starting another timer. This is performed before the
timer task is signaled.
226
Timer Management
12
227
Chapter 12
OSCfg_TmrWheel[]
[0]
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
0
0
0
0
0
0
0
1
0
0
0
0
1
0
0
0
0
0
0
.NextPtr
0
0
0
.NbrEntriesMax
.NbrEntries
.FirstPtr
.PrevPtr
.NextPtr
.PrevPtr
.Remain = 1
.Match = 13
.Match = 22
OS_TMR
OS_TMR
.Remain = 10
OSTmrTickCtr == 12
Figure 12-10 Inserting a second timer in the tick list
12
When the timer task executes (see OS_TmrTask() in os_tmr.c), it starts by incrementing
OSTmrTickCtr and determines which table entry (i.e., spoke) it needs to update. Then, if
there are timers in the list at this entry (i.e., .FirstPtr is not NULL), each OS_TMR is
examined to determine whether the .Match value matches OSTmrTickCtr and, if so, the
OS_TMR is removed from the list and OS_TmrTask() calls the timer callback function,
assuming one was defined when the timer was created. The search through the list
terminates as soon as OSTmrTickCtr does not match the timers .Match value. In other
words, there is no point in looking any further in the list since the list is already sorted.
Note that OS_TmrTask() does most of its work with the scheduler locked. However,
because the list is sorted, and the search through the list terminates as soon as there no
longer is a match, the critical section should be fairly short.
228
Timer Management
12-5 SUMMARY
Timers are down counters that perform an action when the counter reaches zero. The
action is provided by the user through a callback function.
C/OS-III allows application code to create any number of timers (limited only by the
amount of RAM available).
The callback functions are executed in the context of the timer task with the scheduler
locked. You must keep callback functions as short and as fast as possible and do not have
the callbacks make blocking calls.
12
229
Chapter 12
12
230
Chapter
13
Resource Management
This chapter will discuss services provided by C/OS-III to manage shared resources. A
shared resource is typically a variable (static or global), a data structure, table (in RAM), or
registers in an I/O device.
When protecting a shared resource it is preferred to use mutual exclusion semaphores, as
will be described in this chapter. Other methods are also presented.
Tasks can easily share data when all tasks exist in a single address space and can reference
global variables, pointers, buffers, linked lists, ring buffers, etc. Although sharing data
simplifies the exchange of information between tasks, it is important to ensure that each
task has exclusive access to the data to avoid contention and data corruption.
For example, when implementing a module that performs a simple time-of-day algorithm in
software, the module obviously keeps track of hours, minutes and seconds. The
TimeOfDay() task may appear as shown in Listing 13-1.
Imagine if this task was preempted by another task because an interrupt occurred, and, the
other task was more important than the TimeOfDay() task) after setting the Minutes to 0.
Now imagine what will happen if this higher priority task wants to know the current time
from the time-of-day module. Since the Hours were not incremented prior to the interrupt,
the higher-priority task will read the time incorrectly and, in this case, it will be incorrect by
a whole hour.
The code that updates variables for the TimeOfDay() task must treat all of the variables
indivisibly (or atomically) whenever there is possible preemption. Time-of-day variables are
considered shared resources and any code that accesses those variables must have exclusive
access through what is called a critical section. C/OS-III provides services to protect shared
resources and enables the easy creation of critical sections.
231
Chapter 13
CPU_INT08U
CPU_INT08U
CPU_INT08U
Hours;
Minutes;
Seconds;
(void)&p_arg;
while (DEF_ON) {
OSTimeDlyHMSM(0,
0,
1,
0,
OS_OPT_TIME_HMSM_STRICT,
&err);
/* Examine err to make sure the call was successful */
Seconds++;
if (Seconds > 59) {
Seconds = 0;
Minutes++;
if (Minutes > 59) {
Minutes = 0;
Hours++;
if (Hours > 23) {
Hours = 0;
}
}
}
}
13
The most common methods of obtaining exclusive access to shared resources and to create
critical sections are:
disabling interrupts
using semaphores
232
Resource Management
The mutual exclusion mechanism used depends on how fast the code will access a shared
resource, as shown in Table 13-1.
Resource Sharing Method
Disable/Enable Interrupts
Semaphores
13
When all tasks that need to access a shared resource do not have
deadlines. This is because semaphores may cause unbounded
priority inversions (described later). However, semaphore services are
slightly faster (in execution time) than mutual-exclusion semaphores.
233
Chapter 13
Disable Interrupts;
Access the resource;
Enable
Interrupts;
13
C/OS-III uses this technique (as do most, if not all, kernels) to access certain internal
variables and data structures, ensuring that these variables and data structures are
manipulated atomically. However, disabling and enabling interrupts are actually CPU-related
functions rather than OS-related functions and functions in CPU-specific files are provided
to accomplish this (see the cpu.h file of the processor being used). The services provided
in the CPU module are called C/CPU. Each different target CPU architecture has its own set
of C/CPU-related files.
CPU_CRITICAL_ENTER();
Access the resource;
CPU_CRITICAL_EXIT();
(1)
(2)
(3)
(4)
L13-3(1)
234
The CPU_SR_ALLOC() macro is required when the other two macros that
disable/enable interrupts are used. This macro simply allocates storage for a
local variable to hold the value of the current interrupt disable status of the
CPU. If interrupts are already disabled we do not want to enable them upon
exiting the critical section.
Resource Management
L13-3(2)
L13-3(3)
The critical section of code is then accessed without fear of being changed by
either an ISR or another task because interrupts are disabled. In other words,
this operation is now atomic.
L13-3(4)
235
13
Chapter 13
13-2 LOCK/UNLOCK
If the task does not share variables or data structures with an ISR, you can disable and
enable C/OS-IIIs scheduler while accessing the resource, as shown in Listing 13-4.
err();
OSSchedLock(&err);
Access the resource;
OSSchedUnlock(&err);
(1)
(2)
(3)
(4)
13
Using this method, two or more tasks share data without the possibility of contention. Note
that while the scheduler is locked, interrupts are enabled and if an interrupt occurs while in
the critical section, the ISR is executed immediately. At the end of the ISR, the kernel always
returns to the interrupted task even if a higher priority task is made ready-to-run by the ISR.
Since the ISR returns to the interrupted task, the behavior of the kernel is similar to that of a
non-preemptive kernel (while the scheduler is locked).
OSSchedLock() and OSSchedUnlock() can be nested up to 250 levels deep. The scheduler
is invoked only when OSSchedUnlock() is called the same number of times the application
called OSSchedLock().
After the scheduler is unlocked, C/OS-III performs a context switch if a higher priority task
is ready-to-run.
C/OS-III will not allow the user to make blocking calls when the scheduler is locked. If the
application were able to make blocking calls, the application would most likely fail.
Although this method works well, you can avoid disabling the scheduler as it defeats the
purpose of having a preemptive kernel. Locking the scheduler makes the current task the
highest priority task.
236
Resource Management
13-3 SEMAPHORES
A semaphore was originally a mechanical signaling mechanism. The railroad industry used
the device to provide a form of mutual exclusion for railroads tracks shared by more than
one train. In this form, the semaphore signaled trains by closing a set of mechanical arms to
block a train from a section of track that was currently in use. When the track became
available, the arm would swing up and the waiting train would then proceed.
The notion of using a semaphore in software as a means of mutual exclusion was
invented by the Dutch computer scientist Edgser Dijkstra in 1959. In computer software, a
semaphore is a protocol mechanism offered by most multitasking kernels. Semaphores,
originally used to control access to shared resources, but now they are used for
synchronization as described in Chapter 14, Synchronization on page 273. However, it is
useful to describe how semaphores can be used to share resources. The pitfalls of
semaphores will be discussed in a later section.
A semaphore was originally a lock mechanism and code acquired the key to this lock to
continue execution. Acquiring the key means that the executing task has permission to
enter the section of otherwise locked code. Entering a section of locked code causes the
task to wait until the key becomes available.
Typically, two types of semaphores exist: binary semaphores and counting semaphores. As
its name implies, a binary semaphore can only take two values: 0 or 1. A counting
semaphore allows for values between 0 and 255, 65,535, or 4,294,967,295, depending on
whether the semaphore mechanism is implemented using 8, 16, or 32 bits, respectively. For
C/OS-III, the maximum value of a semaphore is determined by the data type OS_SEM_CTR
(see os_type.h), which can be changed as needed. Along with the semaphores value,
C/OS-III also keeps track of tasks waiting for the semaphores availability.
Only tasks are allowed to use semaphores when semaphores are used for sharing resources;
ISRs are not allowed.
A semaphore is a kernel object defined by the OS_SEM data type, which is defined by the
structure os_sem (see os.h). The application can have any number of semaphores (limited
only by the amount of RAM available).
237
13
Chapter 13
13
Function Name
Operation
OSSemCreate()
Create a semaphore.
OSSemDel()
Delete a semaphore.
OSSemPend()
Wait on a semaphore.
OSSemPendAbort()
OSSemPost()
OSSemSet()
238
Resource Management
OS_SEM
MySem;
(1)
(2)
(3)
(4)
(5)
239
13
Chapter 13
L13-5(1)
L13-5(2)
You create a semaphore by calling OSSemCreate() and pass the address to the
semaphore allocated in (1). The semaphore must be created before it can be
used by other tasks. Here, the semaphore is initialized in startup code (i.e.,
main ()), however it could also be initialized by a task (but it must be
initialized before it is used).
L13-5(3)
You can assign an ASCII name to the semaphore, which can be used by
debuggers or C/Probe to easily identify the semaphore. Storage for the ASCII
characters is typically in ROM, which is typically more plentiful than RAM. If it
is necessary to change the name of the semaphore at runtime, you can store
the characters in an array in RAM and simply pass the address of the array to
OSSemCreate(). Of course, the array must be NUL terminated.
L13-5(4)
You specify the initial value of the semaphore. You should initialize the
semaphore to 1 when the semaphore is used to access a single shared resource
(as in this example).
L13-5(5)
OSSemCreate() returns an error code based on the outcome of the call. If all
the arguments are valid, err will contain OS_ERR_NONE. Refer to the description
of OSSemCreate() in Appendix A, C/OS-III API Reference on page 443 for a
list of other error codes and their meaning.
13
240
Resource Management
while (DEF_ON) {
:
OSSemPend(&MySem,
0,
OS_OPT_PEND_BLOCKING,
&ts,
&err);
switch (err) {
case OS_ERR_NONE:
Access Shared Resource;
OSSemPost(&MySem,
OS_OPT_POST_1,
&err);
/* Check err */
break;
(1)
(2)
(3)
(4)
(5)
(6)
(7)
(8)
(9)
13
case OS_ERR_PEND_ABORT:
/* The pend was aborted by another task
break;
*/
case OS_ERR_OBJ_DEL:
/* The semaphore was deleted
break;
*/
default:
/* Other errors
*/
}
:
}
}
L13-6(1)
The task pends (or waits) on the semaphore by calling OSSemPend(). The
application must specify the desired semaphore to wait upon, and the
semaphore must have been previously created.
L13-6(2)
The next argument is a timeout specified in number of clock ticks. The actual
timeout depends on the tick rate. If the tick rate (see os_cfg_app.h) is set to
1000, a timeout of 10 ticks represents 10 milliseconds. Specifying a timeout of
zero (0) means waiting forever for the semaphore.
241
Chapter 13
13
L13-6(3)
The third argument specifies how to wait. There are two options:
OS_OPT_PEND_BLOCKING and OS_OPT_PEND_NON_BLOCKING. The blocking
option means that if the semaphore is not available, the task calling
OSSemPend() will wait until the semaphore is posted or until the timeout
expires. The non-blocking option indicates that if the semaphore is not
available, OSSemPend() will return immediately and not wait. This last option is
rarely used when using a semaphore to protect a shared resource.
L13-6(4)
When the semaphore is posted, C/OS-III reads a timestamp and returns this
timestamp when OSSemPend() returns. This feature allows the application to
know when the post happened and the semaphore was released. At this
point, OS_TS_GET() is read to get the current timestamp and you can compute
the difference, indicating the length of the wait.
L13-6(5)
OSSemPend() returns an error code based on the outcome of the call. If the call
is successful, err will contain OS_ERR_NONE. If not, the error code will indicate
the reason for the error. See Appendix A, C/OS-III API Reference on
page 443 for a list of possible error code for OSSemPend(). Checking for error
return values is important since other tasks might delete or otherwise abort the
pend. However, it is not a recommended practice to delete kernel objects at
run time as the action may cause serious problems.
L13-6(6)
L13-6(7)
When finished accessing the resource, you simply call OSSemPost() and
specify the semaphore to be released.
L13-6(8)
L13-6(9)
As with most C/OS-III functions, you specify the address of a variable that will
receive an error message from the call.
242
Resource Management
void
{
OS_ERR
CPU_TS
err;
ts;
while (DEF_ON) {
:
OSSemPend(&MySem,
0,
(1)
OS_OPT_PEND_BLOCKING,
&ts,
&err);
switch (err) {
case OS_ERR_NONE:
Access Shared Resource;
OSSemPost(&MySem,
OS_OPT_POST_1,
&err);
/* Check err */
break;
13
case OS_ERR_PEND_ABORT:
/* The pend was aborted by another task
break;
*/
case OS_ERR_OBJ_DEL:
/* The semaphore was deleted
break;
*/
default:
/* Other errors
*/
}
:
}
}
L13-7(1)
Another task wanting to access the shared resource needs to use the same
procedure to access the shared resource.
243
Chapter 13
Semaphores are especially useful when tasks share I/O devices. Imagine what would
happen if two tasks were allowed to send characters to a printer at the same time. The
printer would contain interleaved data from each task. For instance, the printout from
Task 1 printing I am Task 1, and Task 2 printing I am Task 2, could result in I Ia amm T
Tasask k1 2. In this case, you can use a semaphore and initialize it to 1 (i.e., a binary
semaphore). The rule is simple: to access the printer each task must first obtain the
resources semaphore. Figure 13-1 shows tasks competing for a semaphore to gain exclusive
access to the printer. Note that a key, indicating that each task must obtain this key to use
the printer, represents the semaphore symbolically.
Task
1
OSSemPend()
Access Printer
OSSemPost()
13
Semaphore
Printer
OSSemPend()
AccessPrinter
OSSemPost()
Task
2
The above example implies that each task knows about the existence of the semaphore to
access the resource. It is almost always better to encapsulate the critical section and its
protection mechanism. Each task would therefore not know that it is acquiring a semaphore
when accessing the resource. For example, an RS-232C port is used by multiple tasks to
send commands and receive responses from a device connected at the other end as shown
in Figure 13-2.
244
Resource Management
&2000RGXOH
7DVN
&RPP6HQG&PG
'ULYHU
56&
&RPP6HQG&PG
7DVN
266HP3HQG
266HP3RVW
6HPDSKRUH
The function CommSendCmd() is called with three arguments: the ASCII string containing the
command, a pointer to the response string from the device, and finally, a timeout in case the
device does not respond within a certain amount of time. The pseudo-code for this function
is shown in Listing 13-8.
APP_ERR
CommSendCmd (CPU_CHAR
CPU_CHAR
OS_TICK
*cmd,
*response,
timeout)
{
Acquire serial ports semaphore;
Send cmd to device;
Wait for response with timeout;
if (timed out) {
Release serial ports semaphore;
return (error code);
} else {
Release serial ports semaphore;
return (no error);
}
}
245
13
Chapter 13
Each task that needs to send a command to the device must call this function. The
semaphore is assumed to be initialized to 1 (i.e., available) by the communication driver
initialization routine. The first task that calls CommSendCmd() acquires the semaphore,
proceeds to send the command, and waits for a response. If another task attempts to send a
command while the port is busy, this second task is suspended until the semaphore is
released. The second task appears simply to have made a call to a normal function that will
not return until the function performs its duty. When the semaphore is released by the first
task, the second task acquires the semaphore and is allowed to use the RS-232C port.
13
A counting semaphore is used when elements of a resource can be used by more than one
task at the same time. For example, a counting semaphore is used in the management of a
buffer pool, as shown in Figure 13-3. Lets assume that the buffer pool initially contains 10
buffers. A task obtains a buffer from the buffer manager by calling BufReq(). When the
buffer is no longer needed, the task returns the buffer to the buffer manager by calling
BufRel(). The pseudo-code for these functions is shown in Listing 13-9.
The buffer manager satisfies the rst 10 buffer requests because the semaphore is initialized
to 10. When all buffers are used, a task requesting a buffer is suspended until a buffer
becomes available. You use C/OS-IIIs OSMemGet() and OSMemPut() (see Chapter 17,
Memory Management on page 343) to obtain a buffer from the buffer pool. When a task is
finished with the buffer it acquired, the task calls BufRel() to return the buffer to the buffer
manager and the buffer is inserted into the linked list before the semaphore is signaled. By
encapsulating the interface to the buffer manager in BufReq() and BufRel(), the caller
does not need to be concerned with actual implementation details.
246
Resource Management
7DVN
%XI5HT
7DVN
%XIIHU
0DQDJHU
%XI5HO
RI
%XI)UHH/LVW3WU
1H[W3WU
1H[W3WU
1H[W3WU
13
BUF
{
*BufReq (void)
BUF
*ptr;
Wait on semaphore;
ptr = OSMemGet(...) ;
return (ptr);
/* Get a buffer
*/
247
Chapter 13
Note that the details of creating the memory partition are removed since this is discussed in
Chapter 17, Memory Management on page 343. The semaphore is used here to extend the
memory management capabilities of C/OS-III, and to provide it with a blocking
mechanism. However, only tasks can make BufReq() and BufRel() calls.
13
248
Resource Management
typedef
struct
struct os_sem {
OS_OBJ_TYPE
CPU_CHAR
OS_PEND_LIST
OS_SEM_CTR
CPU_TS
};
os_sem
OS_SEM;
(1)
Type;
*NamePtr;
PendList;
Ctr;
TS;
(2)
(3)
(4)
(5)
(6)
13
L13-10(1)
In C/OS-III, all structures are given a data type. All data types start with OS_
and are uppercase. When a semaphore is declared, you simply use OS_SEM as
the data type of the variable used to declare the semaphore.
L13-10(2)
L13-10(3)
Each kernel object can be given a name for easier recognition by debuggers or
C/Probe. This member is simply a pointer to an ASCII string, which is
assumed to be NUL terminated.
249
Chapter 13
L13-10(4)
Since it is possible for multiple tasks to wait (or pend) on a semaphore, the
semaphore object contains a pend list as described in Chapter 10, Pend Lists
(or Wait Lists) on page 197.
L13-10(5)
13
L13-10(6)
A semaphore contains a timestamp used to indicate the last time the semaphore
was posted. C/OS-III assumes the presence of a free-running counter that
allows the application to make time measurements. When the semaphore is
posted, the free-running counter is read and the value is placed in this field,
which is returned when OSSemPend() is called. The value of this field is more
useful when a semaphore is used as a signaling mechanism (see Chapter 14,
Synchronization on page 273), as opposed to a resource-sharing mechanism.
Even if the user understands the internals of the OS_SEM data type, the application code
should never access any of the fields in this data structure directly. Instead, you should
always use the APIs provided with C/OS-III.
As previously mentioned, semaphores must be created before they can be used by an
application.
A task waits on a semaphore before accessing a shared resource by calling OSSemPend() as
shown in Listing 13-11 (see Appendix A, C/OS-III API Reference on page 443 for details
regarding the arguments).
250
Resource Management
OS_SEM
MySem;
err;
ts;
:
while (DEF_ON) {
:
OSSemPend(&MySem,
10,
OS_OPT_PEND_BLOCKING,
&ts,
&err);
:
/* Check err */
:
OSSemPost(&MySem,
OS_OPT_POST_1,
&err);
/* Check err */
:
:
}
*/
*/
*/
*/
*/
/* (2)
*/
*/
*/
*/
13
L13-11(1)
251
Chapter 13
returned error code indicates that the semaphore is unavailable. You use this
option if the task does not want to wait for the resource to be available, and
would prefer to do something else and check back later.
If you specify the OS_OPT_PEND_BLOCKING option, the calling task will be
inserted in the list of tasks waiting for the semaphore to become available. The
task is inserted in the list by priority order and therefore, the highest priority
task waiting on the semaphore is at the beginning of the list.
If you specify a non-zero timeout, the task will also be inserted in the tick list.
A zero value for a timeout indicates that the user is willing to wait forever for
the semaphore to be released. Most of the time, you would specify an infinite
timeout when using the semaphore in resource sharing. Adding a timeout may
temporarily break a deadlock, however, there are better ways of preventing
deadlock at the application level (e.g., never hold more than one semaphore at
the same time; resource ordering; etc.).
13
Assuming blocking, the scheduler is called since the current task is no longer
able to run (it is waiting for the semaphore to be released). The scheduler will
then run the next highest-priority task that is ready-to-run.
When the semaphore is released and the task that called OSSemPend() is again
the highest-priority task, C/OS-III examines the task status to determine the
reason why OSSemPend() is returning to its caller. The possibilities are:
1) The semaphore was given to the waiting task. This is the preferred outcome.
2) The pend was aborted by another task
3) The semaphore was not posted within the specified timeout
4) The semaphore was deleted
When OSSemPend() returns, the caller is notified of the above outcome
through an appropriate error code.
252
Resource Management
L13-11(2)
If OSSemPend() returns with err set to OS_ERR_NONE, your code can assume
that it now has access to the resource.
If err contains anything else, OSSemPend() either timed out (if the timeout
argument was non-zero), the pend was aborted by another task, or the
semaphore was deleted by another task. It is always important to examine the
returned error code and not assume that everything went well.
L13-11(3)
When the task is finished accessing the resource, it needs to call OSSemPost()
and specify the same semaphore. Again, OSSemPost() starts by checking the
arguments passed to this function to make sure there are valid values
(assuming OS_CFG_ARG_CHK_EN is set to 1 in os_cfg.h).
OSSemPost() then calls OS_TS_GET() to obtain the current timestamp so it can
place that information in the semaphore to be used by OSSemPend(). This
feature is not as useful when semaphores are used to share resources as it is
when used as a signaling mechanism.
OSSemPost() checks to see if any tasks are waiting for the semaphore. If not,
OSSemPost() simply increments p_sem->Ctr, saves the timestamp in the
semaphore, and returns.
If there are tasks waiting for the semaphore to be released, OSSemPost()
extracts the highest-priority task waiting for the semaphore. This is a fast
operation as the pend list is sorted by priority order.
When calling OSSemPost(), it is possible to specify as an option to not call the
scheduler. This means that the post is performed, but the scheduler is not
called even if a higher priority task waits for the semaphore to be released. This
allows the calling task to perform other post functions (if needed) and make all
posts take effect simultaneously without the possibility of context switching in
between each post.
253
13
Chapter 13
7DVN+
7DVN+
3UHHPSWV
7DVN/
7DVN0
13
6HPDSKRUH
2ZQHG
E\7DVN/
7DVN0
3UHHPSWV
7DVN/
7DVN/
7DVN/
5HOHDVHV
6HPDSKRUH
7DVN0
'RQH
7DVN/
JHWV6HPDSKRUH
F13-4(1)
Task H and Task M are both waiting for an event to occur and Task L is
executing.
F13-4(2)
F13-4(3)
F13-4(4)
The event that Task H was waiting for occurs, and the kernel suspends Task L
and start executing Task H since Task H has a higher priority.
254
Resource Management
F13-4(5)
F13-4(6)
Task H now wants to access the resource that Task L currently owns (i.e., it
attempts to get the semaphore that Task L owns). Because Task L owns the
resource, Task H is placed in a list of tasks waiting for the semaphore to be
available.
F13-4(7)
F13-4(8)
Task L is preempted by Task M since the event that Task M was waiting for
occurred.
F13-4(9)
F13-4(10)
When Task M completes, the kernel relinquishes the CPU back to Task L.
F13-4(11)
F13-4(12)
Task L finally finishes working with the resource and releases the semaphore.
At this point, the kernel knows that a higher-priority task is waiting for the
semaphore, and a context switch takes place to resume Task H.
F13-4(13)
Task H has the semaphore and can access the shared resource.
13
So, what happened here is that the priority of Task H has been reduced to that of Task L
since it waited for the resource that Task L owned. The trouble begins when Task M
preempted Task L, further delaying the execution of Task H. This is called an unbounded
priority inversion. It is unbounded because any medium priority can extend the time Task
H has to wait for the resource. Technically, if all medium-priority tasks have known
worst-case periodic behavior and bounded execution times, the priority inversion time is
computable. This process, however, may be tedious and would need to be revised every
time the medium priority tasks change.
This situation can be corrected by raising the priority of Task L, only during the time it takes
to access the resource, and restore the original priority level when the task is finished. The
priority of Task L should be raised up to the priority of Task H. In fact, C/OS-III contains a
special type of semaphore that does just that and is called a mutual-exclusion semaphore.
255
Chapter 13
7DVN+
UHOHDVHV
WKH
0XWH[
7DVN+
13
7DVN+
SUHHPSWV
7DVN/
7DVN0
7DVN/
0XWH[
GRQHZLWK
RZQHG
0XWH[
E\
&26,,,
7DVN/
ORZHUV
&26,,,
SULRULW\
UDLVHG
RI
SULRULW\
7DVN/
RI
7DVN+
7DVN/
UHVXPHV
WRWKDWRI
DQGQRZRZQV
7DVN+
0XWH[
7DVN/
7DVN+
'RQH
7DVN/
JHWV 0XWH[
F13-5(1)
Task H and Task M are both waiting for an event to occur and Task L is
executing.
F13-5(2)
F13-5(3)
F13-5(4)
The event that Task H waited for occurs and the kernel suspends Task L and
begins executing Task H since Task H has a higher priority.
256
Resource Management
F13-5(5)
F13-5(6)
Task H now wants to access the resource that Task L currently owns (i.e., it
attempts to get the mutex from Task L). Given that Task L owns the resource,
C/OS-III raises the priority of Task L to the same priority as Task H to allow
Task L to finish with the resource and prevent Task L from being preempted by
medium-priority tasks.
F13-5(7)
F13-5(8)
Task L finishes working with the resource and releases the mutex. C/OS-III
notices that Task L was raised in priority and thus lowers Task L to its original
priority. After doing so, C/OS-III gives the mutex to Task H, which was
waiting for the mutex to be released.
F13-5(9)
Task H now has the mutex and can access the shared resource.
F13-5(10)
Task H is finished accessing the shared resource, and frees up the mutex.
F13-5(11)
F13-5(12)
Task H completes and decides to wait for an event to occur. At this point,
C/OS-III resumes Task M, which was made ready-to-run while Task H or Task
L were executing. Task M was made ready-to-run because an interrupt (not
shown in figure 13-5) occurred which Task M was waiting for.
F13-5(13)
Task M executes.
Note that there is no priority inversion, only resource sharing. Of course, the faster Task L
accesses the shared resource and frees up the mutex, the better.
C/OS-III implements full-priority inheritance and therefore if a higher priority requests the
resource, the priority of the owner task will be raised to the priority of the new requestor.
257
13
Chapter 13
A mutex is a kernel object defined by the OS_MUTEX data type, which is derived from the
structure os_mutex (see os.h). An application may have an unlimited number of mutexes
(limited only by the RAM available).
Only tasks are allowed to use mutual exclusion semaphores (ISRs are not allowed).
C/OS-III enables the user to nest ownership of mutexes. If a task owns a mutex, it can
own the same mutex up to 250 times. The owner must release the mutex an equivalent
number of times. In several cases, an application may not be immediately aware that it
called OSMutexPend() multiple times, especially if the mutex is acquired again by calling a
function as shown in Listing 13-12.
OS_MUTEX
SOME_STRUCT
MyMutex;
MySharedResource;
13
void MyTask (void *p_arg)
{
OS_ERR err;
CPU_TS ts;
:
while (DEF_ON) {
OSMutexPend((OS_MUTEX *)&MyMutex,
(OS_TICK
)0,
(OS_OPT
)OS_OPT_PEND_BLOCKING,
(CPU_TS
*)&ts,
(OS_ERR
*)&err);
/* Check err
/* Acquire shared resource if no error
MyLibFunction();
OSMutexPost((OS_MUTEX *)&MyMutex,
(OS_OPT
)OS_OPT_POST_NONE,
(OS_ERR
*)&err);
/* Check err
}
}
258
(1)
*/
*/
(2)
(3)
(7)
*/
Resource Management
void
{
MyLibFunction (void)
OS_ERR
CPU_TS
err;
ts;
OSMutexPend((OS_MUTEX *)&MyMutex,
(OS_TICK
)0,
(OS_OPT
)OS_OPT_PEND_BLOCKING,
(CPU_TS
*)&ts,
(OS_ERR
*)&err);
/* Check err
*/
/* Access shared resource if no error */
OSMutexPost((OS_MUTEX *)&MyMutex,
(OS_OPT
)OS_OPT_POST_NONE,
(OS_ERR
*)&err);
/* Check err
*/
(4)
(5)
(6)
13
Listing 13-12 Nesting calls to OSMutexPend()
L13-12(1)
L13-12(2)
You should check the error return value. If no errors exist, MyTask() owns
MySharedResource.
L13-12(3)
L13-12(4)
L13-12(5)
259
Chapter 13
L13-12(6)
The mutex is released and the nesting counter is decremented back to 1. Since
this indicates that the mutex is still owned by the same task, nothing further
needs to be done, and OSMutexPost() simply returns. MyLibFunction()
returns to its caller.
L13-12(7)
The mutex is released again and, this time, the nesting counter is decremented
back to 0 indicating that other tasks can now acquire the mutex.
You should always check the return value of OSMutexPend() (and any kernel call) to
ensure that the function returned because you properly obtained the mutex, and not
because the return from OSMutexPend() was caused by the mutex being deleted, or
because another task called OSMutexPendAbort() on this mutex.
13
As a general rule, do not make function calls in critical sections. All mutual exclusion
semaphore calls should be in the leaf nodes of the source code (e.g., in the low level
drivers that actually touches real hardware or in other reentrant function libraries).
There are a number of operations that can be performed on a mutex, as summarized in
Table 13-3. However, in this chapter, we will only discuss the three functions that are most
often used: OSMutexCreate(), OSMutexPend(), and OSMutexPost(). Other functions are
described in Appendix A, C/OS-III API Reference on page 443.
Function Name
Operation
OSMutexCreate()
Create a mutex.
OSMutexDel()
Delete a mutex.
OSMutexPend()
Wait on a mutex.
OSMutexPendAbort()
OSMutexPost()
Release a mutex.
260
Resource Management
typedef
struct
os_mutex
struct os_mutex {
OS_OBJ_TYPE
CPU_CHAR
OS_PEND_LIST
OS_TCB
OS_PRIO
OS_NESTING_CTR
CPU_TS
};
OS_MUTEX;
Type;
*NamePtr;
PendList;
*OwnerTCBPtr;
OwnerOriginalPrio;
OwnerNestingCtr;
TS;
(1)
(2)
(3)
(4)
(5)
(6)
(7)
(8)
13
Listing 13-13 OS_MUTEX data type
L13-13(1)
In C/OS-III, all structures are given a data type. All data types begin with
OS_ and are uppercase. When a mutex is declared, you simply use OS_MUTEX
as the data type of the variable used to declare the mutex.
L13-13(2)
L13-13(3)
Each kernel object can be given a name to make them easier to recognize by
debuggers or C/Probe. This member is simply a pointer to an ASCII string,
which is assumed to be NUL terminated.
L13-13(4)
Because it is possible for multiple tasks to wait (or pend on a mutex), the
mutex object contains a pend list as described in Chapter 10, Pend Lists (or
Wait Lists) on page 197.
261
Chapter 13
L13-13(5)
If the mutex is owned by a task, it will point to the OS_TCB of that task.
L13-13(6)
If the mutex is owned by a task, this field contains the original priority of the
task that owns the mutex. This field is required in case the priority of the task
must be raised to a higher priority to prevent unbounded priority inversions.
L13-13(7)
C/OS-III allows a task to acquire the same mutex multiple times. In order for
the mutex to be released, the owner must release the mutex the same number
of times that it was acquired. Nesting can be performed up to 250-levels deep.
L13-13(8)
A mutex contains a timestamp, used to indicate the last time it was released.
C/OS-III assumes the presence of a free-running counter that allows
applications to make time measurements. When the mutex is released, the
free-running counter is read and the value is placed in this field, which is
returned when OSMutexPend() returns.
13
Application code should never access any of the fields in this data structure directly. Instead,
you should always use the APIs provided with C/OS-III.
A mutual exclusion semaphore (mutex) must be created before it can be used by an
application. Listing 13-14 shows how to create a mutex.
OS_MUTEX
void
MyMutex;
(1)
{
OS_ERR
err;
:
:
OSMutexCreate(&MyMutex,
(2)
My Mutex,
(3)
&err);
(4)
/* Check err */
:
:
}
262
Resource Management
L13-14(1)
The application must declare a variable of type OS_MUTEX. This variable will be
referenced by other mutex services.
L13-14(2)
You create a mutex by calling OSMutexCreate() and pass the address to the
mutex allocated in L13-14(1).
L13-14(3)
You can assign an ASCII name to the mutex, which can be used by debuggers
or C/Probe to easily identify this mutex. There are no practical limits to the
length of the name since C/OS-III stores a pointer to the ASCII string, and not
to the actual characters that makes up the string.
L13-14(4)
Note that since a mutex is always a binary semaphore, there is no need to initialize a mutex
counter.
A task waits on a mutual exclusion semaphore before accessing a shared resource by calling
OSMutexPend() as shown in Listing 13-15 (see Appendix A, C/OS-III API Reference on
page 443 for details regarding the arguments).
263
13
Chapter 13
OS_MUTEX
MyMutex;
err;
CPU_TS
ts;
:
while (DEF_ON) {
:
OSMutexPend(&MyMutex,
*/
/*
*/
OS_OPT_PEND_BLOCKING, /*
Option(s)
*/
&ts,
/*
*/
&err);
/*
*/
10,
:
/* Check err
(2)
*/
13
OSMutexPost(&MyMutex,
*/
/*
*/
OS_OPT_POST_NONE,
&err);
/* Check err
*/
:
:
}
}
L13-15(1)
264
Resource Management
265
13
Chapter 13
L13-15(2)
If OSMutexPend() returns with err set to OS_ERR_NONE, assume that the calling
task now owns the resource and can proceed with accessing it. If err contains
anything else, then OSMutexPend() either timed out (if the timeout argument
was non-zero), the pend was aborted by another task, or the mutex was
deleted by another task. It is always important to examine returned error codes
and not assume everything went as planned.
If err is OS_ERR_MUTEX_NESTING, then the caller attempted to pend on the
same mutex.
L13-15(3)
13
When your task is finished accessing the resource, it must call OSMutexPost()
and specify the same mutex. Again, OSMutexPost() starts by checking the
arguments passed to this function to make sure they contain valid values
(Assuming OS_CFG_ARG_CHK_EN is set to 1 in os_cfg.h).
OSMutexPost() now calls OS_TS_GET() to obtain the current timestamp and
place that information in the mutex, which will be used by OSMutexPend().
OSMutexPost() decrements the nesting counter and, if still non-zero,
OSMutexPost() returns to the caller. In this case, the current owner has not
fully released the mutex. The error code will be OS_ERR_MUTEX_NESTING.
If there are no tasks waiting for the mutex, OSMutexPost() sets
p_mutex->OwnerTCBPtr to a NULL pointer and clears the mutex nesting counter.
If C/OS-III had to raise the priority of the mutex owner, it is returned to its
original priority at this time.
The highest-priority task waiting on the mutex is then extracted from the pend
list and given the mutex. This is a fast operation since the pend list is sorted by
priority.
If the option to OSMutexPost() is not OS_OPT_POST_NO_SCHED then, the
scheduler is called to see if the new mutex owner has a higher priority than the
current task. If so, C/OS-III will switch context to the new mutex owner.
You should note that you should only acquire one mutex at a time. In fact, its highly
recommended that when you acquire a mutex, you dont acquire any other kernel objects.
266
Resource Management
(1)
(2)
(3)
(4)
(8)
(9)
267
13
Chapter 13
void
{
T2 (void *p_arg)
while (DEF_ON) {
Wait for event to occur;
Acquire M2;
Access
:
:
(5)
(6)
R2;
Acquire M1;
Access R1;
(7)
}
}
L13-16(1)
Assume that the event that task T1 is waiting for occurs and T1 is now the
highest priority task that must execute.
L13-16(2)
L13-16(3)
Resource R1 is accessed.
L13-16(4)
An interrupt occurs causing the CPU to switch to task T2 since T2 has a higher
priority than task T1.
L13-16(5)
The ISR is the event that task T2 was waiting for and therefore T2 resumes
execution.
L13-16(6)
L13-16(7)
Task T2 tries to acquire mutex M1, but C/OS-III knows that mutex M1 is
owned by another task.
L13-16(8)
L13-16(9)
13
268
Resource Management
C/OS-III allows the calling task to specify a timeout when acquiring a mutex. This feature
allows a deadlock to be broken, but the same deadlock may then recur later, or many times
later. If the mutex is not available within a certain period of time, the task requesting the
resource resumes execution. C/OS-III returns an error code indicating that a timeout
occurred. A return error code prevents the task from thinking it has properly obtained the
resource.
The pseudo-code avoids deadlocks by first acquiring all resources as shown in Listing 13-17.
R1;
Access
R2;
}
}
void
T2 (void *p_arg)
{
while (DEF_ON) {
Wait for event to occur;
Acquire M1;
Acquire M2;
Access
R1;
Access
R2;
}
}
Listing 13-17 Deadlock avoidance acquire all first and in the same order
269
13
Chapter 13
The pseudo-code to acquire all of the mutexes in the same order is shown in Listing 13-18. This
is similar to the previous example, except that it is not necessary to acquire all the mutexes first,
only to make sure that the mutexes are acquired in the same order for both tasks.
M1;
R1;
M2;
R2;
}
}
13
R2;
}
}
270
Resource Management
13-7 SUMMARY
The mutual exclusion mechanism used depends on how fast code will access the shared
resource, as shown in Table 13-4.
Resource Sharing Method
Disable/Enable Interrupts
Semaphores
When all tasks that need to access a shared resource do not have
deadlines. This is because semaphores can cause unbounded priority
inversions. However, semaphore services are slightly faster (in execution
time) than mutual exclusion semaphores.
271
13
Chapter 13
13
272
Chapter
14
Synchronization
This chapter focuses on how tasks can synchronize their activities with Interrupt Service
Routines (ISRs), or other tasks.
When an ISR executes, it can signal a task telling the task that an event of interest has
occurred. After signaling the task, the ISR exits and, depending on the signaled task priority,
the scheduler is run. The signaled task may then service the interrupting device, or
otherwise react to the event. Servicing interrupting devices from task level is preferred
whenever possible, since it reduces the amount of time that interrupts are disabled and the
code is easier to debug.
There are two basic mechanisms for synchronizations in C/OS-III: semaphores and event flags.
273
Chapter 14
14-1 SEMAPHORES
As defined in Chapter 13, Resource Management on page 231, a semaphore is a protocol
mechanism offered by most multitasking kernels. Semaphores were originally used to
control access to shared resources. However, better mechanisms exist to protect access to
shared resources, as described in Chapter 12. Semaphores are best used to synchronize an
ISR to a task, or synchronize a task with another task as shown in Figure 14-1.
Note that the semaphore is drawn as a ag to indicate that it is used to signal the
occurrence of an event. The initial value for the semaphore is typically zero (0), indicating
the event has not yet occurred.
The value N next to the flag indicates that the semaphore can accumulate events or credits. An
ISR (or a task) can post (or signal) multiple times to a semaphore and the semaphore will
remember how many times it was posted. It is possible to initialize the semaphore with a value
other than zero, indicating that the semaphore initially contains that number of events.
14
Also, the small hourglass close to the receiving task indicates that the task has an option to
specify a timeout. This timeout indicates that the task is willing to wait for the semaphore to
be signaled (or posted to) within a certain amount of time. If the semaphore is not signaled
within that time, C/OS-III resumes the task and returns an error code indicating that the
task was made ready-to-run because of a timeout and not the semaphore was signaled.
7DVN
266HP&UHDWH
266HP'HO
266HP3HQG$ERUW
266HP3RVW
266HP6HW
266HP3RVW
,65
266HP3HQG
7DVN
7LPHRXW
Synchronization
Function Name
Operation
OSSemCreate()
Create a semaphore.
OSSemDel()
Delete a semaphore.
OSSemPend()
Wait on a semaphore.
OSSemPendAbort()
OSSemPost()
Signal a semaphore.
OSSemSet()
When used for synchronization, a semaphore keeps track of how many times it was
signaled using a counter. The counter can take values between 0 and 255, 65,535, or
4,294,967,295, depending on whether the semaphore mechanism is implemented using 8,
16, or 32 bits, respectively. For C/OS-III, the maximum value of a semaphore is determined
by the data type OS_SEM_CTR (see os_type.h), which is changeable, as needed (assuming
access to C/OS-IIIs source code). Along with the semaphores value, C/OS-III keeps track
of tasks waiting for the semaphore to be signaled.
275
14
Chapter 14
7DVN
266HP3HQG
266HP3RVW
,65
7DVN
7LPHRXW
266HP3HQG
266HP3RVW
7DVN
7LPHRXW
14
A unilateral rendez-vous is used when a task initiates an I/O operation and waits (i.e., call
OSSemPend()) for the semaphore to be signaled (posted). When the I/O operation is
complete, an ISR (or another task) signals the semaphore (i.e., calls OSSemPost()), and the
task is resumed. This process is also shown on the timeline of Figure 14-3 and described
below. The code for the ISR and task is shown in Listing 14-1.
,65
266HP3RVW
266HP3HQG
+3
7DVN
/3
7DVN
276
Synchronization
F14-3(1)
F14-3(2)
F14-3(3)
F14-3(4)
A high priority task is executing. The task needs to synchronize with an ISR
(i.e., wait for the ISR to occur) and call OSSemPend().
Since the ISR has not occurred, the task will be placed in the waiting list for the
semaphore until the event occurs The scheduler in C/OS-III will then select
the next most important task and context switch to that task.
F14-3(5)
F14-3(6)
The event that the original task was waiting for occurs. The lower-priority task
is immediately preempted (assuming interrupts are enabled), and the CPU
vectors to the interrupt handler for the event.
F14-3(7)
F14-3(8)
F14-3(9)
F14-3(10)
F14-3(11)
The ISR handles the interrupting device and then calls OSSemPost() to signal
the semaphore. When the ISR completes, C/OS-III is called (i.e.
OSIntExit()).
C/OS-III notices that a higher-priority task is waiting for this event to occur
and context switches back to the original task.
The original task resumes execution immediately after the call to OSSemPend().
277
14
Chapter 14
OS_SEM
MySem;
err;
(7)
14
(1)
(11)
A few interesting things are worth noting about this process. First, the task does not need to
know about the details of what happens behind the scenes. As far as the task is concerned,
it called a function (OSSemPend()) that will return when the event it is waiting for occurs.
Second, C/OS-III maximizes the use of the CPU by selecting the next most important task,
which executes until the ISR occurs. In fact, the ISR may not occur for many milliseconds
and, during that time, the CPU will work on other tasks. As far as the task that is waiting for
the semaphore is concerned, it does not consume CPU time while it is waiting. Finally, the
task waiting for the semaphore will execute immediately after the event occurs (assuming it
is the most important task that needs to run).
278
Synchronization
Sem == 1
(3)
ISR
Sem == 2
(9)
OSSemPost()
OSSemPost()
(4)
(2)
(10)
(5)
(8)
(6)
High Priority
Task
(1)
Low Priority
Task
(11)
(15)
(12)
(7)
(14)
(13)
14
(16)
(17)
OSSemPend()
F14-4(1)
F14-4(2)
F14-4(3)
An event meant for a lower-priority task occurs which preempts the task
(assuming interrupts are enabled). The ISR executes and posts the semaphore.
At this point the semaphore count is 1.
279
Chapter 14
F14-4(4)
F14-4(5)
F14-4(6)
F14-4(7)
F14-4(8)
F14-4(9)
F14-4(10)
F14-4(11)
F14-4(12)
14
F14-4(13)
F14-4(14)
F14-4(15)
F14-4(16)
F14-4(17)
280
C/OS-III is called at the end of the ISR to see if the ISR caused a
higher-priority task to be ready-to-run. Since the ISR was an event that a
lower-priority task was waiting for, C/OS-III will resume execution of the
higher-priority task at the exact point where it was interrupted.
The high-priority task is resumed and continues execution.
The interrupt occurs a second time. The ISR executes and posts the semaphore.
At this point the semaphore count is 2.
C/OS-III is called at the end of the ISR to see if the ISR caused a
higher-priority task to be ready-to-run. Since the ISR was an event that a
lower-priority task was waiting for, C/OS-III resumes execution of the
higher-priority task at the exact point where it was interrupted.
The high-priority task resumes execution and actually terminates the work it
was doing. This task will then call one of the C/OS-III services to wait for its
event to occur.
C/OS-III will then select the next most important task, which happens to be
the task waiting for the event and will context switch to that task.
The new task executes and will know that the ISR occurred twice since the
semaphore count is two. The task will handle this accordingly.
Synchronization
7DVN
7LPHRXW
7DVN
266HP3HQG
266HP3RVW
266HP3HQG
266HP3RVW
,65
7DVN
7LPHRXW
266HP3HQG
14
7LPHRXW
7DVN
When the semaphore is signaled (whether by an ISR or task), C/OS-III makes the
highest-priority task waiting on the semaphore ready-to-run. However, it is also possible to
specify that all tasks waiting on the semaphore be made ready-to-run. This is called
broadcasting and is accomplished by specifying OS_OPT_POST_ALL as an option when
calling OSSemPost(). If any of the waiting tasks has a higher priority than the previously
running task, C/OS-III will execute the highest-priority task made ready by OSSemPost().
Broadcasting is a common technique used to synchronize multiple tasks and have them
start executing at the same time. However, some of the tasks that we want to synchronize
might not be waiting for the semaphore. It is fairly easy to resolve this problem by
combining semaphores and event flags. This will be described after examining event flags.
281
Chapter 14
14
The application programmer can create an unlimited number of semaphores (limited only
by available RAM). Semaphore services in C/OS-III start with the OSSem???() prefix, and
services available to the application programmer are described in Appendix A, C/OS-III
API Reference on page 443. Semaphore services are enabled at compile time by setting the
configuration constant OS_CFG_SEM_EN to 1 in os_cfg.h.
Semaphores must be created before they can be used by the application. Listing 14-3 shows
how to create a semaphore.
As previously mentioned, a semaphore is a kernel object as defined by the OS_SEM data
type, which is derived from the structure os_sem (see os.h) as shown in Listing 14-2. The
services provided by C/OS-III to manage semaphores are implemented in the file
os_sem.c.
typedef
struct
struct os_sem {
OS_OBJ_TYPE
CPU_CHAR
OS_PEND_LIST
OS_SEM_CTR
CPU_TS
};
os_sem
OS_SEM;
(1)
Type;
*NamePtr;
PendList;
Ctr;
TS;
(2)
(3)
(4)
(5)
(6)
282
Synchronization
L14-2(1)
In C/OS-III, all structures are given a data type. In fact, all data types start with
OS_ and are all uppercase. When a semaphore is declared, simply use OS_SEM
as the data type of the variable used to declare the semaphore.
L14-2(2)
L14-2(3)
Each kernel object can be given a name to make them easier to be recognized
by debuggers or C/Probe. This member is simply a pointer to an ASCII string,
which is assumed to be NUL terminated.
L14-2(4)
L14-2(5)
L14-2(6)
A semaphore contains a time stamp, which is used to indicate the last time the
semaphore was signaled (or posted to). C/OS-III assumes the presence of a
free-running counter that allows the application to make time measurements.
When the semaphore is signaled, the free-running counter is read and the
value is placed in this field, which is returned when OSSemPend() is called.
This value allows the application to determine either when the signal was
performed, or how long it took for the task to get control of the CPU from the
signal. In the latter case, you should call OS_TS_GET() to determine the current
timestamp and compute the difference.
283
14
Chapter 14
Even for users who understand the internals of the OS_SEM data type, the application code
should never access any of the fields in this data structure directly. Instead, you should
always use the APIs provided with C/OS-III.
Semaphores must be created before they can be used by an application. Listing 14-3 shows
how to create a semaphore.
OS_SEM
14
MySem;
(1)
(2)
(3)
(4)
(5)
L14-3(1)
The application must declare a variable of type OS_SEM. This variable will be
referenced by other semaphore services.
L14-3(2)
You create a semaphore by calling OSSemCreate() and pass the address to the
semaphore allocated in L14-3(1).
L14-3(3)
You can assign an ASCII name to the semaphore, which can be used by
debuggers or C/Probe to easily identify this semaphore.
L14-3(4)
You need to initialize the semaphore to zero (0) when using a semaphore as a
signaling mechanism.
L14-3(5)
OSSemCreate() returns an error code based on the outcome of the call. If all
arguments are valid, err will contain OS_ERR_NONE.
284
Synchronization
(1)
14
(2)
L14-4(1)
285
Chapter 14
If OSSemPend() returns with err set to OS_ERR_NONE, you can assume that the
semaphore was signaled and the task can proceed with servicing the ISR or
task that caused the signal. If err contains anything else, OSSemPend() either
timed out (if the timeout argument was non-zero), the pend was aborted by
another task, or the semaphore was deleted by another task. It is always
important to examine returned error code and not assume everything went
as expected.
To signal a task (either from an ISR or a task), simply call OSSemPost() as shown in
Listing 14-5.
286
Synchronization
OS_SEM
MySem;
err;
OSSemPost(&MySem,
OS_OPT_POST_1,
&err);
/* Check err */
:
:
(1)
(2)
(3)
L14-5(1)
L14-5(2)
Your task signals (or posts to) the semaphore by calling OSSemPost(). You
specify the semaphore to post by passing its address. The semaphore must
have been previously created.
The next argument specifies how the task wants to post. There are a number of
options to choose from.
When you specify OS_OPT_POST_1, you are indicating that you want to post to
only one task (in case there are multiple tasks waiting on the semaphore). The
task that will be made ready-to-run will be the highest-priority task waiting on
the semaphore. If there are multiple tasks at the same priority, only one of
them will be made ready-to-run. As shown in Figure 14-6, tasks waiting are in
priority order (HPT means High Priority Task and LPT means Low Priority
Task). So, it is a fast operation to extract the HPT from the list.
If specifying OS_OPT_POST_ALL, all tasks waiting on the semaphore will be
posted and made ready-to-run.
The calling task can add the option OS_OPT_POST_NO_SCHED to either of the
two previous options to indicate that the scheduler is not to be called at the
end of OSSemPost(), possibly because additional postings will be performed,
and rescheduling should only take place when finished. This means that the
signal is performed, but the scheduler is not called even if a higher-priority task
287
14
Chapter 14
was waiting for the semaphore to be signaled. This allows the calling task to
perform other post functions (if needed) and make all the posts take effect
simultaneously. Note that OS_OPT_POST_NO_SCHED is additive, meaning that it
can be used with either of the previous options. You can thus specify:
OS_OPT_POST_1
OS_OPT_POST_ALL
OS_OPT_POST_1
+ OS_OPT_POST_NO_SCHED
OS_OPT_POST_ALL + OS_OPT_POST_NO_SCHED
26B6(0
7\SH
7DVNV
:DLWLQJ
IRU
6HPDSKRUH
1DPH3WU
&WU
1EU(QWULHV
+HDG3WU
7DLO3WU
3UHY3WU 1H[W3WU
14
+37
3UHY3WU 1H[W3WU
3UHY3WU 1H[W3WU
/37
L14-5(3)
288
OSSemPost() returns an error code based on the outcome of the call. If the call
was successful, err will contain OS_ERR_NONE. If not, the error code will
indicate the reason for the error (see Appendix A, C/OS-III API Reference
on page 443 for a list of possible error codes for OSSemPost().
Synchronization
7DVN
267DVN6HP3HQG$ERUW
267DVN6HP3RVW
267DVN6HP6HW
267DVN6HP3HQG
267DVN6HP3RVW
,65
7DVN
7LPHRXW
Function Name
Operation
OSTaskSemPend()
OSTaskSemPendAbort()
OSTaskSemPost()
Signal a task.
OSTaskSemSet()
289
Chapter 14
(1)
(2)
(3)
(4)
14
Listing 14-6 Pending (or waiting) on Tasks internal semaphore
L14-6(1)
L14-6(2)
L14-6(3)
290
two options:
The blocking
(or posted to),
is aborted by
Synchronization
L14-6(4)
OS_TCB
MyTaskTCB;
(1)
(2)
(3)
14
L14-7(1)
L14-7(2)
The next argument specifies how the user wants to post. There are only two
choices.
Specify OS_OPT_POST_NONE, which indicates the use of the default option of
calling the scheduler after posting the semaphore.
Or, specify OS_OPT_POST_NO_SCHED to indicate that the scheduler is not to be
called at the end of OSTaskSemPost(), possibly because there will be
additional postings, and rescheduling would take place when finished (the last
post would not specify this option).
291
Chapter 14
L14-7(3)
7DVN
14
267DVN6HP3HQG
267DVN6HP3RVW
267DVN6HP3RVW
267DVN6HP3RVW
7DVN
The code for a bilateral rendez-vous is shown in Listing 14-8. Of course, a bilateral
rendez-vous can use two separate semaphores, but the built-in task semaphore makes
setting up this type of synchronization quite straightforward.
292
Synchronization
OS_TCB
MyTask1_TCB;
OS_TCB
MyTask2_TCB;
ts;
while (DEF_ON) {
:
OSTaskSemPost(&MyTask2_TCB,
OS_OPT_POST_NONE,
&err);
/* Check err */
OSTaskSemPend(0,
OS_OPT_PEND_BLOCKING,
&ts,
&err);
/* Check err */
:
}
(1)
(2)
14
(3)
(4)
293
Chapter 14
L14-8(1)
L14-8(2)
Task #1 pends on its internal semaphore to synchronize with Task #2. Because
Task #2 has not executed yet, Task #1 is blocked waiting on its semaphore to
be signaled. C/OS-III context switches to Task #2.
L14-8(3)
L14-8(4)
Since it has already been signaled, Task #2 is now synchronized to Task #1. If
Task #1 is higher in priority than Task #2, C/OS-III will switch back to Task
#1. If not, Task #2 continues execution.
14
Event ags are used when a task needs to synchronize with the occurrence of multiple
events. The task can be synchronized when any of the events have occurred, which is called
disjunctive synchronization (logical OR). A task can also be synchronized when all events
have occurred, which is called conjunctive synchronization (logical AND). Disjunctive and
conjunctive synchronization are shown in Figure 14-9.
The application programmer can create an unlimited number of event flag groups (limited
only by available RAM). Event flag services in C/OS-III start with the OSFlag???() prefix.
The services available to the application programmer are described in Appendix A,
C/OS-III API Reference on page 443.
The code for event flag services is found in the file os_flag.c, and is enabled at compile
time by setting the configuration constant OS_CFG_FLAG_EN to 1 in os_cfg.h.
294
Synchronization
(YHQW
)ODJ
*URXS
26B)/$*B*53
7DVN
26)ODJ&UHDWH
26)ODJ'HO
26)ODJ3HQG$ERUW
26)ODJ3RVW
26)ODJ3RVW
,65
}
}
26)ODJ3HQG*HW)ODJV5G\
$1'
26)ODJ3HQG
7DVN
7LPHRXW
26)ODJ3HQG*HW)ODJV5G\
25
26)ODJ3HQG
7DVN
7LPHRXW
14
Figure 14-9 Event Flags
F14-9(1)
F14-9(2)
Tasks or ISRs can post to event flags. In addition, only tasks can create, delete,
and stop other task from pending on event flag groups.
F14-9(3)
A task can wait (i.e., pend) on any number of bits in an event flag group (i.e., a
subset of all the bits). As with all C/OS-III pend calls, the calling task can
specify a timeout value such that if the desired bits are not posted within a
specified amount of time (in ticks), the pending task is resumed and informed
about the timeout.
295
Chapter 14
F14-9(4)
The task can specify whether it wants to wait for any subset of bits (OR) to be
set (or clear), or wait for all bits in a subset of bit (AND) to be set (or clear).
There are a number of operations to perform on event flags, as summarized in Table 14-3.
Function Name
Operation
OSFlagCreate()
OSFlagDel()
OSFlagPend()
OSFlagPendAbort()
OSFlagPendGetFlagsRdy()
OSFlagPost()
14
296
Synchronization
#define
TEMP_LOW
#define
#define
BATT_LOW
(OS_FLAGS)0x0002
SW_PRESSED (OS_FLAGS)0x0004
(OS_FLAGS)0x0001
OS_FLAG_GRP
MyEventFlagGrp;
(1)
(2)
err;
OSInit(&err);
:
OSFlagCreate(&MyEventFlagGrp,
My Event Flag Group,
(OS_FLAGS)0,
&err);
(3)
/* Check err */
:
OSStart(&err);
}
14
void MyTask (void *p_arg)
{
OS_ERR err;
CPU_TS ts;
while (DEF_ON) {
OSFlagPend(&MyEventFlagGrp,
TEMP_LOW + BATT_LOW,
(OS_TICK )0,
(OS_OPT)OS_OPT_PEND_FLAG_SET_ANY,
&ts,
&err);
/* Check err */
:
}
(4)
(5)
297
Chapter 14
void
{
MyISR (void)
OS_ERR err;
:
OSFlagPost(&MyEventFlagGrp,
(6)
(7)
BAT_LOW,
(OS_OPT)OS_OPT_POST_FLAG_SET,
&err);
/* Check err */
:
}
L14-9(1)
L14-9(2)
L14-9(3)
Event flag groups must be created before they can be used. The best place to
do this is in your startup code as it ensures that no tasks, or ISR, will be able to
use the event flag group until C/OS-III is started. In other words, the best
place is to create the event flag group is in main(). In the example, the event
flag was given a name and all bits start in their cleared state (i.e., all zeros).
L14-9(4)
You can assume here that the application created MyTask() which will be
pending on the event flag group.
L14-9(5)
To pend on an event flag group, you call OSFlagPend() and pass it the address
of the desired event flag group.
14
The second argument specifies which bits the task will be waiting to be set
(assuming the task is triggered by set bits instead of cleared bits).
You also need to specify how long to wait for these bits to be set. A timeout
value of zero (0) indicates that the task will wait forever. A non-zero value
indicates the number of ticks the task will wait until it is resumed if the desired
bits are not set.
298
Synchronization
An ISR (it can also be a task) is setup to detect when the battery voltage of the
product goes low (assuming the product is battery operated). The ISR signals
the task, letting the task perform whatever corrective action is needed.
L14-9(7)
The desired event flag group is specified in the post call as well as which flag
the ISR is setting. The third option specifies that the error condition will be
flagged as a set bit. Again, the function sets err based on the outcome of
the call.
Event flags are generally used for two purposes: status and transient events. Typically you
would use different event flag groups to handle each of these as shown in Listing 14-10.
Tasks or ISRs can report status information such as a temperature that has exceeded a
certain value, that RPM is zero on an engine or motor, or there is fuel in the tank, and more.
This status information cannot be consumed by the tasks waiting for these events, because
the status is managed by other tasks or ISRs. Event flags associated with status information
are monitored by other task by using non-blocking wait calls.
Tasks will report transient events such as a switch was pressed, an object was detected by a
motion sensor, an explosion occurred, etc. The task that responds to these events will
typically block waiting for any of those events to occur and consume the event.
299
14
Chapter 14
6WDWXV
26B)/$*B*53
530
7DVN
530
530!
$1'
26)ODJ3HQG
121B%/2&.,1*
'LVSOD\
7DVN
25
26)ODJ3HQG
121B%/2&.,1*
'DWD
/RJJLQJ
7DVN
$LU7HPS !
$QDORJ
,QSXW
7DVN
$LU3UHV !
)XHO/HYHO!
530!
6XGGHQ
6WRS
0RWLRQ
6HQVRU
7DVN
0RWLRQ'HWHFWHG
14
([SORVLRQ
,65
6ZLWFK
7DVN
([SORVLRQ
25
25
26)ODJ3HQG
%/2&.,1*&21680(
(UURU
7DVN
7LPHRXW
26)ODJ3HQG
%/2&.,1*&21680(
$ERUW
7DVN
7LPHRXW
$ERUW
7UDQVLHQW(YHQWV
26B)/$*B*53
Figure 14-10 Event Flags used for Status and Transient Events
Synchronization
typedef
struct
struct
os_flag_grp
OS_FLAG_GRP;
(1)
os_flag_grp {
OS_OBJ_TYPE
CPU_CHAR
OS_PEND_LIST
OS_FLAGS
CPU_TS
Type;
*NamePtr;
PendList;
Flags;
TS;
(2)
(3)
(4)
(5)
(6)
};
L14-10(1)
In C/OS-III, all structures are given a data type. In fact, all data types start with
OS_ and are uppercase. When an event flag group is declared, you simply use
OS_FLAG_GRP as the data type of the variable used to declare the event flag
group.
L14-10(2)
L14-10(3)
Each kernel object can be given a name to make them easier to be recognized
by debuggers or C/Probe. This member is simply a pointer to an ASCII string,
which is assumed to be NUL terminated.
L14-10(4)
L14-10(5)
An event flag group contains a series of flags (i.e., bits), and this member
contains the current state of these flags. The flags can be implemented using
either an 8-, 16- or 32-bit value depending on how the data type OS_FLAGS is
declared in os_type.h.
14
301
Chapter 14
L14-10(6)
An event flag group contains a timestamp used to indicate the last time the
event flag group was posted to. C/OS-III assumes the presence of a
free-running counter that allows users to make time measurements. When the
event flag group is posted to, the free-running counter is read and the value is
placed in this field, which is returned when OSFlagPend() is called. This value
allows an application to determine either when the post was performed, or
how long it took for your code to obtain control of the CPU from the post. In
the latter case, you can call OS_TS_GET() to determine the current timestamp
and compute the difference.
Even if the user understands the internals of the OS_FLAG_GRP data type, application code
should never access any of the fields in this data structure directly. Instead, you should
always use the APIs provided with C/OS-III.
Event flag groups must be created before they can be used by an application as shown in
Listing 14-11.
14
OS_FLAG_GRP
void
{
MyEventFlagGrp;
(1)
MyCode (void)
OS_ERR err;
:
OSFlagCreate(&MyEventFlagGrp,
My Event Flag Group,
(OS_FLAGS)0,
&err);
/* Check err */
:
(2)
(3)
(4)
(5)
L14-11(1)
The application must declare a variable of type OS_FLAG_GRP. This variable will
be referenced by other event flag services.
L14-11(2)
You create an event flag group by calling OSFlagCreate() and pass the
address to the event flag group allocated in (1).
302
Synchronization
L14-11(3)
You can assign an ASCII name to the event flag group, which can be used by
debuggers or C/Probe to easily identify this event flag group. C/OS-III stores
a pointer to the name so there is no practical limit to its size, except that the
ASCII string needs to be NUL terminated.
L14-11(4)
You initialize the flags inside the event flag group to zero (0) unless the task
and ISRs signal events with bits cleared instead of bits set. If using cleared bits,
you should initialize all the bits to ones (1).
L14-11(5)
OSFlagCreate() returns an error code based on the outcome of the call. If all
the arguments are valid, err will contain OS_ERR_NONE.
A task waits for one or more event flag bits either from an ISR or another task by calling
OSFlagPend() as shown in Listing 14-12 (see Appendix A, C/OS-III API Reference on
page 443 for details regarding the arguments).
14
OS_FLAG_GRP
MyEventFlagGrp;
*/
*/
*/
Option(s)
*/
Timestamp of when posted to */
Pointer to Error returned
*/
*/
303
Chapter 14
L14-12(1)
14
If you further specify a non-zero timeout, the task will also be inserted in the
tick list. A zero value for a timeout indicates that the calling task is willing to
wait forever for the desired bits.
The scheduler is then called since the current task is no longer able to run (it is
waiting for the desired bits). The scheduler will run the next highest-priority
task that is ready-to-run.
When the event flag group is posted to and the task that called OSFlagPend()
has its desired bits set or cleared, a task status is examined to determine the
reason why OSFlagPend() is returning to its caller. The possibilities are:
1) The desired bits were set (or cleared)
2) The pend was aborted by another task
3) The bits were not set (or cleared) within the specified timeout
4) The event flag group was deleted
When OSFlagPend() returns, the caller is notified of the above outcome
through an appropriate error code.
304
Synchronization
L14-12(2)
If OSFlagPend() returns with err set to OS_ERR_NONE, you can assume that the
desired bits were set (or cleared) and the task can proceed with servicing the
ISR or task that created those events. If err contains anything else,
OSFlagPend() either timed out (if the timeout argument was non-zero), the
pend was aborted by another task or, the event flag group was deleted by
another task. It is always important to examine the returned error code and not
assume everything went as planned.
To set (or clear) event flags (either from an ISR or a task), you simply call OSFlagPost(), as
shown in Listing 14-13.
OS_FLAG_GRP
MyEventFlagGrp;
err;
OS_FLAGS
flags_cur;
14
flags_cur = OSFlagPost(&MyEventFlagGrp,
(1)
(OS_FLAGS)0x0C,
(2)
OS_OPT_POST_FLAG_SET,
(3)
&err);
(4)
/* Check err */
:
:
}
L14-13(1)
A task posts to the event flag group by calling OSFlagPost(). Specify the
desired event flag group to post by passing its address. Of course, the event
flag group must have been previously created. OSFlagPost() returns the
current value of the event flags in the event flag group after the post has been
performed.
L14-13(2)
The next argument specifies which bit(s) the ISR (or task) will be setting or
clearing in the event flag group.
305
Chapter 14
L14-13(3)
14
L14-13(4)
OSFlagPost() returns an error code based on the outcome of the call. If the
call was successful, err will contain OS_ERR_NONE. If not, the error code will
indicate the reason of the error (see Appendix A, C/OS-III API Reference on
page 443 for a list of possible error codes for OSFlagPost().
306
Synchronization
7DVN
7LPHRXW
26B6(0
7DVN
266HP3RVW
%URDGFDVW
266HP3HQG
266HP3HQG
7DVN
7LPHRXW
266HP3HQG
26B)/$*B*53
7DVN
7LPHRXW
26)ODJ3HQG
$1'&RQVXPH
14
26)ODJ3RVW
26)ODJ3RVW
26)ODJ3RVW
F14-11(1)
Each task that needs to synchronize at the rendez-vous needs to set an event
flag bit (and specify OS_OPT_POST_NO_SCHED).
F14-11(2)
F14-11(3)
The task that will be broadcasting must wait for all of the event flags
corresponding to each task to be set.
F14-11(4)
When all waiting tasks are ready, the task that will synchronize the waiting task
issues a broadcast to the semaphore.
307
Chapter 14
14-5 SUMMARY
Three methods are presented to allow an ISR or a task to signal one or more tasks:
semaphores, task semaphores, and event flags.
Both semaphores and task semaphores contain a counter allowing them to perform credit
tracking and accumulate the occurrence of events. If an ISR or task needs to signal a single
task (as opposed to multiple tasks when the event occurs), it makes sense to use a task
semaphore since it prevents the user from having to declare an external semaphore object.
Also, task semaphore services are slightly faster (in execution time) than semaphores.
Event flags are used when a task needs to synchronize with the occurrence of one or more
events. However, event flags cannot perform credit tracking since a single bit (as opposed
to a counter) represents each event.
14
308
Chapter
15
Message Passing
It is sometimes necessary for a task or an ISR to communicate information to another task.
This information transfer is called inter-task communication. Information can be
communicated between tasks in two ways: through global data, or by sending messages.
As seen in Chapter 13, Resource Management on page 231, when using global variables,
each task or ISR must ensure that it has exclusive access to variables. If an ISR is involved,
the only way to ensure exclusive access to common variables is to disable interrupts. If two
tasks share data, each can gain exclusive access to variables either by disabling interrupts,
locking the scheduler, using a semaphore, or preferably, using a mutual-exclusion
semaphore. Note that a task can only communicate information to an ISR by using global
variables. A task is not aware when a global variable is changed by an ISR, unless the ISR
signals the task, or the task polls the contents of a variable periodically.
Messages can either be sent to an intermediate object called a message queue, or directly to
a task since in C/OS-III, each task has its own built-in message queue. You can use an
external message queue if multiple tasks are to wait for messages. You would send a
message directly to a task if only one task will process the data received.
When a task waits for a message to arrive, it does not consume CPU time.
309
Chapter 15
15-1 MESSAGES
A message consists of a pointer to data, a variable containing the size of the data being pointed
to, and a timestamp indicating when the message was sent. The pointer can point to a data area
or even a function. Obviously, the sender and the receiver must agree as to the contents and the
meaning of the message. In other words, the receiver of the message will need to know the
meaning of the message received to be able to process it. For example, an Ethernet controller
receives a packet and sends a pointer to this packet to a task that knows how to handle the
packet.
The message contents must always remain in scope since the data is actually sent by
reference instead of by value. In other words, data sent is not copied. You might consider
using dynamically allocated memory as described in Chapter 17, Memory Management on
page 343. Alternatively, you can pass a pointer to a global variable, a global data structure,
a global array, or a function, etc.
7DVN
264&UHDWH
264'HO
264)OXVK
2643HQG$ERUW
2643RVW
0HVVDJH4XHXH
2643HQG
7DVN
2643RVW
7LPHRXW
,65
6L]H
310
Message Passing
Message queues are drawn as a first-in, first-out pipe (FIFO). However, with C/OS-III, it is
possible to post messages in last-in, first-out order (LIFO). The LIFO mechanism is useful
when a task or an ISR must send an urgent message to a task. In this case, the message
bypasses all other messages already in the message queue. The size of the message queue
is configurable at run-time.
The small hourglass close to the receiving task (F15-1) indicates that the task has an option
to specify a timeout. This timeout indicates that the task is willing to wait for a message to
be sent to the message queue within a certain amount of time. If the message is not sent
within that time, C/OS-III resumes the task and returns an error code indicating that the
task was made ready-to-run because of a timeout, and not because the message was
received. It is possible to specify an infinite timeout and indicate that the task is willing to
wait forever for the message to arrive.
The message queue also contains a list of tasks waiting for messages to be sent to the message
queue. Multiple tasks can wait on a message queue as shown in Figure 15-2. When a message
is sent to the message queue, the highest priority task waiting on the message queue receives
the message. Optionally, the sender can broadcast a message to all tasks waiting on the
message queue. In this case, if any of the tasks receiving the message from the broadcast has a
higher priority than the task sending the message (or interrupted task, if the message is sent by
an ISR), C/OS-III will run the highest-priority task that is waiting. Notice that not all tasks must
specify a timeout; some tasks may want to wait forever.
Task
Task
OSQCreate()
OSQDel ()
OSQFlush()
OSQPendAbort()
OSQPost()
Message Queue
OSQPend()
Task
OSQPend()
OSQPost()
OSQPend()
Timeout
ISR
Task
311
15
Chapter 15
7DVN
267DVN4)OXVK
267DVN43HQG$ERUW
267DVN43RVW
267DVN43HQG
7DVN
267DVN43RVW
,65
7LPHRXW
15
Task message queue services in C/OS-III start with the OSTaskQ???() prefix, and services
available to the application programmer are described in Appendix A, C/OS-III API
Reference on page 443. Setting OS_CFG_TASK_Q_EN in os_cfg.h enables task message
queue services. The code for task message queue management is found in os_task.c.
You use this feature if the code knows which task to send the message(s) to. For example,
if receiving an interrupt from an Ethernet controller, you can send the address of the
received packet to the task that will be responsible for processing the received packet.
312
Message Passing
0HVVDJH4XHXH
2643RVW
2643HQG
7LPHRXW
7DVN
7DVN
2643HQG
0HVVDJH4XHXH
2643RVW
7LPHRXW
15
Figure 15-4 Bilateral Rendez-vous
In a bilateral rendez-vous, each message queue holds a maximum of one message. Both
message queues are initially created empty. When the task on the left reaches the
rendez-vous point, it sends a message to the top message queue and waits for a message to
arrive on the bottom message queue. Similarly, when the task on the right reaches its
rendez-vous point, it sends a message to the message queue on the bottom and waits for a
message to arrive on the top message queue.
Figure 15-5 shows how to use task-message queues to perform a bilateral rendez-vous.
313
Chapter 15
0HVVDJH4XHXH
7DVN
267DVN43HQG
267DVN43RVW
267DVN43RVW
7DVN
267DVN43HQG
0HVVDJH4XHXH
15
2643RVW
2643HQG
7DVN
7DVN
266HP3HQG
266HP3RVW
314
Message Passing
Here, a counting semaphore is used, initialized with the number of allowable messages that
can be sent by the consumer. If the consumer cannot queue more than 10 messages, the
counting semaphore contains a count of 10.
As shown in the pseudo code of Listing 15-1, the producer must wait on the semaphore
before it is allowed to send a message. The consumer waits for messages and, when
processed, signals the semaphore.
Producer Task:
Pend on Semaphore;
Send message to message queue;
Consumer Task:
Wait for message from message queue;
Signal the semaphore;
Combining the task message queue and task semaphores (see Chapter 14,
Synchronization on page 273), it is easy to implement flow control as shown in
Figure 15-7. In this case, however, OSTaskSemSet() must be called immediately after
creating the task to set the value of the task semaphore to the same value as the maximum
number of allowable messages in the task message queue.
315
15
Chapter 15
&DOO 267DVN6HP6HW
WRVHWTXHXHVL]H
DIWHUWDVNFUHDWLRQ
267DVN6HP3HQG
267DVN6HP3RVW
7DVN
267DVN43RVW
267DVN43HQG
7DVN
0HVVDJH4XHXH
Figure 15-7 Flow control with task semaphore and task message queue
15
316
Message Passing
8$57
0HVVDJH4XHXH
8$57
5[ ,65
2643RVW
2643HQG
8$57
5[ 7DVN
7LPHRXW
260HP*HW
260HP3XW
0HPRU\3DUWLWLRQ
15
F15-8(1)
F15-8(2)
The pseudo-code in Listing 15-2 shows what the UART ISR code might look
like. There are a lot of details omitted for sake of simplicity. The ISR reads the
byte received from the UART and sees if it corresponds to a start of packet. If it
is, a buffer is obtained from the memory partition.
F15-8(3)
F15-8(4)
If the data received is an end-of-packet byte, you would simply post the
address of the buffer to the message queue so that the task can process the
received packet.
F15-8(5)
If the message sent makes the UART task the highest priority task, C/OS-III
will switch to that task at the end of the ISR instead of returning to the
interrupted task. The task retrieves the packet from the message queue. Note
that the OSQPend() call also returns the number of bytes in the packet and a
time stamp indicating when the message was sent.
317
Chapter 15
F15-8(6)
void
When the task is finished processing the packet, the buffer is returned to the
memory partition it came from by calling OSMemPut().
UART_ISR (void)
{
OS_ERR
err;
15
RxDataPtr =
NULL;
RxDataCtr = 0;
} else; {
*RxDataPtr++ = RxData;
RxDataCtr++;
}
*/
*/
*/
*/
*/
318
Message Passing
Function Name
Operation
OSQCreate()
OSQDel()
OSQFlush()
OSQPend()
OSQPendAbort()
OSQPost()
15
Table 15-2 is a summary of task message queue services available from C/OS-III. Refer to
Appendix A, C/OS-III API Reference on page 443, for a full description of their use.
Function Name
Operation
OSTaskQPend()
OSTaskQPendAbort()
OSTaskQPost()
OSTaskQFlush()
Figure 15-9 shows an example of using a message queue when determining the speed of a
rotating wheel.
319
Chapter 15
3UHYLRXV
&RXQWV
0HVVDJH
4XHXH
5RWDWLQJ
:KHHO
6HQVRU
5HIHUHQFH
)UHTXHQF\
,65
2643RVW
&XUUHQW
&RXQWV
ELW
,QSXW&DSWXUH
2643HQG
7DVN
7LPHRXW
530
$YHUDJH530
0D[LPXP530
8QGHUVSHHG
2YHUVSHHG
F15-9(1)
F15-9(2)
A sensor is used to detect the passage of a hole in the wheel. In fact, to receive
additional resolution, the wheel could contain multiple holes that are equally
spaced.
F15-9(3)
F15-9(4)
An interrupt is generated when the hole is detected. The ISR reads the current
count of the input capture register and subtracts the value of the previous capture
to determine the time it took for one rotation (assuming only a single hole).
15
Delta Counts
= Current Counts Previous Counts;
Previous Counts = Current Counts;
320
Message Passing
F15-9(5)
F15-9(6)
F15-9(7)
The delta counts are sent to a message queue. Since a message is actually a
pointer, if the pointer is 32-bits wide on the processor in use, you can simply
cast the 32-bit delta counts to a pointer and send this through the message
queue. A safer and more portable approach is to dynamically allocate storage
to hold the delta counts using a memory block from C/OS-IIIs memory
management services (see Chapter 17, Memory Management on page 343)
and send the address of the allocated memory block. The counts read are then
saved in Previous Counts to be used on the next interrupt.
When the message is sent, the RPM measurement task wakes up and computes
the RPM as follows:
The user may specify a timeout on the pend call and the task will wake up if a
message is not sent within the timeout period. This allows the user to easily
detect that the wheel is not rotating and therefore, the RPM is 0.
F15-9(8)
Along with computing RPM, the task can also compute average RPM, maximum
RPM, and whether the speed is above or below thresholds, etc.
A few interesting things are worth noting about the above example. First, the ISR is very
short; it reads the input capture and post the delta counts to the task so it can computer the
time-consuming math. Second, with the timeout on the pend, it is easy to detect that the
wheel is stopped. Finally, the task can perform additional calculations and can further
detect such errors as the wheel spinning too fast or too slow. In fact, the task can notify
other tasks about these errors, if needed.
Listing 15-3 shows how to implement the RPM measurement example using C/OS-IIIs
message queue services. Some of the code is pseudo-code, while the calls to C/OS-III
services are actual calls with their appropriate arguments.
321
15
Chapter 15
OS_Q
RPM_Q;
CPU_INT32U
CPU_INT32U
CPU_INT32U
DeltaCounts;
CurrentCounts;
PreviousCounts;
(1)
err ;
OSInit(&err) ;
:
OSQCreate((OS_Q
*)&RPM_Q,
(CPU_CHAR *)My Queue,
(OS_MSG_QTY)10,
(OS_ERR
*)&err);
(2)
:
OSStart(&err);
}
15
322
(3)
(4)
Message Passing
delta;
err;
size;
CPU_TS
ts;
DeltaCounts
= 0;
PreviousCounts = 0;
CurrentCounts = 0;
while (DEF_ON) {
delta = (CPU_INT32U)OSQPend((OS_Q
(OS_TICK
(OS_OPT
(OS_MSG_SIZE
(CPU_TS
(OS_ERR
if (err == OS_ERR_TIMEOUT) {
RPM = 0;
} else {
if (delta > 0u) {
RPM = 60 * Reference Frequency /
}
}
Compute average RPM;
Detect maximum RPM;
Check for overspeed;
Check for underspeed;
:
:
}
*)&RPM_Q,
(5)
)OS_CFG_TICK_RATE_HZ * 10,
)OS_OPT_PEND_BLOCKING,
*)&size,
*)&ts,
*)&err);
(6)
delta;
(7)
15
(8)
L15-3(1)
Variables are declared. Notice that it is necessary to allocate storage for the
message queue itself.
L15-3(2)
You need to call OSInit() and create the message queue before it is used. The
best place to do this is in startup code.
323
Chapter 15
L15-3(3)
The RPM ISR clears the sensor interrupt and reads the value of the 32-bit input
capture. Note that it is possible to read RPM if there is only a 16-bit input
capture. The problem with a 16-bit input capture is that it is easy for it to
overflow, especially at low RPMs.
The RPM ISR also computes delta counts directly in the ISR. It is just as easy to
post the current counts and let the task compute the delta. However, the
subtraction is a fast operation and does not significantly increase ISR
processing time.
L15-3(4)
The code then sends the delta counts to the RPM task, which is responsible for
computing the RPM and perform additional computations. Note that the
message gets lost if the queue is full when the user attempts to post. This
happens if data is generated faster than it is processed. Unfortunately, it is not
possible to implement flow control in the example because we are dealing with
an ISR.
L15-3(5)
The RPM task starts by waiting for a message from the RPM ISR by pending on
the message queue. The third argument specifies the timeout. In this case, ten
seconds worth of timeout is specified. However, the value chosen depends on
the requirements of an application.
15
Also notice that the ts variable contains the timestamp of when the post was
completed. You can determine the time it took for the task to respond to the
message received by calling OS_TS_GET(), and subtract the value of ts:
L15-3(6)
L15-3(7)
The RPM is computed from the delta counts received, and from the reference
frequency of the free-running counter.
324
Message Passing
L15-3(8)
In Listing 15-4, OSQPost() and OSQPend() are replaced with OSTaskQPost() and
OSTaskQPend() for the RPM measurement example. Notice that the code is slightly simpler
to use and does not require creating a separate message queue object. However, when
creating the RPM task, it is important to specify the size of the message queue used by the
task and compile the application code with OS_CFG_TASK_Q_EN set to 1. The differences
between using message queues and the tasks message queue will be explained.
OS_TCB
OS_STK
CPU_INT32U
CPU_INT32U
CPU_INT32U
RPM_TCB;
RPM_Stk[1000];
DeltaCounts ;
CurrentCounts ;
PreviousCounts ;
(1)
15
void main (void)
{
OS_ERR err ;
:
OSInit(&err) ;
:
void OSTaskCreate ((OS_TCB
(CPU_CHAR
(OS_TASK_PTR
(void
(OS_PRIO
(CPU_STK
(CPU_STK_SIZE
(CPU_STK_SIZE
(OS_MSG_QTY
(OS_TICK
(void
(OS_OPT
(OS_ERR
:
OSStart(&err);
}
*)&RPM_TCB,
(2)
*)RPM Task,
)RPM_Task,
*)0,
)10,
*)&RPM_Stk[0],
)100,
)1000,
)10,
)0,
*)0,
)(OS_OPT_TASK_STK_CHK + OS_OPT_TASK_STK_CLR),
*)&err);
325
Chapter 15
err;
(3)
}
void RPM_Task (void *p_arg)
{
CPU_INT32U
delta;
OS_ERR
err;
OS_MSG_SIZE size;
CPU_TS
ts;
DeltaCounts
= 0;
PreviousCounts = 0;
CurrentCounts = 0;
15
while (DEF_ON) {
delta = (CPU_INT32U)OSTaskQPend((OS_TICK
)OS_CFG_TICK_RATE * 10,
(OS_OPT
)OS_OPT_PEND_BLOCKING,
(OS_MSG_SIZE *)&size,
(CPU_TS
*)&ts,
(OS_ERR
*)&err);
if (err == OS_ERR_TIMEOUT) {
RPM = 0;
} else {
if (delta > 0u) {
RPM = 60 * ReferenceFrequency / delta;
}
}
Compute average RPM;
Detect maximum RPM;
Check for overspeed;
Check for underspeed;
:
:
}
(4)
326
Message Passing
L15-4(1)
L15-4(2)
The RPM task is created and a queue size of 10 entries is specified. Of course,
hard-coded values should not be specified in a real application, but instead,
you should use #defines. Fixed numbers are used here for sake of illustration.
L15-4(3)
Instead of posting to a message queue, the ISR posts the message directly to
the task, specifying the address of the OS_TCB of the task. This is known since
the OS_TCB is allocated when creating the task.
L15-4(4)
The RPM task starts by waiting for a message from the RPM ISR by calling
OSTaskQPend(). This is an inherent call so it is not necessary to specify the
address of the OS_TCB to pend on as the current task is assumed. The second
argument specifies the timeout. Here, ten seconds worth of timeout is
specified, which corresponds to 6 RPM.
15
Another interesting use of message queues is shown in Figure 15-10. Here, a task (the
server) is used to monitor error conditions that are sent to it by other tasks or ISRs (clients).
For example, a client detects whether the RPM of the rotating wheel has been exceeded,
another client detects whether an over-temperature exists, and yet another client detects
that a user pressed a shutdown button. When the clients detect error conditions, they send
a message through the message queue. The message sent indicates the error detected,
which threshold was exceeded, the error code that is associated with error conditions, or
even suggests the address of a function that will handle the error, and more.
Task
OSQPost ()
Task
OSQPost ()
Message
Queue
OSQPend ()
OSQPost ()
ISR
Error
Handler
Task
Timeout
327
Chapter 15
26B06*
3RLQWHUWRQH[W26B06*
1H[W3WU
0VJ6L]H
0VJ76
0VJ3WU
3RLQWHUWRPHVVDJHFRQWHQWV
15
C/OS-III maintains a pool of free OS_MSGs. The total number of available messages in the
pool is determined by the value of OS_CFG_MSG_POOL_SIZE found in os_cfg_app.h. When
C/OS-III is initialized, OS_MSGs are linked in a single linked list as shown in Figure 15-12.
Notice that the free list is maintained by a data structure of type OS_MSG_POOL, which
contains four (4) fields: .NextPtr, which points to the free list; .NbrFree, which contains
the number of free OS_MSGs in the pool, .NbrUsed, which contains the number of OS_MSGs
allocated to the application and, .NbrUsedMax which detects the maximum number of
messages allocated to the application.
OS_MSG_POOL
OS_MSG
OS_MSG
NextPtr
NextPtr
NextPtr
NextPtr
NbrFree
MsgSize
MsgSize
MsgSize
NbrUsed
MsgTS
MsgTS
MsgTS
NbrUsedMax
MsgPtr
MsgPtr
MsgPtr
OS_MSG
NULL
OS_CFG_MSG_POOL_SIZE
Figure 15-12 Pool of free OS_MSGs
328
Message Passing
Messages are queued using a data structure of type OS_MSG_Q, as shown in Figure 15-13.
26B06*B4
,Q3WU
2XW3WU
3RLQWHUWRQH[W26B06*WRLQVHUW
3RLQWHUWRQH[W26B06*WRUHPRYH
1EU(QWULHV6L]H
1EU(QWULHV
1EU(QWULHV0D[
Figure 15-13 OS_MSG_Q structure
.InPtr
.OutPtr
.NbrEntriesSize
.NbrEntries
.NbrEntriesMax
A number of internal functions are used by C/OS-III to manipulate the free list and
messages. Specifically, OS_MsgQPut() inserts an OS_MSG in an OS_MSG_Q, OS_MsgQGet()
extracts an OS_MSG from an OS_MSG_Q, and OS_MsgQFreeAll() returns all OS_MSGs in an
OS_MSG_Q to the pool of free OS_MSGs. There are other OS_MsgQ??() functions in os_msg.c
that are used during initialization.
329
15
Chapter 15
Figure 15-14 shows an example of an OS_MSG_Q when four OS_MSGs are inserted.
26B06*B4
,Q3WU
2XW3WU
1EU(QWULHV6L]H
1EU(QWULHV
1EU(QWULHV0D[
26B06*
26B06*
26B06*
26B06*
1H[W3WU
1H[W3WU
1H[W3WU
1H[W3WU
0VJ6L]H
0VJ6L]H
0VJ6L]H
0VJ6L]H
0VJ76
0VJ76
0VJ76
0VJ76
0VJ3WU
0VJ3WU
0VJ3WU
0VJ3WU
'DWD
'DWD
'DWD
'DWD
18//
15
OS_MSG_Qs are used inside two additional data structures: OS_Q and OS_TCB. Recall that an
OS_Q is declared when creating a message queue object. An OS_TCB is a task control block
and, as previously mentioned, each OS_TCB can have its own message queue when the
configuration constant OS_CFG_TASK_Q_EN is set to 1 in os_cfg.h. Figure 15-15 shows the
contents of an OS_Q and partial contents of an OS_TCB containing an OS_MSG_Q. The
OS_MSG_Q data structure is shown as an exploded view to emphasize the structure within
the structure.
26B4
26B7&%
7\SH
6WN3WU
1DPH3WU
3HQG/LVW
0VJ4
26B06*B4
0VJ4
,Q3WU
26B06*B4
,Q3WU
2XW3WU
2XW3WU
1EU(QWULHV6L]H
1EU(QWULHV6L]H
1EU(QWULHV
1EU(QWULHV
1EU(QWULHV0D[
1EU(QWULHV0D[
330
Message Passing
15-10 SUMMARY
Message queues are useful when a task or an ISR needs to send data to another task. The
data sent must remain in scope as it is actually sent by reference instead of by value. In
other words, the data sent is not copied.
The task waiting for the data will not consume CPU time while waiting for a message to be
sent to it.
If it is known which task is responsible for servicing messages sent by producers, then you
should use task message queue (i.e., OSTaskQ???()) services since they are simple and fast.
Task message queue services are enabled when OS_CFG_TASK_Q_EN is set to 1 in os_cfg.h.
If multiple tasks must wait for messages from the same message queue, you need to allocate
an OS_Q and have the tasks wait for messages to be sent to the queue. Alternatively, you can
broadcast special messages to all tasks waiting on a message queue. Regular message queue
services are enabled when OS_CFG_Q_EN is set to 1 in os_cfg.h.
Messages are sent using an OS_MSG data structure obtained by C/OS-III from a pool. You
need to set the maximum number of messages that can be sent to a message queue, or as
many messages as are available in the pool.
331
15
Chapter 15
15
332
Chapter
16
Pending On Multiple Objects
In Chapter 10, Pend Lists (or Wait Lists) on page 197 we saw how multiple tasks can pend
(or wait) on a single kernel object such as a semaphore, mutual exclusion semaphore, event
flag group, or message queue. In this chapter, we will see how tasks can pend on multiple
objects. However, C/OS-III only allows for pend on multiple semaphores and/or message
queues. In other words, it is not possible to pend on multiple event flag groups or mutual
exclusion semaphores.
As shown in Figure 16-1, a task can pend on any number of semaphores or message queues
at the same time. The first semaphore or message queue posted will make the task
ready-to-run and compete for CPU time with other tasks in the ready list. As shown, a task
pends on multiple objects by calling OSPendMulti() and specifies an optional timeout
value. The timeout applies to all of the objects. If none of the objects are posted within the
specified timeout, the task resumes with an error code indicating that the pend timed out.
333
Chapter 16
6HPDSKRUH
266HP3RVW
6HPDSKRUH
263HQG0XOWL
266HP3RVW
0HVVDJH
4XHXH
7DVN
2643RVW
0HVVDJH
4XHXH
2643RVW
7LPHRXW
6HPDSKRUH
16
266HP3RVW
334
Table 16-1 shows the function prototype of OSPendMulti() and Figure 16-2 shows an array
of OS_PEND_DATA elements.
OS_OBJ_QTY
OSPendMulti (OS_PEND_DATA
OS_OBJ_QTY
OS_TICK
OS_OPT
OS_ERR
*p_pend_data_tbl,
(1)
tbl_size,
timeout,
opt,
*p_err);
(2)
(3)
(4)
(5)
>@
>@
>@
3UHY3WU
1H[W3WU
7&%3WU
3HQG2EM3WU
5G\2EM3WU
5G\0VJ3WU
5G\0VJ6L]H
5G\76
3UHY3WU
1H[W3WU
7&%3WU
3HQG2EM3WU
5G\2EM3WU
5G\0VJ3WU
5G\0VJ6L]H
5G\76
3UHY3WU
1H[W3WU
7&%3WU
3HQG2EM3WU
5G\2EM3WU
5G\0VJ3WU
5G\0VJ6L]H
5G\76
>1@
3UHY3WU
1H[W3WU
7&%3WU
3HQG2EM3WU
5G\2EM3WU
5G\0VJ3WU
5G\0VJ6L]H
5G\76
26B3(1'B'$7$
Figure 16-2 Array of OS_PEND_DATA
L16-0(1)
OS_PEND_DATA
my_pend_multi_tbl[5];
The calling task needs to initialize the .PendObjPtr of each element of the
array to point to each of the objects to be pended on. For example:
335
16
Chapter 16
OS_SEM
MySem1;
OS_SEM
OS_SEM
OS_Q
OS_Q
MySem2;
MySem3;
MyQ1;
MyQ2;
(6)
my_pend_multi_tbl[2].PendObjPtr = (OS_PEND_OBJ)&MySem3;
my_pend_multi_tbl[3].PendObjPtr = (OS_PEND_OBJ)&MyQ1;
my_pend_multi_tbl[4].PendObjPtr = (OS_PEND_OBJ)&MyQ2;
OSPendMulti((OS_PEND_DATA *)&my_pend_multi_tbl[0],
(OS_OBJ_QTY
)5,
(OS_TICK
)0,
(OS_OPT
)OS_OPT_PEND_BLOCKING,
(OS_ERR
*)&err);
/* Check err */
:
16
}
}
L16-0(2)
This argument specifies the size of the OS_PEND_DATA table. In the above
example, this is 5.
L16-0(3)
You specify whether or not to timeout in case none of the objects are posted
within a certain amount of time. A non-zero value indicates the number of ticks
to timeout. Specifying zero indicates the task will wait forever for any of the
objects to be posted.
L16-0(4)
The opt argument specifies whether to wait for objects to be posted (you
would set opt to OS_OPT_PEND_BLOCKING) or, not block if none of the objects
have
already
been
posted
(you
would
set
opt
to
OS_OPT_PEND_NON_BLOCKING).
336
F16-2(1)
As with most C/OS-III function calls, you specify the address of a variable that
will receive an error code based on the outcome of the function call. See
Appendix A, C/OS-III API Reference on page 443 for a list of possible error
codes. As always, it is highly recommended to examine the error return code.
F16-2(2)
When called, OSPendMulti() first starts by validating that all of the objects specified in the
OS_PEND_DATA table are either an OS_SEM or an OS_Q. If not, an error code is returned.
Next, OSPendMulti() goes through the OS_PEND_DATA table to see if any of the objects
have already posted. If so, OSPendMulti() fills the following fields in the table:
.RdyObjPtr, .RdyMsgPtr, .RdyMsgSize and .RdyTS.
.RdyObjPtr
.RdyMsgPtr
.RdyMsgSize
is the size of the message received if the object in the table at this entry is
a message queue and a message was received from the message queue.
.RdyTS
is the timestamp of when the object posted. This allows the user to know
when a semaphore or message queue was posted.
If there are no objects posted, then OSPendMulti() places the current task in the wait list of
all the objects that it is pending on. This is a complex and tedious process for
OSPendMulti() since there can be other tasks in the pend list of some of these objects we
are pending on.
To indicate how tricky things get, Figure 16-3 is an example of a task pending on two
semaphores.
337
16
Chapter 16
26B6(0
7\SH
26B3(1'B2%-
1DPH3WU
7DLO3WU
+HDG3WU
&WU
26B3(1'B/,67
76
26B3(1'B'$7$
1H[W3WU
7&%3WU
26B6(0
7\SH
26B3(1'B2%-
26B3(1'B/,67
7DLO3WU
+HDG3WU
3HQG2EM3WU
5G\2EM3WU
5G\0VJ3WU
1DPH3WU
>@
3UHY3WU
5G\0VJ6L]H
5G\76
&WU
76
>@
3UHY3WU
1H[W3WU
7&%3WU
3HQG2EM3WU
5G\2EM3WU
5G\0VJ3WU
16
5G\0VJ6L]H
5G\76
3HQG'DWD7EO3WU
3HQG'DWD7EO(QWULHV
26B7&%
Figure 16-3 Task pending on two semaphores
F16-3(1)
F16-3(2)
The number of entries in the OS_PEND_DATA table is also placed in the OS_TCB.
Again, this task is waiting on two semaphores and therefore there are two
entries in the table.
338
F16-3(3)
The first semaphore is linked to the first entry in the OS_PEND_DATA array.
F16-3(4)
Entry [0] of the OS_PEND_DATA table is linked to the semaphore object specified
by that entrys .PendObjPtr. This pointer was specified by the caller of
OSPendMulti().
F16-3(5)
Since there is only one task in the pend list of the semaphore, the .PrevPtr
and .NextPtr are pointing to NULL.
F16-3(6)
The second semaphore points to the second entry in the OS_PEND_DATA table.
F16-3(7)
The second entry in the OS_PEND_DATA array points to the second semaphore.
This pointer was specified by the caller of OSPendMulti().
F16-3(8)
The second semaphore only has one entry in its pend list. Therefore the
.PrevPtr and .NextPtr both point to NULL.
F16-3(9)
OSPendMulti() links back each OS_PEND_DATA entry to the task that is waiting
on the two semaphores.
Figure 16-4 is a more complex example where one task is pending on two semaphores while
another task also pends on one of the two semaphores. The examples presented so far only
show semaphores, but they could be combinations of semaphores and message queues.
339
16
Chapter 16
26B6(0
7\SH
1DPH3WU
7DLO3WU
+HDG3WU
&WU
76
26B3(1'B'$7$
3UHY3WU
1H[W3WU
>@
7&%3WU
26B6(0
5G\2EM3WU
1DPH3WU
5G\0VJ3WU
5G\0VJ6L]H
7DLO3WU
5G\76
+HDG3WU
&WU
76
16
3HQG2EM3WU
7\SH
3UHY3WU
>@
26B3(1'B'$7$
3UHY3WU
1H[W3WU
1H[W3WU
7&%3WU
7&%3WU
3HQG2EM3WU
3HQG2EM3WU
5G\2EM3WU
5G\2EM3WU
5G\0VJ3WU
5G\0VJ3WU
5G\0VJ6L]H
5G\0VJ6L]H
5G\76
5G\76
3HQG'DWD7EO3WU
3HQG'DWD7EO(QWULHV
3HQG'DWD7EO3WU
3HQG'DWD7EO(QWULHV
26B7&%
26B7&%
+LJK
3ULRULW\
7DVN
/RZ
3ULRULW\
7DVN
340
When either an ISR or a task signals or sends a message to one of the objects that the task
is pending on, OSPendMulti() returns, indicating in the OS_PEND_DATA table which object
was posted. This is done by only filling in one of the .RdyObjPtr entries, the one that
corresponds to the object posted.
Only one of the entries in the OS_PEND_DATA table will have a .RdyObjPtr with a non-NULL
value while all the other entries have the .RdyObjPtr set to NULL. Going back to the case
where a task waits on five semaphores and two message queues, if the first message queue
is posted while the task is pending on all those objects, the OS_PEND_DATA table will be as
shown in Figure 16-5.
>@
>@
>@
>@
>@
3UHY3WU
1H[W3WU
7&%3WU
3HQG2EM3WU
5G\2EM3WU
5G\0VJ3WU
5G\0VJ6L]H
5G\76
7&%3WU
3HQG2EM3WU
7&%3WU
3HQG2EM3WU
7&%3WU
3HQG2EM3WU
7&%3WU
0\4
0\4
0VJ 3WU
0VJ 6L]H
7LPHVWDPS
7&%3WU
3HQG2EM3WU
16
16-1 SUMMARY
C/OS-III allows tasks to pend on multiple kernel objects.
OSPendMulti() can only pend on multiple semaphores and message queues, not event
flags and mutual-exclusion semaphores.
If the objects are already posted when OSPendMulti() is called, C/OS-III will specify
which of the objects (can be more than one) in the list of objects have already been posted.
If none of the objects are posted, OSPendMulti() will place the calling task in the pend list
of all the desired objects. OSPendMulti() will return as soon as one of the objects is
posted. In this case, OSPendMulti() will indicate which object was posted.
OSPendMulti() is a complex function that has potentially long critical sections.
341
Chapter 16
16
342
Chapter
17
Memory Management
An application can allocate and free dynamic memory using any ANSI C compilers
malloc() and free() functions, respectively. However, using malloc() and free() in an
embedded real-time system may be dangerous. Eventually, it might not be possible to obtain a
single contiguous memory area due to fragmentation. Fragmentation is the development of a large
number of separate free areas (i.e., the total free memory is fragmented into small, non-contiguous
pieces). Execution time of malloc() and free() is generally nondeterministic given the
algorithms used to locate a contiguous block of free memory large enough to satisfy a
malloc() request.
C/OS-III provides an alternative to malloc() and free() by allowing an application to
obtain fixed-sized memory blocks from a partition made from a contiguous memory area, as
illustrated in Figure 17-1. All memory blocks are the same size, and the partition contains an
integral number of blocks. Allocation and deallocation of these memory blocks is performed in
constant time and is deterministic. The partition itself is typically allocated statically (as an
array), but can also be allocated by using malloc() as long as it is never freed.
%DVH$GGUHVV
3DUWLWLRQ
%ORFN6L]H
0HPRU\%ORFN
343
Chapter 17
As indicated in Figure 17-2, more than one memory partition may exist in an application
and each one may have a different number of memory blocks and be a different size. An
application can obtain memory blocks of different sizes based upon requirements.
However, a specific memory block must always be returned to the partition that it came
from. This type of memory management is not subject to fragmentation except that it is
possible to run out of memory blocks. It is up to the application to decide how many
partitions to have and how large each memory block should be within each partition.
3DUWLWLRQ
3DUWLWLRQ
3DUWLWLRQ
3DUWLWLRQ
17
26B0(0
1DPH3WU
)UHH/LVW3WU
%ON6L]H
1EU0D[
1EU)UHH
1XPEHURI%ORFNV
344
Memory Management
F17-3(1)
F17-3(2)
F17-3(3)
Each memory block must be large enough to hold a pointer. Given the nature
of the linked list, a block needs to be able to point to the next block.
OS_MEM
CPU_INT08U
void
MyPartition;
MyPartitionStorage[12][100];
main (void)
(1)
(2)
(3)
{
OS_ERR
:
err;
:
OSInit(&err);
:
OSMemCreate((OS_MEM
*)&MyPartition,
(CPU_CHAR *)My Partition,
(void
*)&MyPartitionStorage[0][0],
(OS_MEM_QTY ) 12,
(OS_MEM_SIZE)100,
(OS_ERR
*)&err);
/* Check err */
:
:
OSStart(&err);
17
(4)
(5)
(6)
(7)
(8)
(9)
345
Chapter 17
L17-1(1)
An application needs to allocate storage for a memory partition control block (i.e.
OS_MEM structure). This can be a static allocation as shown here or malloc() can
be used in the code. However, the application code must not deallocate the
memory control block.
L17-1(2)
The application also needs to allocate storage for the memory that will be split
into memory blocks. This can also be a static allocation or malloc() can be
used. The same reasoning applies. Do not deallocate this storage since other
tasks may rely on the existence of this storage.
L17-1(3)
L17-1(4)
You pass the address of the memory partition control block to OSMemCreate().
You should never reference any of the internal members of the OS_MEM data
structure. Instead, you should always use C/OS-IIIs API.
L17-1(5)
You can aAssign a name to the memory partition. There is no limit to the
length of the ASCII string as C/OS-III saves a pointer to the ASCII string in the
partition control block and not the actual characters.
L17-1(6)
You then need to pass the base address of the storage area reserved for the
memory blocks.
L17-1(7)
Here, you specify how many memory blocks are available from this memory
partition. Hard coded numbers are used for the sake of the illustration but you
should instead use #define constants.
L17-1(8)
You need to specify the size of each memory block in the partition. Again, a
hard coded value is used for illustration, which is not recommended in real
code.
L17-1(9)
17
346
Memory Management
Listing 17-2 shows how to create a memory partition with C/OS-III, but this time, using
malloc() to allocate storage. Do not deallocate the memory control block or the storage for
the partition.
OS_MEM
*MyPartitionPtr;
(1)
(2)
(3)
(4)
(5)
(6)
(OS_MEM_SIZE)100,
(OS_ERR
*)&err);
/* Check err */
(6)
}
}
:
OSStart(&err);
17
L17-2(1)
Instead of allocating static storage for the memory partition control block, you
can assign a pointer that receives the OS_MEM allocated using malloc().
L17-2(2)
L17-2(3)
L17-2(4)
347
Chapter 17
L17-2(5)
The base address of the storage used for the partition is passed to
OSMemCreate().
L17-2(6)
Finally, the number of blocks and the size of each block is passed so that
C/OS-III can create the linked list of 12 blocks of 100 bytes each. Again, hard
coded numbers are used, but these would typically be replaced by #defines.
OS_MEM
CPU_INT08U
MyPartition;
*MyDataBlkPtr;
(1)
17
(2)
(3)
L17-3(1)
348
The memory partition control block must be accessible by all tasks or ISRs that
will be using the partition.
Memory Management
L17-3(2)
Simply call OSMemGet() to obtain a memory block from the desired partition. A
pointer to the allocated memory block is returned. This is similar to malloc(),
except that the memory block comes from a pool that is guaranteed to not
fragment. Also, its assumed that your application knows the size of each block
so it doesnt overflow the block with data.
L17-3(3)
It is important to examine the returned error code to ensure that there are free
memory blocks and that the application can start putting content in the
memory blocks.
OS_MEM
CPU_INT08U
MyPartition;
*MyDataBlkPtr;
(1)
17
:
while (DEF_ON) {
:
OSMemPut((OS_MEM *)&MyPartition,
(2)
(void
*)MyDataBlkPtr,
(3)
(OS_ERR *)&err);
if (err == OS_ERR_NONE) {
(4)
/* You properly returned the memory block to the partition */
}
:
:
}
}
L17-4(1)
The memory partition control block must be accessible by all tasks or ISRs that
will be using the partition.
349
Chapter 17
L17-4(2)
You simply call OSMemPut() to return the memory block back to the memory
partition. Note that there is no check to see whether the proper memory block is
being returned to the proper partition (assuming you have multiple different
partitions). It is therefore important to be careful (as is necessary when designing
embedded systems).
L17-4(3)
You pass the pointer to the data area that is allocated so that it can be returned
to the pool. Note that a void * is assumed.
L17-4(4)
You would examine the returned error code to ensure that the call was
successful.
17
Function Name
Operation
OSMemCreate()
OSMemGet()
OSMemPut()
OSMemCreate() can only be called from task-level code, but OSMemGet() and OSMemPut()
can be called by Interrupt Service Routines (ISRs).
Listing 17-4 shows an example of how to use the dynamic memory allocation feature of
C/OS-III, as well as message-passing capabilities (see Chapter 15, Message Passing on
page 309). In this example, the task on the left reads and checks the value of analog inputs
(pressures, temperatures, and voltage) and sends a message to the second task if any of the
350
Memory Management
analog inputs exceed a threshold. The message sent contains information about which
channel had the error, an error code, an indication of the severity of the error, and other
information.
Error handling in this example is centralized. Other tasks, or even ISRs, can post error
messages to the error-handling task. The error-handling task could be responsible for
displaying error messages on a monitor (a display), logging errors to a disk, or dispatching
other tasks to take corrective action based on the error.
Analog
Inputs
Monitoring
Error
Handling
Message Queue
Analog
Inputs
Task
(4)
(5)
OSTaskQPost()
OSTaskQPend()
Task
(1)
(3)
(2)
(6)
(7)
OSMemPut ()
OSMemGet ()
17
ErrMsgPart
F17-4(1)
The analog inputs are read by the task. The task determines that one of the
inputs is outside a valid range and an error message needs to be sent to the
error handler.
F17-4(2)
The task then obtains a memory block from a memory partition so that it can
place information regarding the detected error.
351
Chapter 17
F17-4(3)
The task writes this information to the memory block. As mentioned above, the
task places the analog channel that is at fault, an error code, an indication of
the severity, possible solutions, and more. There is no need to store a
timestamp in the message, as time stamping is a built-in feature of C/OS-III so
the receiving task will know when the message was posted.
F17-4(4)
Once the message is complete, it is posted to the task that will handle such
error messages. Of course the receiving task needs to know how the
information is placed in the message. Once the message is sent, the analog
input task is no longer allowed (by convention) to access the memory block
since it sent it out to be processed.
F17-4(5)
The error handler task (on the right) normally pends on the message queue.
This task will not execute until a message is sent to it.
F17-4(6)
When a message is received, the error handler task reads the contents of the
message and performs necessary action(s). As indicated, once sent, the sender
will not do anything else with the message.
F17-4(7)
Once the error handler task is finished processing the message, it simply
returns the memory block to the memory partition. The sender and receiver
therefore need to know about the memory partition or, the sender can pass the
address of the memory partition as part of the message and the error handler
task will know where to return the memory block to.
17
Sometimes it is useful to have a task wait for a memory block in case a partition runs out of
blocks. C/OS-III does not support pending on partitions, but it is possible to support this
requirement by adding a counting semaphore (see Chapter 13, Resource Management on
page 231) to guard the memory partition. The initial value of the counting semaphore
would be set to the number of blocks in the partition. This is illustrated in Figure 17-5.
352
Memory Management
Error
Handling
Analog
Inputs
Monitoring
Message Queue
Analog
Inputs
Task
OSTaskQPost()
OSTaskQPend()
(2)
(1)
OSSemPend()
OSMemGet ()
Task
OSMemPut ()
OSSemPost()
Counting
Semaphore
N
ErrMsgPart
N
Figure 17-5 Using a Memory Partition - blocking
F17-5(1)
To obtain a memory block, your code simply obtain the semaphore by calling
OSSemPend() and then calls OSMemGet() to receive the memory block.
F17-5(2)
To release a block, you simply return the memory block by calling OSMemPut()
and then signal the semaphore by calling OSSemPost().
353
17
Chapter 17
17-5 SUMMARY
Do not use malloc() and free() in embedded systems since they lead to fragmentation.
However, it is possible to use malloc() to allocate memory from the heap, but do not
deallocate the memory.
The application programmer can create an unlimited number of memory partitions (limited
only by the amount of available RAM).
Memory partition services in C/OS-III start with the OSMem???() prefix, and the services
available to the application programmer are described in Appendix A, C/OS-III API
Reference on page 443.
Memory management services are enabled at compile time by setting the configuration
constant OS_CFG_MEM_EN to 1 in os_cfg.h.
OSMemGet() and OSMemPut() can be called from ISRs.
17
354
Chapter
18
Porting C/OS-III
This chapter describes how to adapt C/OS-III to different processors. Adapting C/OS-III
to a microprocessor or a microcontroller is called porting. Most of C/OS-III is written in C
for portability. However, it is still necessary to write processor-specic code in C and
assembly language. C/OS-III manipulates processor registers, which can only be done
using assembly language unless the C compiler supports inline assembly language
extensions. Porting C/OS-III to different processors is relatively easy as C/OS-III was
designed to be portable and, since C/OS-III is similar to C/OS-II, the user can start from a
C/OS-II port. In fact, this is the easiest way to do a C/OS-III port.
If there is already a port for the processor to be used, it is not necessary to read this chapter
unless, of course, there is an interest in knowing how C/OS-III processor-specic code
works.
C/OS-III can run on a processor if it satisfies the following general requirements:
The processor has an ANSI C compiler that generates reentrant code. In fact, the
toolchain used must contain an assembler, C compiler and linker/locator. Finding such
a toolchain is generally not an issue since there are a number of good toolchains
available on the market.
The processor supports interrupts and can provide an interrupt that occurs at regular
intervals (typically between 10 and 1000 Hz). Most processors (especially MCUs)
provide timer that can be used for this purpose. Some processors even have dedicated
timers for use by an RTOS.
Interrupts can be disabled and enabled. All current processors that weve worked with
offer this. Ideally, the processor allows you to save the current state of the interrupt
mask so that it can be restored.
355
Chapter 18
The processor supports a hardware stack that accommodates a fair amount of data
(possibly many kilobytes).
The processor has instructions to save and restore the stack pointer and other CPU
registers, either on the stack or in memory.
The processor has access to sufficient RAM for C/OS-IIIs variables and data structures
as well as internal task stacks.
The compiler should support 32-bit data types. For some fast 32-bit processors, the
compiler should also support 64-bit data types (typically long long).
Figure 18-1 shows the C/OS-III architecture and its relationship with other software
components and hardware. When using C/OS-III in an application, the user is responsible
for providing application software and the C/OS-III conguration sections.
18
356
Porting C/OS-III
cpu_cfg.h
lib_cfg.h
os_cfg.h
os_cfg_app.h
app.c
app.h
app_cfg.h
CPU Independent
Libraries
os_cfg_app.c
os_type.h
os_core.c
os_dbg.c
os_flag.c
os_int.c
os_mem.c
os_msg.c
os_mutex.c
os_pend_multi.c
os_prio.c
os_q.c
os_sem.c
os_stat.c
os_task.c
os_tick.c
os_time.c
os_tmr.c
os_var.c
os.h
CPU Specific
os_cpu.h
os_cpu_a.asm
os_cpu_a.inc
os_cpu_c.c
lib_ascii.c
lib_ascii.c
lib_def.h
lib_math.c
lib_math.h
lib_mem_a.asm
lib_mem.c
lib_mem.h
lib_str.c
lib_str.h
CPU Specific
cpu.h
cpu_bsp.c
cpu_def.h
cpu_a.asm
cpu_c.c
cpu_core.c
cpu_core.h
bsp.c
bsp.h
bsp_int.c
bsp_int.h
18
*.c
*.h
F18-1(1)
The port developer is responsible for providing the C/OS-III CPU Specific
portion. A C/OS-III port consists of writing or changing the contents of four
kernel-specific files: os_cpu.h, os_cpu_a.asm, os_cpu_a.inc and os_cpu_c.c.
357
Chapter 18
F18-1(2)
A port also involves writing or changing the contents of two CPU specific files:
cpu.h and cpu_a.asm. cpu_core.c is generally generic and should not require
modifications.
F18-1(3)
F18-1(4)
Porting C/OS-III is quite straightforward once the subtleties of the target processor and the
C compiler/assembler are understood. Depending on the processor, a port consists of
writing or changing between 100 and 400 lines of code, which takes a few hours to a few
days to accomplish. The easiest thing to do, however, is to modify an existing port from a
processor that is similar to the one intended for use.
A C/OS-III port looks very much like a C/OS-II port. Since C/OS-II was ported to well
over 45 different CPU architectures it is easy to start from a C/OS-II port. Converting a
C/OS-II port to C/OS-III takes approximately an hour. The process is described in
Appendix C, Migrating from C/OS-II to C/OS-III on page 689.
18
A port involves three aspects: CPU, OS and board-specific code. The board-specific code is
often called a Board Support Package (BSP) and from C/OS-IIIs point of view, requires
very little.
In this chapter, well present the steps needed to do a port from scratch. Actually, youll be
starting from templates files that already contain placeholders for the code youll need to insert.
The following is the layout for this chapter:
Conventions
BSP Files
Testing a Port
358
Porting C/OS-III
18-1 CONVENTIONS
C/CPU and C/OS-III are provided in source form and include template files (C and
assembly language) which contain instructions about what code needs to be inserted and
where. Specifically, you will need to search the source files for four dollar signs (i.e., $$$$)
which are used as placeholders and replace those with the necessary code.
It is assumed that assembly language code use a file extension of .asm. Other assembler
might require that the extension be .s or .src. If thats the case with your tools, simply
name the assembly language files using the proper extension.
It is assumed that comments in an assembly language file starts with a semicolon, ;.
In assembly language, there are a number of directives that tell the assembler how to
process certain pieces of information. Below is a list of such directives and their meaning.
The assembler you use may use different syntax for these directives but overall, they should
work and mean the same.
The PUBLIC directive indicates that you are declaring a symbol to be globally available.
In other words, its public for all files to see.
The EXTERN directive indicates that the definition of a symbol is found in another file
(external to this file).
The CODE directive indicates that what follows needs to be linked with the rest of your
executable code. In other words, we are not declaring any variables.
The MACRO directive is used to define an assembly language macro. A macro is basically
a series of assembly language instructions that will be replacing the macro name. In
other words, when the assembler sees the macro name being invoked in your code, it
will replace the macro name with the instructions that are associated with the macro.
Macros are useful to avoid repeating sequences of assembly language instructions.
The END directive is generally the last assembly language statement in an assembly
language file. The END directive should not appear at the end of a file that defines
macros because macro files are generally included in other assembly language files.
18
359
Chapter 18
18-2 C/CPU
C/CPU is a module that provides CPU-specific functionality that is independent of
C/OS-III. Specifically, C/CPU defines compiler and CPU dependent data types, the word
width of the stack, whether the stack grows from high-to-low memory or from low-to-high
memory, functions for disabling and enabling interrupts and more. Additional information
about this module is provided in the C/CPU Users Manual (uC-CPU-Manual.pdf) which is
found in the \Micrium\Software\uC-CPU\Doc folder.
Table 18-1 shows the name of C/CPU files and where they should be placed on the
computer used to develop a C/OS-III-based application. The file names in bold are files
you will need to create or modify for your own port.
18
File
Directory
cpu_bsp.c
\Micrium\Software\uC-CPU\BSP\Template\cpu_bsp.c
cpu_def.h
\Micrium\Software\uC-CPU\
cpu_cfg.h
\Micrium\Software\uC-CPU\CFG\Template
cpu_core.c
\Micrium\Software\uC-CPU\
cpu_core.h
\Micrium\Software\uC-CPU\
cpu.h
\Micrium\Software\uC-CPU\<processor>\<compiler>
cpu_c.c
\Micrium\Software\uC-CPU\<processor>\<compiler>
cpu_a.asm
\Micrium\Software\uC-CPU\<processor>\<compiler>
Table 18-1 C/CPU files and directories
<processor> is the name of the processor that the cpu*.* files apply to.
<compiler> is the name of the toolchain (compiler, assembler, linker/locator) used. Each
has its own directory because they may have different features that makes them different
from one another.
360
Porting C/OS-III
18-2-1 CPU_BSP.H
This file contains skeleton functions for CPU_TS_TmrInit(), CPU_TS_TmrRd() and other
time stamp related functions. You can copy this file to your Board Support Package (BSP)
directory, modify its content and add it to your build.
18-2-2 CPU_DEF.H
This file should not require any changes. cpu_def.h declares #define constants that are
used by Micrim software components.
18-2-3 CPU_CFG.H
This is a configuration file to be copied into the product directory and changed based on
the options to exercise in C/CPU. cpu_cfg.h is not considered a port file but more an
application specific file. However, its discussed here for completeness. The file contains
#define constants that may need to be changed based on the desired use of C/CPU.
CPU_CFG_NAME_EN
This #define determines whether you will be assigning a name to the CPU port. This
name can then be read by application code.
CPU_CFG_NAME_SIZE
18
This #define specifies the length of the ASCII string used to assign a name to the CPU.
CPU_CFG_TS_32_EN
This #define specifies whether 32-bit time stamps are available for this CPU. A 32-bit
timestamp is typically the value of a free-running 32-bit counter that is used to make
accurate time measurements. The application code can obtain the current value of this
free-running timer at any point in time and use such value to determine when an event
occurred or, measure the time difference between two events. The free-running counter is
generally incremented at a fairly high rate, for example 1 MHz or more.
361
Chapter 18
CPU_CFG_TS_64_EN
This #define specifies whether 64-bit time stamps are available for this CPU. A 64-bit
timestamp is typically the value of a free-running 64-bit counter (possibly made up by
counting overflows of a 32-bit counter) that is used to make accurate time measurements.
The application code can obtain the current value of this free-running timer at any point in
time and use such value to determine when an event occurred or, measure the time
difference between two events. The free-running counter is generally incremented at a fairly
high rate, for example 100 MHz or more.
CPU_CFG_TS_TMR_SIZE
This #define specifies the size, in number of bytes, of a timestamp. A 32-bit timestamp is 4
bytes long while a 64-bit timestamp is 8 bytes long.
CPU_CFG_INT_DIS_MEAS_EN
This #define specifies whether extra code will be inserted to measure interrupt disable
time when the code uses CPU_CRITICAL_ENTER() and CPU_CRITICAL_EXIT(). This extra
code obviously adds additional interrupt latency because of the measurement artifacts.
CPU_CFG_INT_DIS_MEAS_OVRHD_NBR
This #define is used to account for the interrupt disable time measurement artifacts. The
value should typically be 1.
18
CPU_CFG_LEAD_ZEROS_ASM_PRESENT
This #define specifies whether or not your processor offers assembly language instructions
to count the number of consecutive zeros from the left most bit position of an integer.
CPU_CFG_TRAIL_ZEROS_ASM_PRESENT
This #define specifies whether or not your processor offers assembly language instructions
to count the number of consecutive zeros from the right most bit position of an integer.
362
Porting C/OS-III
18-2-4 CPU_CORE.C
This file is generic and does not need to be changed. However it must be included in all
builds. cpu_core.c defines such functions as CPU_Init(), CPU_CntLeadZeros(), and
code to measure maximum CPU interrupt disable time. A few functions are explained here
since they are used in C/OS-III-based applications.
CPU_Init()
CPU_Init() must be called before calling OSInit().
CPU_CntLeadZeros()
CPU_CntLeadZeros() is used by the C/OS-III scheduler to find the highest priority ready
task (see Chapter 7, Scheduling on page 151). cpu_core.c implements a count leading
zeros in C. However, if the processor used provides a built-in instruction to count leading
zeros, define CPU_CFG_LEAD_ZEROS_ASM_PRESENT, and replace this function by an
assembly language equivalent (in cpu_a.asm). It is important to properly declare
CPU_CFG_DATA_SIZE in cpu.h for this function to work.
CPU_TS_TmrFreqSet()
CPU_TS_TmrFreqSet() is a function that needs to be called by the application code to
notify C/CPU about the increment frequency of the timer used for timestamps. In other
words, if the timestamp timer is incremented at a rate of 1 MHz then your application code
would need to call CPU_TS_TmrFreqSet() and pass 1000000.
CPU_TS_Get32()
CPU_TS_Get32() is a function that returns a 32-bit timestamp. The macro OS_TS_GET()
(see os_cpu.h) generally maps to this function.
363
18
Chapter 18
18-2-5 CPU_CORE.H
This header file is required by cpu_core.c to define function prototypes.
Table 18-2 shows the name of C/CPU template files you should use as a starting point
should you decide to start a C/CPU port from scratch. Its highly recommended that you
copy these files to folders that matches the layout shown in Table 18-1. You would then edit
these files to build up your own C/CPU port files. Again, refer to the C/CPU Users
Manual (uC-CPU-Manual.pdf) found in \Micrium\Software\uC-CPU\Doc.
File
Directory
cpu.h
\Micrium\Software\uC-CPU\Template
cpu_c.c
\Micrium\Software\uC-CPU\Template
cpu_a.asm
\Micrium\Software\uC-CPU\Template
18-2-6 CPU.H
18
Many CPUs have different word lengths and cpu.h declares a series of type definitions that
ensure portability. Specifically, we dont use the C data types int, short, long, char, etc. at
Micrium. Instead, clearer data types are defined. Consult your compiler documentation to
determine whether the standard declarations described below need to be changed for the
CPU/compiler you are using. You should note that the typedefs below are not all grouped
together in cpu.h and also, cpu.h contains additional comments about these data types.
364
Porting C/OS-III
typedef
void
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
unsigned
unsigned
unsigned
signed
unsigned
signed
unsigned
signed
unsigned
signed
typedef
typedef
typedef
typedef
typedef
typedef
CPU_ADDR
CPU_INT32U
CPU_ADDR
CPU_INT16U
CPU_INT32U
CPU_INT32U
CPU_VOID;
char
CPU_CHAR;
char
CPU_BOOLEAN;
char
CPU_INT08U;
char
CPU_INT08S;
short
CPU_INT16U;
short
CPU_INT16S;
int
CPU_INT32U;
int
CPU_INT32S;
long long CPU_INT64U;
long long CPU_INT64S;
float
CPU_FP32;
double
CPU_FP64;
volatile CPU_INT08U CPU_REG08;
volatile CPU_INT16U CPU_REG16;
volatile CPU_INT32U CPU_REG32;
volatile CPU_INT64U CPU_REG64;
void
(*CPU_FNCT_VOID)(void);
void
(*CPU_FNCT_PTR )(void *);
CPU_INT32U
CPU_ADDR;
CPU_INT32U
CPU_DATA;
CPU_DATA
CPU_ALIGN;
CPU_SIZE_T;
CPU_STK;
CPU_STK_SIZE;
CPU_ERR;
CPU_SR;
CPU_TS;
(1)
(2)
(3)
L18-1(1)
Especially important for C/OS-III is the definition of the CPU_STK data type,
which sets the width of a stack entry. Specifically, is the width of data pushed
to and popped from the stack 8 bits, 16 bits, 32 bits or 64 bits?
L18-1(2)
CPU_SR defines the data type for the processors status register (SR) that
generally holds the interrupt disable status.
L18-1(3)
365
18
Chapter 18
cpu.h also declares macros to disable and enable interrupts: CPU_CRITICAL_ENTER() and
CPU_CRITICAL_EXIT(), respectively. The documentation in the template file explains how
to declare these macros.
cpu.h is also where you need to define configuration constants:
CPU_CFG_ENDIAN_TYPE
This #define specifies whether your CPU is a little-endian machine or a big-endian
machine. cpu_def.h offers the following choices:
CPU_ENDIAN_TYPE_BIG
CPU_ENDIAN_TYPE_LITTLE
CPU_CFG_ADDR_SIZE
This #define specifies the size of an address for the processor, in number of bytes.
cpu_def.h offers the following choices:
CPU_WORD_SIZE_08
CPU_WORD_SIZE_16
CPU_WORD_SIZE_32
CPU_WORD_SIZE_64
18
CPU_CFG_DATA_SIZE
This #define specifies the natural data width of the processor, in number of bytes.
cpu_def.h offers the following choices:
CPU_WORD_SIZE_08
CPU_WORD_SIZE_16
CPU_WORD_SIZE_32
CPU_WORD_SIZE_64
366
Porting C/OS-III
CPU_DATA_SIZE_MAX
This #define specifies the maximum word size of the processor, in number of bytes.
cpu_def.h offers the following choices:
CPU_WORD_SIZE_08
CPU_WORD_SIZE_16
CPU_WORD_SIZE_32
CPU_WORD_SIZE_64
CPU_CFG_STK_GROWTH
This #define specifies whether the stack grows from high to low memory or from low to
high memory addresses. cpu_def.h offers the following choices:
CPU_STK_GROWTH_LO_TO_HI
CPU_STK_GROWTH_HI_TO_LO
CPU_CFG_CRITICAL_METHOD
This #define establishes how interrupts will be disabled when processing critical sections.
Specifically, will we simply disable interrupts when entering a critical section, irrespective of
whether or not interrupts were already disabled? Will we save the status of the interrupt
disable state before we disable interrupts? cpu_def.h offers the following choices:
18
CPU_CRITICAL_METHOD_INT_DIS_EN
CPU_CRITICAL_METHOD_STATUS_STK
CPU_CRITICAL_METHOD_STATUS_LOCAL
cpu.h also declares function prototypes for a number of functions found in either cpu_c.c
or cpu_a.asm.
367
Chapter 18
18-2-7 CPU_C.C
This is an optional file containing CPU-specific functions to set the interrupt controller, timer
prescalers, and more. Most implementations will not contain this file.
18-2-8 CPU_A.ASM
This file contains assembly language code to implement such functions as disabling and
enabling interrupts, a more efficient count leading zeros function, and more. At a minimum,
this file should implement CPU_SR_Save() and CPU_SR_Restore().
CPU_SR_Save()
CPU_SR_Save() reads the current value of the CPU status register where the current
interrupt disable flag resides and returns this value to the caller. However, before returning,
CPU_SR_Save() must disable all interrupts. CPU_SR_Save() is actually called by the macro
CPU_CRITICAL_ENTER().
CPU_SR_Restore()
CPU_SR_Restore() restores the CPUs status register to a previously saved value.
CPU_SR_Restore() is called from the macro CPU_CRITICAL_EXIT().
18
368
Porting C/OS-III
R14
R14'
18
R15
SR
Our generic CPU contains 16 integer registers (R0 to R15), a separate ISR stack pointer, and a
separate status register (SR). Every register is 32 bits wide and each of the 16 integer registers
can hold either data or an address. The return address of a function call is placed in the Link
Register (LR). The program counter (or instruction pointer) is R15 and there are two separate
stack pointers labeled R14 and R14. R14 represents a task stack pointer (TSP), and R14
represents an ISR stack pointer (ISP). The CPU automatically switches to the ISR stack when
servicing an exception or interrupt. The task stack is accessible from an ISR (i.e., we can push
369
Chapter 18
and pop elements onto the task stack when in an ISR), and the interrupt stack is also accessible
from a task. The Status Register (SR) contains the interrupt mask as well as various status
such as the Carry, Zero, Sign, Overflow, Parity, etc.
File
Directory
os_cpu.h
\Micrium\Software\uCOS-III\Ports\<processor>\<compiler>\
os_cpu_a.asm
\Micrium\Software\uCOS-III\Ports\<processor>\<compiler>\
os_cpu_a.inc
\Micrium\Software\uCOS-III\Ports\<processor>\<compiler>
os_cpu_c.c
\Micrium\Software\uCOS-III\Ports\<processor>\<compiler>\
Here, <processor> is the name of the processor that the os_cpu*.* files apply to, and
<compiler> is the name of the compiler that these files assume because of the different
assembly language directives that different toolchain uses.
Table 18-4 shows where you can find template files that will help you create a C/OS-III
port from scratch. You would simply copy these files in a folder specific to your
processor/compiler as shown in Table 18-3 and then change the contents of these files per
your processor/compiler.
18
File
Directory
os_cpu.h
\Micrium\Software\uCOS-III\Ports\Template\
os_cpu_a.asm
\Micrium\Software\uCOS-III\Ports\Template\
os_cpu_a.inc
\Micrium\Software\uCOS-III\Ports\Template\
os_cpu_c.c
\Micrium\Software\uCOS-III\Ports\Template\
370
Porting C/OS-III
18-3-1 OS_CPU.H
OS_TASK_SW()
OS_TASK_SW() is a macro that is called by OSSched() to perform a task-level context
switch. The macro can translate directly to a call to OSCtxSw(), trigger a software interrupt,
or a TRAP. If a software interrupt or TRAP is used then you would most likely need to add
the address of OSCtxSw() in the interrupt vector table. The choice depends on the CPU
architecture.
OS_TS_GET()
OS_TS_GET() is a macro that obtains the current time stamp. It is expected that the time
stamp is type CPU_TS, which is typically declared as at least a 32-bit value.
OSCtxSw(), OSIntCtxSw() and OSStartHighRdy()
os_cpu.h declares function prototypes for OSCtxSw(), OSIntCtxSw(), OSStartHighRdy()
and possibly other functions required by the port.
18
371
Chapter 18
18-3-2 OS_CPU_C.C
The functions are described in Appendix A, C/OS-III API Reference on page 443.
os_cpu_c.c can declare other functions as needed by the port, however the functions
described below are mandatory. These functions are already implemented in the template
file but those can certainly be extended as needed. However, you should not need to
change this file unless you have specific needs.
OSIdleTaskHook()
This function is called repeatedly when C/OS-III doesnt have any task ready-to-run. The
port implemented might choose to put the processor in low power mode if the product
being designed is battery operated. However, it would be preferable, in this case to defer
this to the application level. This can be easily accomplished by putting the processor in
low power mode in a function called App_OS_IdleTaskHook() and let the product
designed decide whether or not this product requires to place the processor in low power
mode. The template file contains the following code:
18
372
Porting C/OS-III
OSInitHook()
This function is called by OSInit() as the very beginning of OSInit(). This is done to
allow the port implemented to add functionality to the port while hiding the details from
the C/OS-III user. For one thing, the port implementer could setup an ISR stack in
OSInitHook(). The template file contains the following code:
void
{
}
OSInitHook (void)
OSStatTaskHook()
This function is called when the statistic task executes. This hook allows the port developer
the opportunity to add his or her own statistics. The template file contains the following
code:
18
373
Chapter 18
OSTaskCreateHook()
This function is called by OSTaskCreate() and is passed the address of the OS_TCB of the
newly created task. OSTaskCreateHook() is called by OSTaskCreate() after initializing the
OS_TCB fields and setting up the stack frame for the task. The template file contains the
following code:
OSTaskDelHook()
This function is called by OSTaskDel() after the task to delete has been removed either
from the ready list or a wait list. The template file contains the following code:
18
374
Porting C/OS-III
OSTaskReturnHook()
This function is called by OS_TaskReturn() if the user accidentally returns from the task
code. The template file contains the following code:
void
OSTaskReturnHook (OS_TCB
*p_tcb)
{
#if OS_CFG_APP_HOOKS_EN > 0u
if (OS_AppTaskReturnHookPtr != (OS_APP_HOOK_TCB)0) {
(*OS_AppTaskReturnHookPtr)(p_tcb);
}
#else
(void)p_tcb;
}
18
375
Chapter 18
OSTaskStkInit()
OSTaskStkInit() is called by OSTaskCreate() and is one of the most difficult port
functions to create because it establishes the stack frame of every task created. The template
file contains the following code:
CPU_STK
*OSTaskStkInit (OS_TASK_PTR
void
CPU_STK
CPU_STK
CPU_STK_SIZE
OS_OPT
p_task,
*p_arg,
*p_stk_base,
*p_stk_limit,
stk_size,
opt)
{
CPU_STK
*p_stk;
(void)opt;
p_stk
18
= &p_stk_base[stk_size];
(1)
*--p_stk = (CPU_STK)0x00000000u;
(2)
*--p_stk
*--p_stk
*--p_stk
*--p_stk
*--p_stk
*--p_stk
*--p_stk
*--p_stk
*--p_stk
*--p_stk
*--p_stk
*--p_stk
*--p_stk
*--p_stk
*--p_stk
(3)
(4)
(5)
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
(CPU_STK)p_task;
(CPU_STK)p_arg;
(CPU_STK)0x01010101u;
(CPU_STK)0x02020202u;
(CPU_STK)0x03030303u;
(CPU_STK)0x04040404u;
(CPU_STK)0x05050505u;
(CPU_STK)0x06060606u;
(CPU_STK)0x07070707u;
(CPU_STK)0x08080808u;
(CPU_STK)0x09090909u;
(CPU_STK)0x10101010u;
(CPU_STK)0x11111111u;
(CPU_STK)0x12121212u;
(CPU_STK)OS_TaskReturn;
return (p_stk);
(6)
(7)
L18-8(1)
376
You need to initialize the top-of-stack. For our generic 32-bit CPU, the
top-of-stack (TOS) points at one location beyond the area reserved for the
stack. This is because we will decrement the TOS pointer before storing a value
into the stack.
Porting C/OS-III
If the stack for the processor grew from low memory to high memory, most
likely you would have setup the TOS to point at the base of the memory or,
&p_stk_base[0].
L18-8(2)
Since we are simulating an interrupt and the stacking of registers in the same
order as an ISR would place them on the stack, we start by putting the SR (Status
Register, also called the Program Status Word) of the CPU onto the stack first.
Also, the value stored at this location must be such that, once restored into the
CPU, the SR must enable ALL interrupts. Here we assumed that a value of
0x00000000 would do this. However, you need to check with the processor
you are using to find out how this works on that processor.
L18-8(3)
The address of the task code is then placed onto the next stack location. This
way, when you perform a return from interrupt (or exception) instruction the
PC will automatically be loaded with the address of the task to run.
L18-8(4)
You should recall that a task is passed an argument, p_arg. p_arg is a pointer
to some user define storage or function and its use is application specific. In
the assumptions above, we indicated that a function called with a single
argument gets this argument passed in R0. You will need to check the compiler
documentation to determine where p_arg is placed for your processor.
L18-8(5)
The remaining registers are placed onto the stack. You will notice that we
initialized the value of those registers with a hexadecimal number that
corresponds to the register number. In other words, R12 should have the
value 0x12121212 when the task starts, R11 should have the value
0x11111111 when the task starts and so on. This makes it easy to determine
whether the stack frame was setup properly when you test the port. You
would simply look at the register contents with a debugger and confirm that
all registers have the proper values.
L18-8(6)
Here we place the return address of the task into the location where the Link
Register (LR) will be retrieved from. In this case, we force the return address to
actually be OS_TaskReturn() allowing C/OS-III to catch a task that is
attempting to return. You should recall that this is not allowed with C/OS-III.
377
18
Chapter 18
L18-8(7)
Figure 18-3 shows how the stack frame looks like just before the function returns.
OSTaskCreate() will actually save the new top-of-stack (p_stk) into the OS_TCB of the task
being created.
p_stk
18
378
Porting C/OS-III
OSTaskSwHook()
The typical code for C/OS-IIIs context switch hook is shown below. What
OSTaskSwHook() does is highly dependent on a number of configuration options.
void
OSTaskSwHook (void)
{
#if OS_CFG_TASK_PROFILE_EN > 0u
CPU_TS ts;
#endif
#ifdef CPU_CFG_INT_DIS_MEAS_EN
CPU_TS int_dis_time;
#endif
(1)
(2)
OSTCBHighRdyPtr->CyclesStart = ts;
#endif
#ifdef CPU_CFG_INT_DIS_MEAS_EN
int_dis_time = CPU_IntDisMeasMaxCurReset();
if (OSTCBCurPtr->IntDisTimeMax < int_dis_time) {
OSTCBCurPtr->IntDisTimeMax = int_dis_time;
}
#endif
#if OS_CFG_SCHED_LOCK_TIME_MEAS_EN > 0u
if (OSTCBCurPtr->SchedLockTimeMax < OSSchedLockTimeMaxCur) {
OSTCBCurPtr->SchedLockTimeMax = OSSchedLockTimeMaxCur;
}
OSSchedLockTimeMaxCur = (CPU_TS)0;
#endif
}
18
(3)
(4)
379
Chapter 18
L18-9(1)
L18-9(2)
OSTaskSwHook() then computes the amount of time the current task ran.
However, this includes the execution time of all the ISRs that happened while
the task was running.
We then take a timestamp to mark the beginning of the task being switched in.
L18-9(3)
OSTaskSwHook() then stores the highest interrupt disable time into the OS_TCB
of the task being switched out. This allows a debugger or C/Probe to display
maximum interrupt disable time on a per-task basis.
L18-9(4)
OSTaskSwHook() then captures the highest scheduler lock time and stores that
in the OS_TCB of the task being switched out.
OSTimeTickHook()
This function is called by OSTimeTick() and is called before any other code is executed in
OSTimeTick(). The template file contains the following code. If the application code
defines an application hook function then it is called as shown.
18
void OSTimeTickHook (void)
{
#if OS_CFG_APP_HOOKS_EN > 0u
if (OS_AppTimeTickHookPtr != (OS_APP_HOOK_VOID)0) {
(*OS_AppTimeTickHookPtr)();
}
#endif
}
380
Porting C/OS-III
18-3-3 OS_CPU_A.ASM
This file contains the implementation of the following assembly language functions:
OSStartHighRdy()
This function is called by OSStart() to start multitasking. OSStart() will have determined
the highest priority task (OSTCBHighRdyPtr will point to the OS_TCB of that task) that was
created prior to calling OSStart() and will start executing that task. The pseudo code for
this function is shown below (the C-like code needs to be implemented in assembly
language):
OSStartHighRdy:
OSTaskSwHook();
SP = OSTCBHighRdyPtr->StkPtr;
OS_CTX_RESTORE
Return from Interrupt/Exception;
(1)
(2)
(3)
L18-11(1)
The Stack Pointer (SP) for the first task to execute is retrieved from the OS_TCB
of the highest priority task that was created prior to calling OSStart().
Figure 18-4 shows the stack frame as pointed to by OSTCBHighRdy->StkPtr.
L18-11(2)
L18-11(3)
The Return from Interrupt/Exception restores the Program Counter (PC) and
the Status Register (SR) in a single instruction. At this point, the task will start
executing. In fact, the task will think it was called by another function and thus,
will receive p_arg as its argument. Of course, the task must not return.
381
18
Chapter 18
OSTCBHighRdy-StkPtr
OSCtxSw()
18
This function implements the task level context switch which is invoked by the
OS_TASK_SW() macro declared in os_cpu.h. The pseudo code for this function is shown
below (the C-like code needs to be implemented in assembly language). You should also
refer to Chapter 8, on page 168.
OSCtxSw:
OS_CTX_SAVE
OSTCBCurPtr->StkPtr = SP;
OSTaskSwHook();
OSPrioCur = OSPrioHighRdy;
OSTCBCurPtr = OSTCBHighRdyPtr;
SP
= OSTCBCurPtr->StkPtr;
OS_CTX_RESTORE
Return from Interrupt/Exception;
(1)
(2)
(3)
(4)
(5)
(6)
382
Porting C/OS-III
L18-12(1)
L18-12(2)
OS_CTX_SAVE is a macro (see os_cpu_a.inc) that saves the CPU context onto
the current tasks stack. For our generic 32-bit CPU, OS_CTX_SAVE would push
R0 through R13 onto the stack, in that order.
L18-12(3)
OSCtxSw() then needs to save the current top-of-stack pointer (i.e. R14 or SP)
into the OS_TCB of the current task.
L18-12(4)
The stack pointer for the new task is retrieved from the OS_TCB of the new
current task.
L18-12(5)
L18-12(6)
The Return from Interrupt/Exception restores the Program Counter (PC) and
the Status Register (SR) in a single instruction. At this point, the new task will
resume execution, exactly where it was preempted.
383
18
Chapter 18
OSIntCtxSw()
This function implements the interrupt level context switch which is called by OSIntExit()
(see os_core.c). The pseudo code for this function is shown below (the C-like code needs
to be implemented in assembly language). Refer also to Chapter 8, on page 170.
OSIntCtxSw:
OSTaskSwHook();
OSPrioCur = OSPrioHighRdy;
OSTCBCurPtr = OSTCBHighRdyPtr;
SP
= OSTCBCurPtr->StkPtr;
OS_CTX_RESTORE
Return from Interrupt/Exception;
(1)
(2)
(3)
(4)
18
L18-13(1)
OSIntCtxSw() is called by OSIntExit() at the end of all nested ISRs. The ISR
is assumed to have saved the context of the interrupted task onto that tasks
stack. Also, the ISR is assumed to have saved the new top-of-stack of the
interrupted task into the OS_TCB of that task.
L18-13(2)
The stack pointer for the new task is then retrieved from the OS_TCB of the new
current task.
L18-13(3)
L18-13(4)
The Return from Interrupt/Exception restores the Program Counter (PC) and
the Status Register (SR) in a single instruction. At this point, the new task will
resume execution, exactly where it was preempted.
384
Porting C/OS-III
OSTickISR()
This function may or may not reside in os_cpu_a.asm. Its presence in os_cpu_a.asm
depends on whether the tick ISR is generic for the CPU and, whether it needs to be
implemented in assembly language. In other words, if the CPU or MCU has a dedicated
timer that can be assigned for the tick ISR so that its the same, irrespective of the target
application then OSTickISR() can be placed in os_cpu_a.asm. The pseudo code for this
function is shown below (the C-like code needs to be implemented in assembly language).
You should note that all ISRs should be modeled after OSTickISR().
OSTickISR:
OS_CTX_SAVE
Disable Interrupts;
OSIntNestingCtr++;
if (OSIntNestingCtr == 1) {
OSTCBCurPtr->StkPtr = SP;
}
Clear tick interrupt;
OSTimeTick();
OSIntExit();
OS_CTX_RESTORE
Return from Interrupt/Exception;
(1)
(2)
(3)
(4)
(5)
(6)
(7)
(8)
(9)
(10)
L18-14(1)
L18-14(2)
Again, OS_CTX_SAVE saves the CPU context onto the current tasks stack. For
our generic 32-bit CPU, OS_CTX_SAVE would push R0 through R13 onto the
stack, in that order.
385
18
Chapter 18
18
L18-14(3)
L18-14(4)
OSTickISR() then needs to increment the interrupt nesting counter. This tells
C/OS-III that the code is servicing an interrupt. The nesting counter indicates
how many levels of interrupts we are currently servicing (in case the
application supports nested interrupts).
L18-14(5)
If this interrupt interrupts a task then we need to save the stack pointer of that
task into the OS_TCB of that task.
L18-14(6)
You need to clear the interrupting device so that it doesnt re-issue the same
interrupt upon returning from interrupts. This can be done here or, in the
device handler (see below).
L18-14(7)
L18-14(8)
386
OSIntExit() is then called at the end of the ISR to notify C/OS-III that you
are done processing the ISR. C/OS-III decrements the nesting counter and if
OSIntNestingCtr reaches 0, C/OS-III knows its returning to task level code.
So, if the ISR made a more important task ready-to-run (more important than
the interrupted task), C/OS-III will context switch to that task instead of
returning to the interrupted task.
Porting C/OS-III
L18-14(9)
If the interrupted task is still the most important task then OSIntExit() returns
and the ISR will needs to restore the saved registers. OS_CTX_RESTORE does just
that. For our generic 32-bit CPU, OS_CTX_RESTORE would pop CPU registers
R13 through R0 from the stack, in that order.
L18-14(10) Finally, the Return from Interrupt/Exception restores the Program Counter (PC)
and the Status Register (SR) in a single instruction. At this point, the interrupted
task will resume execution, exactly where it was interrupted.
It is actually possible to simplify the code for OSTickISR() or any of your ISRs. Notice that
the code at the beginning and end of the ISR is common for all ISRs. Because of that, its
possible to create two assembly language macros, OS_ISR_ENTER and OS_ISR_EXIT in
os_cpu_a.inc. The new OSTickISR() code would now look as shown below:
OSTickISR:
OS_ISR_ENTER
Clear tick interrupt;
OSTimeTick();
OS_ISR_EXIT
Listing 18-15 OSTickISR() Pseudo Code using the OS_ISR_ENTER and OS_ISR_EXIT macros
18
387
Chapter 18
18-3-4 OS_CPU_A.INC
This file contains the implementation of assembly language macros that are used to simplify
the implementation of os_cpu_a.asm. A macro replaces many assembly language
instructions with a single macro invocation.
OS_CTX_SAVE
This macro is used to save the CPU context onto the current stack. OS_CTX_SAVE needs to
save the CPU registers in the same order as they are pushed in OSTaskStkInit() which is
described later. OS_CTX_SAVE only saves the CPU registers that are not automatically saved
by the CPU when the CPU accepts an interrupt. In other words, if the CPU automatically
saves the PSW and PC onto the stack upon initiating an ISR then OS_CTX_SAVE only needs to
save the remaining CPU registers.
OS_CTX_SAVE
Save all the CPU registers onto the current task stack
(in the same order as in OSTaskStkInit())
388
Porting C/OS-III
OS_CTX_RESTORE
This macro is used to reverse the process done by OS_CTX_SAVE. In other words,
OS_CTX_RESTORE loads the CPU registers from the stack in the reverse order..
OS_CTX_RESTORE
Restore all the CPU registers from the new tasks stack
(in the reverse order that they were in OSTaskStkInit())
OS_CTX_RESTORE MACRO
POP R13
POP R12
POP R11
POP R10
POP R9
POP R8
POP R7
POP R6
POP R5
POP R4
POP R3
POP R2
POP R1
POP R0
ENDM
18
389
Chapter 18
OS_ISR_ENTER
This macro allows you to simplify your assembly language ISRs. OS_ISR_ENTER is basically
the first line of code you would add to the ISR. The pseudo code for OS_ISR_ENTER is
shown below.
OS_ISR_ENTER
OS_CTX_SAVE
OSIntNestingCtr++;
if (OSIntNestingCtr == 1) {
OSTCBCurPtr->StkPtr = SP;
}
Assuming our generic 32-bit CPU, OS_ISR_ENTER would be implemented as follows. You
should note that the C-like code would actually be implemented in assembly language.
18
OS_ISR_ENTER MACRO
PUSH R0
PUSH R1
PUSH R2
PUSH R3
PUSH R4
PUSH R5
PUSH R6
PUSH R7
PUSH R8
PUSH R9
PUSH R10
PUSH R11
PUSH R12
PUSH R13
OSIntNestingCtr++;
if (OSIntNestingCtr == 1) {
OSTCBCurPtr->StkPtr = SP;
}
ENDM
390
Porting C/OS-III
OS_ISR_EXIT
This macro allows you to simplify your assembly language ISRs. OS_ISR_EXIT is basically
the last line of code you would add to the ISR. The pseudo code for OS_ISR_EXIT is shown
below.
OS_ISR_EXIT
OSIntExit();
OS_CTX_RESTORE
Return from Interrupt/Exception
Assuming our generic 32-bit CPU, OS_ISR_EXIT would be implemented as follows. You
should note that the C-like code would actually be implemented in assembly language.
OS_ISR_EXIT MACRO
OSIntExit();
POP R13
POP R12
POP R11
POP R10
POP R9
POP R8
POP R7
POP R6
POP R5
POP R4
POP R3
POP R2
POP R1
POP R0
Return from Interrupt/Exception;
ENDM
18
391
Chapter 18
Porting C/OS-III
393
18
Chapter 18
(1)
L18-24(1)
Here we assume that the handler for the interrupt controller is called from the
assembly language code that saves the CPU registers upon entering an ISR (see
Chapter 9, Interrupt Management on page 175).
L18-24(2)
The handler queries the interrupt controller to ask it for the address of the ISR
that needs to be executed in response to the interrupt. Some interrupt
controllers return an integer value that corresponds to the source. In this case,
you would simply use this integer value as an index into a table (RAM or ROM)
where those vectors are placed.
L18-24(3)
The interrupt controller is then asked to provide the highest priority interrupt
pending. It is assumed here that the CPU may receive multiple simultaneous
interrupts (or closely spaced interrupts), and that the interrupt controller will
prioritize the interrupts received. The CPU will then service each interrupt in
priority order instead of on a first-come basis. However, the scheme used
greatly depends on the interrupt controller itself.
18
394
Porting C/OS-III
L18-24(4)
Here we check to ensure that the interrupt controller did not return a NULL
pointer.
L18-24(5)
We then simply call the ISR associated with the interrupt device.
L18-24(6)
395
18
Chapter 18
\Micrium
\Software
\EvalBoards
\MyBoardManufacturer
\MyBoardName
\MyToolsName
\MyBSP
bsp.c
bsp.h
bsp_int.c
\MyTest
app.c
includes.h
app_cfg.h
app_vect.c
cpu_cfg.h
lib_cfg.h
os_app_hooks.c
os_app_hooks.h
os_cfg.h
os_cfg_app.h
os_type.h
18
\Micrium
\Software
\uC-CPU
cpu_core.c
cpu_core.h
cpu_def.h
\MyCPUName
\MyToolsName
cpu.h
cpu_a.asm
\Micrium
\Software
\uC-LIB
lib_ascii.c
lib_ascii.h
lib_def.h
lib_math.c
lib_math.h
lib_mem.c
lib_mem.h
lib_str.c
lib_str.h
396
Copied
Copied
Copied
Copied
Copied
Copied
Copied
from
from
from
from
from
from
from
\Micrium\Software\uC-CPU\Cfg\Template
\Micrium\Software\uC-LIB\Cfg\Template
\Micrium\Software\uCOS-III\Cfg\Template
\Micrium\Software\uCOS-III\Cfg\Template
\Micrium\Software\uCOS-III\Cfg\Template
\Micrium\Software\uCOS-III\Cfg\Template
\Micrium\Software\uCOS-III\Source
Porting C/OS-III
\Micrium
\Software
\uC/OS-III
\Cfg
os_app_hooks.c
os_app_hooks.h
os_cfg.h
os_cfg_app.h
\Ports
\MyCPUName
\MyToolsName
os_cpu.h
os_cpu_a.asm
os_cpu_a.inc
os_cpu_c.c
\Source
os.h
os_cfg_app.c
os_core.c
os_dbg.c
os_flag.c
os_int.c
<<<(8) <-
Created
Created
Created
Created
in
in
in
in
Section
Section
Section
Section
18-3
18-3
18-3
18-3
os_mem.c
os_msg.c
os_mutex.c
os_pend_multi.c
os_prio.c
os_q.c
os_sem.c
os_stat.c
os_task.c
os_tick.c
os_time.c
os_tmr.c
os_type.h
os_var.c
18
397
Chapter 18
L18-25(1)
MyTest is the name of the directory that will contain the project source files.
L18-25(2)
app.c is the test file that contains main() and should look as shown below.
/* app.c */
#include
includes.h
L18-25(3)
includes.h is a master include file that app.c and other files assume. The
contents of this file should be as shown below.
/* includes.h */
#include
#include
#include
#include
<stdarg.h>
<stdio.h>
<stdlib.h>
<math.h>
#include
#include
#include
#include
#include
#include
<cpu.h>
<lib_def.h>
<lib_ascii.h>
<lib_math.h>
<lib_mem.h>
<lib_str.h>
#include
#include
#include
<app_cfg.h>
<os_cfg_app.h>
<bsp.h>
#include
<os.h>
18
L18-25(4)
L18-25(5)
app_vect.c is a file that contains the processors interrupt vector table. The file
must exist but it is should be empty for now.
398
Porting C/OS-III
L18-25(6)
The remaining files are copied from the directories shown in Listing 18-25 and
should not be changed at this point.
L18-25(7)
You need to edit os_cfg.h and set the following #defines to the values
shown below:
OS_CFG_ISR_POST_DEFERRED_EN
OS_CFG_PRIO_MAX
OS_CFG_STAT_TASK_EN
OS_CFG_TMR_EN
OS_CFG_SCHED_ROUNDROBIN_EN
0u
16u
0u
0u
0u
This is done to ensure that we only have two tasks in the test application,
OS_IdleTask() and OS_TickTask().
For this test, you need to add one line of code in OSIdleTaskHook() as shown in bold
below. Once we verify OSInit(), OSTaskStkInit(), OSCtxSw(), OS_CTX_SAVE and
OS_CTX_RESTORE, well remove this code:
18
399
Chapter 18
(os_core.c)
(os_cpu_a.asm)
(os_cpu_c.c)
(os_cpu_a.asm)
(os_cpu_a.inc)
(os_cpu_a.inc)
(cpu_a.asm)
(cpu_a.asm)
Our first test is to verify that C/OS-III gets properly initialized and that the code in
OSTaskStkInit() properly initializes a tasks stack.
Recall that our application consist of app.c which contains the code shown below:
18
OSInit(&err);
OSStart(&err);
STEP 1
You now need to build and download this project to your target. Building is obviously
highly toolchain specific. Of course, if you encounter errors during the build, you will need
to resolve those before being able to move to the next step.
Once all build errors have been resolved, you need to download the target code onto the
evaluation board you selected for the tests.
400
Porting C/OS-III
STEP 2
You then need to set a breakpoint at the OSStart() line. In other words, have your target
stop AFTER executing OSInit(). You should then examine the contents of err and confirm
that it has the value OS_ERR_NONE (or, 0). If you get anything other than OS_ERR_NONE, the
error code will tell you where the problem is (see section A-20 on page 476).
STEP 3
If err is OS_ERR_NONE then you can Step Into OSStart() (file os_core.c). You should see
the following code:
(1)
(2)
18
(3)
401
Chapter 18
STEP 4
Step into the code and stop just before executing OSStartHighRdy(). You should confirm
that OSPrioCur is the same value as OS_CFG_TICK_TASK_PRIO (see os_cfg_app.h) and
that OSTCBHighRdyPtr point at OSTickTaskTCB. In other words, the highest priority task
should be the tick task because we should only have two task created after OSInit() and
the tick task always has a higher priority than the idle task.
STEP 5
Now, Step Into OSStartHighRdy() (file os_cpu_a.asm). You should see the assembly
language shown below.
OSStartHighRdy:
OSTaskSwHook();
SP = OSTCBHighRdyPtr->StkPtr;
OS_CTX_RESTORE
Return from Interrupt/Exception;
18
You can Step Over OSTaskSwHook() and the code to load the stack pointer. However, you
should set a breakpoint at the Return from Interrupt/Exception instruction. Once you
executed the OS_CTX_RESTORE macro, you should look at the CPU registers and confirm
that they all have their expected value (0x12121212 for R12, 0x05050505 for R5, etc.). If not
then something is not quite right with either OSTaskStkInit() or the OS_CTX_RESTORE
macro. Basically, OSTaskStkInit() sets up the stack and OS_CTX_RESTORE sets up the
registers based on whats on the stack.
402
Porting C/OS-III
STEP 6
If the CPU registers appear to have their proper value then you can Single Step and
execute the Return from Interrupt/Exception instruction. If all is well, you should be
looking at the OS_TickTask() code which should look something like this:
*p_arg)
p_arg = p_arg;
while (DEF_ON) {
(void)OSTaskSemPend((OS_TICK )0,
(OS_OPT
)OS_OPT_PEND_BLOCKING,
(CPU_TS *)&ts,
(OS_ERR *)&err);
if (err == OS_ERR_NONE) {
<- Set a BREAKPOINT here!
if (OSRunning == OS_STATE_OS_RUNNING) {
OS_TickListUpdate();
}
}
}
}
If the debugger doesnt show you this code then its possible that the PC and PSW are not
properly setup on the task stack by OSTaskStkInit().
If you end up in OS_TickTask() your code for OSTaskStkInit() and the macro
OS_CTX_RESTORE is correct.
You should now set a breakpoint on the line following OSTaskSemPend().
403
18
Chapter 18
STEP 7
You need to set another breakpoint in OSCtxSw() as shown below.
OSCtxSw:
OS_CTX_SAVE
OSTCBCurPtr->StkPtr = SP;
OSTaskSwHook();
OSPrioCur
= OSPrioHighRdy;
OSTCBCurPtr = OSTCBHighRdyPtr;
SP
= OSTCBCurPtr->StkPtr;
OS_CTX_RESTORE
Return from Interrupt/Exception;
You can now run the code at full speed. Because of the breakpoint in OSCtxSw(), the
debugger should stop and show you the code for OSCtxSw().
Basically, whats happening here is that OS_TickTask() will be waiting for the tick ISR to
signal the task that a tick has expired. Since we havent setup the tick interrupt (not yet
anyway), OS_TickTask() would never get to execute. However, I had you modify the idle
task hook to simulate signaling the tick task so C/OS-III will eventually switch back to this
code. In the meantime, C/OS-III will switch to the next task thats ready-to-run. This
happens to be the idle task. Well be following the code until we get to OS_IdleTask().
18
STEP 8
You can Step Over OS_CTX_SAVE and verify that the stack (pointed to by SP) contains the
value of the CPU registers saved in the same order as they are in OSTaskStkInit(). In fact,
you can verify this when context switches back out of the idle task in just a few more steps.
STEP 9
Step Into the code one more time and verify that the SP was saved in
OSTickTaskTCB.StkPtr.
STEP 10
Step Into the code and stop just before executing the Return from Interrupt/Exception
instruction. At this point, the CPU registers should contain the proper register values (similar
to what we had when we restored the CPU registers for OSTickTask() (but this time its for
OS_IdleTask()).
404
Porting C/OS-III
STEP 11
Step Into the return from interrupt/exception instruction and the CPU should now jump
into the idle task (os_core.c) as shown below. You should then set a breakpoint as shown.
void
OS_IdleTask (void
*p_arg)
{
CPU_SR_ALLOC();
p_arg = p_arg;
while (DEF_ON) {
CPU_CRITICAL_ENTER();
OSIdleTaskCtr++;
#if OS_CFG_STAT_TASK_EN > 0u
OSStatTaskCtr++;
#endif
CPU_CRITICAL_EXIT();
OSIdleTaskHook();
}
}
STEP 12
Step Into the idle task and then, Step Into OSIdleTaskHook(). Recall that I had you
modify the idle task hook as shown below. What were doing here is simulate the
occurrence of the tick interrupt.
405
18
Chapter 18
STEP 13
Have your debugger run the code at full speed. You should actually hit the breakpoint in
OSCtxSw() as shown below. What happened here is that C/OS-III signaled the tick task
and since the tick task is more important than the idle task, C/OS-III is switching back to
the tick task.
OSCtxSw:
OS_CTX_SAVE
OSTCBCurPtr->StkPtr = SP;
OSTaskSwHook();
OSPrioCur
= OSPrioHighRdy;
OSTCBCurPtr = OSTCBHighRdyPtr;
SP
= OSTCBCurPtr->StkPtr;
OS_CTX_RESTORE
Return from Interrupt/Exception;
STEP 14
You can run the target at full speed and the debugger should bring you back at the
breakpoint in OS_TickTask().
If you were to repeatedly run the target at full speed, your debugger should now stop at the
following places:
18
OSCtxSw()
OS_IdleTask()
OSCtxSw()
OS_TickTask()
OSCtxSw()
OS_IdleTask()
OSCtxSw()
etc.
406
Porting C/OS-III
(os_cpu_a.asm)
(os_cpu_a.asm)
(os_cpu_a.inc)
(os_cpu_a.inc)
(cpu.h)
(cpu_a.asm)
You can now remove the code we added in OSIdleTaskHook(). The code should now be
as shown below.
You should now setup the tick interrupt in main() (app.c) as shown below.
18
/* app.c */
#include
includes.h
407
Chapter 18
L18-25(8)
You need to setup the interrupt vector for the tick ISR. Where this is done
greatly depends on the CPU architecture. On some processors, you would
simply insert a pointer to OSTickISR() in the interrupt vector table while on
others, you would need to call a function to install the vector in a RAM table.
L18-25(9)
You can setup the timer you will use to generate interrupts here. You need to
make sure that the interrupt will not occur immediately but instead 1
millisecond after the timer is initialized. You may recall that I told you to always
initialize the tick interrupt from the first task that executes when we start
multitasking. However, since we are testing the port, its safe to initialize the
timer here since we have control over when the first interrupt will actually
occur.
L18-25(10) This macro is used to enable global CPU interrupts. Its assumed that the
startup code runs with interrupts disabled and thus, those need to be explicitly
enabled.
At this point, you need to remove all breakpoints you inserted to test the task level context
switch code and insert the following breakpoints. You should note that the C-like code
should actually be replaced with assembly language instructions for your processor.
18
OSIntCtxSw:
OSTaskSwHook();
OSPrioCur
= OSPrioHighRdy;
OSTCBCurPtr = OSTCBHighRdyPtr;
SP
= OSTCBCurPtr->StkPtr;
OS_CTX_RESTORE
Return from Interrupt/Exception;
OSTickISR:
OS_ISR_ENTER
Clear tick interrupt;
OSTimeTick();
OS_ISR_EXIT
408
Porting C/OS-III
STEP 1
Reset the CPU and run the code until you hit the first breakpoint. If you properly initialized
the tick timer then you should be looking at the OSTickISR() code. If not, you need to
determine why you are not getting the tick interrupt.
If the tick interrupt is properly setup then you should verify that is pointing at
OSIdleTaskTCB since your application should have been looping around the idle task until
the tick interrupt occurred.
STEP 2
You should step into the OSTickISR() code and verify that OS_ISR_ENTER increments
OSIntNestingCtr (you should be able to look at that variable with the debugger and
notice that it should have a value of 1). Also, you should verify that the current SP is saved
in OSTCBCurPtr->StkPtr (it should be the same as OSIdleTaskTCB.StkPtr).
STEP 3
You should now step through the code that clears the tick interrupt and verify that its doing
the proper thing.
STEP 4
You can now Step Over the call to OSTimeTick(). OSTimeTick() basically signals the tick
task and thus makes it ready-to-run. Instead of returning from interrupt from OSTickISR(),
C/OS-III will instead exit through OSIntCtxSw() because the tick ISR has a higher priority
than the idle task.
STEP 5
You should now Step Into the code for OS_ISR_EXIT and Step Over OSIntExit()
(os_core.c). OSIntExit() should not return to its caller but instead, call OSIntCtxSw()
(os_cpu_a.asm) as shown below. At this point, OSTCBHighRdyPtr should point at
OSTickTaskTCB.
409
18
Chapter 18
OSIntCtxSw:
OSTaskSwHook();
OSPrioCur
= OSPrioHighRdy;
OSTCBCurPtr = OSTCBHighRdyPtr;
SP
= OSTCBCurPtr->StkPtr;
OS_CTX_RESTORE
Return from Interrupt/Exception;
STEP 6
Before going any further in the code, you should set a breakpoint in OS_TickTask()
(os_tick.c) as shown below.
*p_arg)
p_arg = p_arg;
while (DEF_ON) {
(void)OSTaskSemPend((OS_TICK )0,
(OS_OPT
)OS_OPT_PEND_BLOCKING,
(CPU_TS *)&ts,
(OS_ERR *)&err);
if (err == OS_ERR_NONE) {
if (OSRunning == OS_STATE_OS_RUNNING) {
OS_TickListUpdate();
}
}
}
18
STEP 7
You should then go back to os_cpu_a.asm and Step Into the code for OS_CTX_RESTORE
and then execute the Return from Interrupt/Exception instruction.
This should cause the code to context switch into OS_TickTask(). In fact, you will be in
the context of OS_TickTask() but you will not be in the OS_TickTask() code itself. This is
because C/OS-III is actually returning to the point where it invoked the scheduler to
410
Porting C/OS-III
switch to the idle task. C/OS-III is simply returning to that point. You can step through
code to see the path C/OS-III is taking. However, this corresponds to quite a few lines of
code. Its probably simpler to simply run the CPU at full speed and have the debugger stop
when you hit the breakpoint in OS_TickTask().
If you were to repeatedly run the target at full speed, your debugger should now stop at the
following breakpoints:
OSTickISR()
OSIntCtxSw()
OS_TickTask()
OSTickISR()
OSIntCtxSw()
etc.
At this point, the port tests are complete. You should be able to use the C/OS-III port in
your target application.
18-6 SUMMARY
A port involves three aspects: CPU, OS and board specific (BSP) code.
C/OS-III port consists of writing or changing the contents of four kernel specific files:
os_cpu.h, os_cpu_a.asm, os_cpu_a.inc and os_cpu_c.c.
It is also necessary to write or change the content of three CPU specific files: cpu.h,
cpu_a.asm and cpu_c.c.
Finally, you can create or change a Board Support Package (BSP) for the evaluation board
or target board being used.
A C/OS-III port is similar to a C/OS-II port, therefore you can start from one of the many
C/OS-II ports already available (see Appendix C, Migrating from C/OS-II to C/OS-III on
page 689).
411
18
Chapter 18
18
412
Chapter
19
Run-Time Statistics
C/OS-III performs substantial run-time statistics that can be displayed by kernel-aware
debuggers and/or C/Probe. Specifically, it is possible to ascertain the total number of
context switches, maximum interrupt disable time, maximum scheduler lock time, CPU
usage, stack space used on a per-task basis, the RAM used by C/OS-III, and much more.
No other real-time kernel provides as much run-time information as C/OS-III. This
information is quite useful during debugging as it provides a sense of how well an
application is running and the resources being used.
C/OS-III also provides information about the configuration of the system. Specifically, the
amount of RAM used by C/OS-III, including all internal variables and task stacks.
The C/OS-III variables described in this chapter should be displayed and never changed.
413
Chapter 19
414
Run-Time Statistics
OSIntQOvfCtr
This variable shows the number of attempts to post a message from an interrupt to the
interrupt handler queue, and there was not enough room to place the post call. In other
words, how many times an interrupt was not being able to be serviced by its corresponding
task. This value should always be 0 if the interrupt handler queue is sized large enough. If
the value is non-zero, you should increase the size of the interrupt handler queue. A
non-zero value may also indicate that the processor is not fast enough.
OSIntQTaskTimeMax
This variable contains the maximum execution time of the Interrupt Queue Handler Task (in
CPU_TS units). The total time also includes the time of any ISR that occurred while the
Interrupt Handler task was running.
NUMBER OF KERNEL OBJECTS
OSFlagQty
This variable indicates the number of event flag groups created. This variable is only
declared if OS_CFG_FLAG_EN is set to 1 in os_cfg.h.
OSMemQty
This variable indicates the number of fixed-sized memory partitions created by the
application. This variable is only declared if OS_CFG_MEM_EN is set to 1 in os_cfg.h.
OSMutexQty
This variable indicates the number of mutual exclusion semaphores created by the
application. This variable is only declared if OS_CFG_MUTEX_EN is set to 1 in os_cfg.h.
OSSemQty
This variable indicates the number of semaphores created by your application. This variable
is only declared if OS_CFG_SEM_EN is set to 1 in os_cfg.h.
OSTaskQty
The variable contains the total number of tasks created in the application.
OSTmrQty
This variable indicates the number of timers created by the application. It is only declared if
OS_CFG_TMR_EN is set to 1 in os_cfg.h.
415
19
Chapter 19
MESSAGE POOL
OSMsgPool.NbrFree
The variable indicates the number of free OS_MSGs in the message pool. This number
should never be zero since that indicate that the application is no longer able to send
messages. This variable is only declared if OS_CFG_Q_EN is set to 1, or OS_CFG_TASK_Q_EN is
set to 1 in os_cfg.h.
OSMsgPool.NbrUsed
This variable indicates the number of OS_MSGs currently used by the application. This
variable is only declared if OS_CFG_Q_EN is set to 1, or OS_CFG_TASK_Q_EN is set to 1 in
os_cfg.h.
OSMsgPool.NbrUsedMax
This variable indicates the maximum (i.e. peak) number of OS_MSGs that was ever used by
the application. This variable is only declared if OS_CFG_Q_EN is set to 1, or
OS_CFG_TASK_Q_EN is set to 1 in os_cfg.h.
READY LIST
OSRdyList[i].NbrEntries
These variable are used to examine how many entries there are in the ready list at each
priority.
SCHEDULER
19
OSSchedLockTimeMax
This variable indicates the maximum amount of time the scheduler was locked irrespective of which
task did the locking. It represents the global scheduler lock time. This value is expressed in CPU_TS
units. The variable is only declared if OS_CFG_SCHED_LOCK_TIME_MEAS_EN is set to 1 in os_cfg.h.
OSSchedLockTimeMaxCur
This variable indicates the maximum amount of time the scheduler was locked. This value is
expressed in CPU_TS units and is reset by the context switch code so that it can track the
scheduler lock time on a per-task basis. This variable is only declared if
OS_CFG_SCHED_LOCK_TIME_MEAS_EN is set to 1 in os_cfg.h.
416
Run-Time Statistics
OSSchedLockNestingCtr
This variable keeps track of the nesting level of the scheduler lock.
OSSchedRoundRobinEn
When set to 1, this variable indicates that round robin scheduling is enabled.
STATISTICS TASK
OSStatTaskCPUUsage
This variable indicates the CPU usage of the application expressed as a percentage
(multiplied by 100). A value of 1000 indicates that 10.00% of the CPU is used, while 90.00%
of the time the CPU is idling. This variable is only declared if OS_CFG_STAT_TASK_EN is set
to 1 in os_cfg.h.
OSStatTaskCtr
This variable contains a counter that is incremented every time the idle task infinite loop
runs. This variable is only declared if OS_CFG_STAT_TASK_EN is set to 1 in os_cfg.h.
OSStatTaskCtrMax
This variable contains the maximum number of times the idle task loop runs in 0.1 second.
This value is used to measure the CPU usage of the application. This variable is only
declared if OS_CFG_STAT_TASK_EN is set to 1 in os_cfg.h.
OSStatTaskTimeMax
This variable contains the maximum execution time of the statistic task (in CPU_TS units). It
is only declared if OS_CFG_STAT_TASK_EN is set to 1 in os_cfg.h. The total time also
includes the time of any ISR that occurred while the statistic task was running.
TICK TASK
OSTickCtr
This variable is incremented every time the tick task executes.
OSTickTaskTimeMax
This variable contains the maximum execution time of the tick task (in CPU_TS units). The
total time also includes the time of any ISR that occurred while the tick task was running.
417
19
Chapter 19
TIMER TASK
OSTmrCtr
This variable is incremented every time the timer task executes.
OSTmrTaskTimeMax
This variable contains the maximum execution time of the timer task (in CPU_TS units). It is
only declared if OS_CFG_TMR_EN is set to 1 in os_cfg.h. The total time also includes the
time of any ISR that occurred while the timer task was running.
MISCELLANEOUS
OSIdleTaskCtr
This variable contains a counter that is incremented every time the idle task infinite loop
runs.
OSRunning
When non-zero, this variable indicates that multitasking has started.
OSTaskCtxSwCtr
This variable accumulates the number of context switches performed by C/OS-III.
19
418
Run-Time Statistics
419
19
Chapter 19
.MsgQ.PendTime
This variable indicates the amount of time it took for a task or an ISR to send a message to
the task (in CPU_TS units).
The variable is only declared when OS_CFG_TASK_PROFILE_EN is set to 1 in os_cfg.h.
.MsgQ.PendTimeMax
This variable indicates the maximum amount of time it took for a task or an ISR to send a
message to the task (in CPU_TS units).
This variable is only declared when OS_CFG_TASK_PROFILE_EN is set to 1 in os_cfg.h.
.PendOn
This variable indicates what a task is pending on if the task is in a pend state. Possible
values are:
0
1
2
3
4
5
6
7
19
Nothing
Pending
Pending
Pending
Pending
Pending
Pending
Pending
on
on
on
on
on
on
on
.Prio
This corresponds to the priority of the task. This might change at run time depending on
whether or not the task owns a mutual exclusion semaphore, or the user changes the
priority of the task by calling OSTaskChangePrio().
.SchedLockTimeMax
This variable keeps track of the maximum time a task locks the scheduler (in CPU_TS units).
This variable allows the application to see how each task affects task latency. The variable is
declared only when OS_CFG_SCHED_LOCK_TIME_MEAS_EN is set to 1 in os_cfg.h.
420
Run-Time Statistics
.SemPendTime
This variable indicates the amount of time it took for a task or ISR to signal the task (in
CPU_TS units).
This variable is only declared when OS_CFG_TASK_PROFILE_EN is set to 1 in os_cfg.h.
.SemPendTimeMax
This variable indicates the maximum amount of time it took for a task or an ISR to signal the
task (in CPU_TS units).
This variable is only declared when OS_CFG_TASK_PROFILE_EN is set to 1 in os_cfg.h.
.State
This variable indicates the current state of a task. The possible values are:
0
1
2
3
4
5
6
7
Ready
Delayed
Pending
Pending with Timeout
Suspended
Delayed and Suspended
Pending and Suspended
Pending, Delayed and Suspended
.StkFree
This variable indicates the amount of stack space (in number of stack entries) unused by a
task. This value is determined by the statistic task if OS_CFG_TASK_STAT_STK_CHK_EN is set
to 1 in os_cfg.h.
.StkUsed
This variable indicates the maximum stack usage (in number of stack entries) of a task. This
value is determined by the statistic task if OS_CFG_TASK_STAT_STK_CHK_EN is set to 1 in
os_cfg.h.
.TickRemain
This variable indicates the amount of time left (in clock ticks) until a task time delay
expires, or the task times out waiting on a kernel object such as a semaphore, message
queue, or other.
421
19
Chapter 19
422
Run-Time Statistics
.OwnerNestingCtr
This variable indicates how many times the owner of the mutual exclusion semaphore
requested the semaphore.
.TS
This variable contains the timestamp of when the mutual exclusion semaphore was last
released.
MESSAGE QUEUES
.NamePtr
This is a pointer to an ASCII string used to provide a name to the message queue. The ASCII
string can have any length, as long as it is NUL terminated.
.PendList.NbrEntries
Each message queue contains a wait list of tasks waiting for messages to be sent to the
queue. The variable represents the number of entries in the wait list.
.MsgQ.NbrEntries
This variable represents the number of messages currently in the message queue.
.MsgQ.NbrEntriesMax
This variable represents the maximum number of messages ever placed in the message
queue.
.MsgQ.NbrEntriesSize
This variable represents the maximum number of messages that can be placed in the
message queue.
EVENT FLAGS
.NamePtr
This is a pointer to an ASCII string used to provide a name to the event flag group. The
ASCII string can have any length, as long as it is NUL terminated.
.PendList.NbrEntries
Each event flag group contains a wait list of tasks waiting for event flags to be set or cleared.
This variable represents the number of entries in the wait list.
423
19
Chapter 19
.Flags
This variable contains the current value of the event flags in an event flag group.
.TS
This variable contains the timestamp of when the event flag group was last posted.
MEMORY PARTITIONS
.NamePtr
This is a pointer to an ASCII string that is used to provide a name to the memory partition.
The ASCII string can have any length as long as it is NUL terminated.
.BlkSize
This variable contains the block size (in bytes) for the memory partition.
.NbrMax
This variable contains the maximum number of memory blocks belonging to the memory
partition.
.NbrFree
This variable contains the number of memory blocks that are available from memory
partition. The number of memory blocks in use is given by:
.NbrMax - .NbrFree
19
424
Run-Time Statistics
ROM Variable
Data Type
Value
OSDbg_DbgEn
CPU_INT08U
OS_CFG_DBG_EN
When 1, this variable indicates that ROM variables in os_dbg.c will be compiled. This value
is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_ArgChkEn
CPU_INT08U
OS_CFG_ARG_CHK_EN
When 1, this variable indicates that run-time argument checking is enabled. This means that
C/OS-III will check the validity of the values of arguments passed to functions. The feature
is enabled in os_cfg.h.
425
19
Chapter 19
ROM Variable
Data Type
Value
OSDbg_AppHooksEn
CPU_INT08U
OS_CFG_APP_HOOKS_EN
When 1, the variable indicates whether application hooks will be available to the application
programmer, and the pointers listed below are declared. This value is set in os_cfg.h.
OS_AppTaskCreateHookPtr;
OS_AppTaskDelHookPtr;
OS_AppTaskReturnHookPtr;
OS_AppIdleTaskHookPtr;
OS_AppStatTaskHookPtr;
OS_AppTaskSwHookPtr;
OS_AppTimeTickHookPtr;
ROM Variable
Data Type
Value
OSDbg_EndiannessTest
CPU_INT32U
0x12345678
This variable allows a kernel awareness debugger or C/Probe to determine the endianness
of the CPU. This is easily done by looking at the lowest address in memory where this
variable is saved. If the value is 0x78 then the CPU is a little endian machine. If its 0x12, it
is a big endian machine.
19
ROM Variable
Data Type
Value
OSDbg_CalledFromISRChkEn
CPU_INT08U
OS_CFG_CALLED_FROM_ISR_CHK_EN
When 1, this variable indicates that C/OS-III will perform run-time checking to see if a
function that is not supposed to be called from an ISR, is called from an ISR. This value is
set in os_cfg.h.
426
Run-Time Statistics
ROM Variable
Data Type
Value
OSDbg_FlagEn
CPU_INT08U
OS_CFG_FLAG_EN
When 1, this variable indicates that C/OS-IIIs event flag services are available to the
application programmer. This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_FlagDelEn
CPU_INT08U
OS_CFG_FLAG_DEL_EN
When 1, this variable indicates that the OSFlagDel() function is available to the application
programmer. This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_FlagModeClrEn
CPU_INT08U
OS_CFG_FLAG_MODE_CLR_EN
When 1, this variable indicates that you can either clear or set flags when posting and
pending on event flags. This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_FlagPendAbortEn
CPU_INT08U
OS_CFG_FLAG_PEND_ABORT_EN
19
When 1, this variable indicates that the OSFlagPendAbort() function is available to the
application programmer. This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_FlagGrpSize
CPU_INT16U
sizeof(OS_FLAG_GRP)
This variable indicates the memory footprint (in RAM) of an event flag group (in bytes). This
data type is declared in os.h.
427
Chapter 19
ROM Variable
Data Type
Value
OSDbg_FlagWidth
CPU_INT16U
sizeof(OS_FLAGS)
This variable indicates the word width (in bytes) of event flags. If event flags are declared as
CPU_INT08U, this variable will be 1, if declared as a CPU_INT16U, this variable will be 2, etc.
This OS_FLAGS data type is declared in os_type.h.
ROM Variable
Data Type
Value
OSDbg_IntQ
CPU_INT16U
sizeof(OS_INT_Q)
This variable indicates the size (in bytes) of the OS_INT_Q data type, which is used to queue
up deferred posts. The value of this variable is zero if OS_CFG_ISR_POST_DEFERRED_EN is 0
in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_ISRPostDeferredEn
CPU_INT08U
OS_CFG_ISR_POST_DEFERRED_EN
When 1, this variable indicates that an ISR will defer posts to task-level code. This value is
set in os_cfg.h.
19
ROM Variable
Data Type
Value
OSDbg_MemEn
CPU_INT08U
OS_CFG_MEM_EN
When 1, this variable indicates that C/OS-IIIs memory management services are available
to the application. This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_MemSize
CPU_INT16U
sizeof(OS_MEM)
This variable indicates the RAM footprint (in bytes) of a memory partition control block,
OS_MEM.
428
Run-Time Statistics
ROM Variable
Data Type
Value
OSDbg_MsgEn
CPU_INT08U
OS_MSG_EN
When 1, this variable indicates that the application either enabled message queues, or task
message queues, or both. This value is set in os_cfg.h by ORing the value of OS_CFG_Q_EN
and OS_CFG_TASK_Q_EN.
ROM Variable
Data Type
Value
OSDbg_MsgSize
CPU_INT16U
sizeof(OS_MSG)
This variable indicates the RAM footprint (in bytes) of an OS_MSG data structure.
ROM Variable
Data Type
Value
OSDbg_MsgPoolSize
CPU_INT16U
sizeof(OS_MSG_POOL)
This variable indicates the RAM footprint (in bytes) of an OS_MSG_POOL data structure.
ROM Variable
Data Type
Value
OSDbg_MsgQSize
CPU_INT16U
sizeof(OS_MSG_Q)
This variable indicates the RAM footprint (in number of bytes) of an OS_MSG_Q data type.
ROM Variable
Data Type
Value
OSDbg_MutexEn
CPU_INT08U
OS_CFG_MUTEX_EN
When 1, this variable indicates that C/OS-IIIs mutual exclusion semaphore management
services are available to the application. This value is set in os_cfg.h.
429
19
Chapter 19
ROM Variable
Data Type
Value
OSDbg_MutexDelEn
CPU_INT08U
OS_CFG_MUTEX_DEL_EN
When 1, this variable indicates that the function OSMutexDel() is available to the
application. This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_MutexPendAbortEn
CPU_INT08U
OS_CFG_MUTEX_PEND_ABORT_EN
When 1, the variable indicates that the function OSMutexPendAbort() is available to the
application. This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_MutexSize
CPU_INT16U
sizeof(OS_MUTEX)
This variable indicates the RAM footprint (in number of bytes) of an OS_MUTEX data type.
19
ROM Variable
Data Type
Value
OSDbg_ObjTypeChkEn
CPU_INT08U
OS_CFG_OBJ_TYPE_CHK_EN
When 1, this variable indicates that C/OS-III will check for valid object types at run time.
C/OS-III will make sure the application is accessing a semaphore if calling OSSem???()
functions, accessing a message queue when calling OSQ???() functions, etc. This value is
set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_PendMultiEn
CPU_INT08U
OS_CFG_PEND_MULTI_EN
When 1, this variable indicates that C/OS-IIIs service to pend on multiple objects
(semaphores or message queues) is available to the application. This value is set in
os_cfg.h.
430
Run-Time Statistics
ROM Variable
Data Type
Value
OSDbg_PendDataSize
CPU_INT16U
sizeof(OS_PEND_DATA)
This variable indicates the RAM footprint (in bytes) of an OS_PEND_DATA data type.
ROM Variable
Data Type
Value
OSDbg_PendListSize
CPU_INT16U
sizeof(OS_PEND_LIST)
This variable indicates the RAM footprint (in bytes) of an OS_PEND_LIST data type.
ROM Variable
Data Type
Value
OSDbg_PendObjSize
CPU_INT16U
sizeof(OS_PEND_OBJ)
This variable indicates the RAM footprint (in bytes) of an OS_PEND_OBJ data type.
ROM Variable
Data Type
Value
OSDbg_PrioMax
CPU_INT16U
OS_CFG_PRIO_MAX
This variable indicates the maximum number of priorities that the application will support.
19
ROM Variable
Data Type
Value
OSDbg_PtrSize
CPU_INT16U
sizeof(void *)
ROM Variable
Data Type
Value
OSDbg_QEn
CPU_INT08U
OS_CFG_Q_EN
When 1, this variable indicates that C/OS-IIIs message queue services are available to the
application. This value is set in os_cfg.h.
431
Chapter 19
ROM Variable
Data Type
Value
OSDbg_QDelEn
CPU_INT08U
OS_CFG_Q_DEL_EN
When 1, this variable indicates that the function OSQDel() is available to the application.
This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_QFlushEn
CPU_INT08U
OS_CFG_Q_FLUSH_EN
When 1, this variable indicates that the function OSQFlush() is available to the application.
This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_QPendAbortEn
CPU_INT08U
OS_CFG_Q_PEND_ABORT_EN
When 1, this variable indicates that the function OSQPendAbort() is available to the
application. This value is set in os_cfg.h.
ROM Variable
Data Type
OSDbg_QSize
CPU_INT16U
Value
19
This variable indicates the RAM footprint (in number of bytes) of an OS_Q data type.
ROM Variable
Data Type
Value
OSDbg_SchedRoundRobinEn
CPU_INT08U
OS_CFG_SCHED_ROUND_ROBIN_EN
When 1, this variable indicates that the C/OS-III round-robin scheduling feature is
available to the application. This value is set in os_cfg.h.
432
Run-Time Statistics
ROM Variable
Data Type
Value
OSDbg_SemEn
CPU_INT08U
OS_CFG_SEM_EN
When 1, this variable indicates that C/OS-IIIs semaphore management services are
available to the application. This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_SemDelEn
CPU_INT08U
OS_CFG_SEM_DEL_EN
When 1, this variable indicates that the function OSSemDel() is available to the application.
This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_SemPendAbortEn
CPU_INT08U
OS_CFG_SEM_PEND_ABORT_EN
When 1, this variable indicates that the function OSSemPendAbort() is available to the
application. This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_SemSetEn
CPU_INT08U
OS_CFG_SEM_SET_EN
19
When 1, this variable indicates that the function OSSemSet() is available to the application.
This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_SemSize
CPU_INT16U
sizeof(OS_SEM)
This variable indicates the RAM footprint (in bytes) of an OS_SEM data type.
433
Chapter 19
ROM Variable
Data Type
Value
OSDbg_RdyList
CPU_INT16U
sizeof(OS_RDY_LIST)
This variable indicates the RAM footprint (in bytes) of the OS_RDY_LIST data type.
ROM Variable
Data Type
Value
OSDbg_RdyListSize
CPU_INT32U
sizeof(OSRdyList)
This variable indicates the RAM footprint (in bytes) of the ready list.
ROM Variable
Data Type
Value
OSDbg_StkWidth
CPU_INT08U
sizeof(CPU_STK)
This variable indicates the word size of a stack entry (in bytes). If a stack entry is declared
as CPU_INT08U, this value will be 1, if a stack entry is declared as CPU_INT16U, the value
will be 2, etc.
19
ROM Variable
Data Type
Value
OSDbg_StatTaskEn
CPU_INT08U
OS_CFG_STAT_TASK_EN
When 1, this variable indicates that C/OS-IIIs statistic task is enabled. This value is set in
os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_StatTaskStkChkEn
CPU_INT08U
OS_CFG_STAT_TASK_STK_CHK_EN
When 1, this variable indicates that C/OS-III will perform run-time stack checking by
walking the stack of each task to determine the usage of each. This value is set in
os_cfg.h.
434
Run-Time Statistics
ROM Variable
Data Type
Value
OSDbg_TaskChangePrioEn
CPU_INT08U
OS_CFG_TASK_CHANGE_PRIO_EN
When 1, this variable indicates that the function OSTaskChangePrio() is available to the
application. This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_TaskDelEn
CPU_INT08U
OS_CFG_TASK_DEL_EN
When 1, this variable indicates that the function OSTaskDel() is available to the application.
This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_TaskQEn
CPU_INT08U
OS_CFG_TASK_Q_EN
When 1, this variable indicates that OSTaskQ???() services are available to the application.
This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_TaskQPendAbortEn
CPU_INT08U
OS_CFG_TASK_Q_PEND_ABORT_EN
19
When 1, this variable indicates that the function OSTaskQPendAbort() is available to the
application. This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_TaskProfileEn
CPU_INT08U
OS_CFG_TASK_PROFILE_EN
When 1, this variable indicates that task profiling is enabled, and that C/OS-III will perform
run-time performance measurements on a per-task basis. Specifically, when 1, C/OS-III
will keep track of how many context switches each task makes, how long a task disables
interrupts, how long a task locks the scheduler, and more. This value is set in os_cfg.h.
435
Chapter 19
ROM Variable
Data Type
Value
OSDbg_TaskRegTblSize
CPU_INT16U
OS_CFG_TASK_REG_TBL_SIZE
This variable indicates how many entries each task register table can accept.
ROM Variable
Data Type
Value
OSDbg_TaskSemPendAbortEn
CPU_INT08U
OS_CFG_TASK_SEM_PEND_ABORT_EN
When 1, this variable indicates that the function OSTaskSemPendAbort() is available to the
application. This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_TaskSuspendEn
CPU_INT08U
OS_CFG_TASK_SUSPEND_EN
When 1, this variable indicates that the function OSTaskSuspend() is available to the
application. This value is set in os_cfg.h.
19
ROM Variable
Data Type
Value
OSDbg_TCBSize
CPU_INT16U
sizeof(OS_TCB)
This variable indicates the RAM footprint (in bytes) of an OS_TCB data structure.
ROM Variable
Data Type
Value
OSDbg_TickSpokeSize
CPU_INT16U
sizeof(OS_TICK_SPOKE)
This variable indicates the RAM footprint (in bytes) of an OS_TICK_SPOKE data structure.
436
Run-Time Statistics
ROM Variable
Data Type
Value
OSDbg_TimeDlyHMSMEn
CPU_INT08U
OS_CFG_TIME_DLY_HMSM_EN
When 1, this variable indicates that the function OSTimeDlyHMSM() is available to the
application. This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_TimeDlyResumeEn
CPU_INT08U
OS_CFG_TIME_DLY_RESUME_EN
When 1, this variable indicates that the function OSTimeDlyResume() is available to the
application. This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_TmrEn
CPU_INT08U
OS_CFG_TMR_EN
When 1, this variable indicates that OSTmr???() services are available to the application.
This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_TmrDelEn
CPU_INT08U
OS_CFG_TMR_DEL_EN
19
When 1, this variable indicates that the function OSTmrDel() is available to the application.
This value is set in os_cfg.h.
ROM Variable
Data Type
Value
OSDbg_TmrSize
CPU_INT16U
sizeof(OS_TMR)
This variable indicates the RAM footprint (in bytes) of an OS_TMR data structure.
437
Chapter 19
ROM Variable
Data Type
Value
OSDbg_TmrSpokeSize
CPU_INT16U
sizeof(OS_TMR_SPOKE)
This variable indicates the RAM footprint (in bytes) of an OS_TMR_SPOKE data structure.
ROM Variable
Data Type
Value
OSDbg_VersionNbr
CPU_INT16U
OS_VERSION
This variable indicates the current version of C/OS-III multiplied by 10000. For example
version 3.02.00 will show as 30200.
ROM Variable
Data Type
Value
OSDbg_DataSize
CPU_INT32U
This variable indicates the RAM footprint (in bytes) of the internal C/OS-III variables for
the current configuration.
19
438
Run-Time Statistics
ROM Variable
Data Type
Value
OSCfg_IdleTaskStkSizeRAM
CPU_INT32U
sizeof(OSCfg_IdleTaskStk)
This variable indicates the RAM footprint (in bytes) of the C/OS-III idle task stack.
ROM Variable
Data Type
Value
OSCfg_IntQSizeRAM
CPU_INT32U
sizeof(OSCfg_IntQ)
This variable indicates the RAM footprint (in bytes) of the C/OS-III interrupt handler task queue.
ROM Variable
Data Type
Value
OSCfg_IntQTaskStkSizeRAM
CPU_INT32U
sizeof(OSCfg_IntQTaskStk)
This variable indicates the RAM footprint (in bytes) of the C/OS-III interrupt queue handler
task stack.
ROM Variable
Data Type
Value
OSCfg_ISRStkSizeRAM
CPU_INT32U
sizeof(OSCfg_ISRStk)
This variable indicates the RAM footprint (in bytes) of the dedicated Interrupt Service
Routine (ISR) stack.
ROM Variable
Data Type
Value
OSCfg_MsgPoolSizeRAM
CPU_INT32U
sizeof(OSCfg_MsgPool)
This variable indicates the RAM footprint (in bytes) of the message pool.
439
19
Chapter 19
ROM Variable
Data Type
Value
OSCfg_StatTaskStkSizeRAM
CPU_INT32U
sizeof(OSCfg_StatTaskStk)
This variable indicates the RAM footprint (in bytes) of the C/OS-III statistic task stack.
ROM Variable
Data Type
Value
OSCfg_TickTaskStkSizeRAM
CPU_INT32U
sizeof(OSCfg_TickTaskStk)
This variable indicates the RAM footprint (in bytes) of the C/OS-III tick task stack.
ROM Variable
Data Type
Value
OSCfg_TickWheelSizeRAM
CPU_INT32U
sizeof(OSCfg_TickWheel)
This variable indicates the RAM footprint (in bytes) of the tick wheel.
ROM Variable
Data Type
Value
OSCfg_TmrWheelSizeRAM
CPU_INT32U
sizeof(OSCfg_TmrWheel)
This variable indicates the RAM footprint (in bytes) of the timer wheel.
19
ROM Variable
Data Type
Value
OSCfg_DataSizeRAM
CPU_INT32U
This variable indicates the RAM footprint (in bytes) of all of the configuration variables
declared in os_cfg_app.c.
440
Run-Time Statistics
19-6 SUMMARY
This chapter presented a number of variables that can be read by a debugger and/or
C/Probe.
These variables provide run-time and compile-time (static) information regarding C/OS-III-based
applications. The C/OS-III variables allow users to monitor RAM footprint, task stack usage,
context switches, CPU usage, the execution time of many operations, and more.
The application must never change (i.e., write to) any of these variables.
19
441
Chapter 19
19
442
Appendix
A
C/OS-III API Reference
This chapter provides a reference to C/OS-III services. Each of the user-accessible kernel
services is presented in alphabetical order. The following information is provided for each
entry:
Most C/OS-III API functions return an error code. In fact, when present, the error return
value is done through the last argument of the API function, as a pointer to an error code.
These error codes should be checked by the application to ensure that the C/OS-III
function performed its operation as expected. Also, some of the error codes are conditional
based on configuration constants. For example, argument checking error codes are returned
only if OS_CFG_ARG_CHK_EN is set to 1 in os_cfg.h.
The next few pages summarizes most of the services provided by C/OS-III. The function
calls in bold are commonly used.
443
A
Appendix A
void
OSTaskCreate
void
OSTaskDel
OS_REG
OSTaskRegGet
void
OSTaskRegSet
void
OSTaskResume
void
OSTaskSuspend
void
OSTaskStkChk
444
(OS_TCB
OS_PRIO
OS_ERR
*p_tcb,
prio_new,
*p_err);
(OS_TCB
CPU_CHAR
OS_TASK_PTR
void
OS_PRIO
CPU_STK
CPU_STK_SIZE
CPU_STK_SIZE
OS_MSG_QTY
OS_TICK
void
OS_OPT
OS_ERR
*p_tcb,
*p_name,
p_task,
*p_arg,
prio,
*p_stk_base,
stk_limit,
stk_size,
q_size,
time_quanta,
*p_ext,
opt,
*p_err);
(OS_TCB
OS_ERR
*p_tcb,
*p_err);
(OS_TCB
OS_REG_ID
OS_ERR
*p_tcb,
id,
*p_err);
(OS_TCB
OS_REG_ID
OS_REG
OS_ERR
*p_tcb,
id,
value,
*p_err);
(OS_TCB
OS_ERR
*p_tcb,
*p_err);
(OS_TCB
OS_ERR
*p_tcb,
*p_err);
(OS_TCB
CPU_STK_SIZE
CPU_STK_SIZE
OS_ERR
*p_tcb,
*p_free,
*p_used,
*p_err);
void
OSTaskTimeQuantaSet (OS_TCB
OS_TICK
OS_ERR
*p_tcb,
time_quanta,
*p_err);
445
A
Appendix A
void
OSTimeDlyHMSM
(OS_TICK
OS_OPT
OS_ERR
dly,
opt,
*p_err);
(CPU_INT16U hours,
CPU_INT16U minutes,
CPU_INT16U seconds
CPU_INT32U milli,
OS_OPT
opt,
OS_ERR
*p_err);
void
OSTimeDlyResume (OS_TCB
OS_ERR
*p_tcb,
*p_err);
OS_TICK
OSTimeGet
(OS_ERR
*p_err);
(OS_TICK
OS_ERR
ticks,
*p_err);
void
OSTimeSet
446
260XWH[&UHDWH
260XWH['HO
260XWH[3HQG$ERUW
260XWH[3RVW
260XWH[3HQG
7DVN
7LPHRXW
void
OSMutexCreate
(OS_MUTEX
CPU_CHAR
OS_ERR
*p_mutex,
*p_name,
*p_err);
(OS_MUTEX
OS_OPT
OS_ERR
*p_mutex,
opt,
*p_err);
(OS_MUTEX
OS_TICK
OS_OPT
CPU_TS
OS_ERR
*p_mutex,
timeout,
opt,
*p_ts,
*p_err);
OS_OBJ_QTY
OSMutexPendAbort (OS_MUTEX
OS_OPT
*p_mutex,
opt,
void
OSMutexDel
void
OSMutexPend
OS_ERR
void
OSMutexPost
(OS_MUTEX
OS_OPT
OS_ERR
*p_err);
*p_mutex,
opt,
*p_err);
447
A
Appendix A
7DVN
26)ODJ&UHDWH
26)ODJ'HO
26)ODJ3HQG$ERUW
26)ODJ3RVW
26)ODJ3RVW
,65
void
OSFlagCreate
OS_OBJ_QTY
OSFlagDel
OS_FLAGS
OSFlagPend
OS_OBJ_QTY
OSFlagPendAbort
(OS_FLAG_GRP
CPU_CHAR
OS_FLAGS
OS_ERR
*p_grp,
*p_name,
flags,
*p_err);
(OS_FLAG_GRP
OS_OPT
OS_ERR
*p_grp,
opt,
*p_err);
(OS_FLAG_GRP
OS_FLAGS
OS_TICK
OS_OPT
CPU_TS
OS_ERR
*p_grp,
flags,
timeout,
opt,
*p_ts,
*p_err);
(OS_FLAG_GRP
OS_OPT
OS_ERR
*p_grp,
opt,
*p_err);
OS_FLAGS
OSFlagPendGetFlagsRdy (OS_ERR
OS_FLAGS
OSFlagPost
448
(OS_FLAG_GRP
OS_FLAGS
OS_OPT
OS_ERR
26)ODJ3HQG*HW)ODJV5G\
$1'
26)ODJ3HQG
7LPHRXW
26)ODJ3HQG*HW)ODJV5G\
25
26)ODJ3HQG
7DVN
7LPHRXW
*p_err);
*p_grp,
flags,
opt,
*p_err);
7DVN
7DVN
266HP&UHDWH
266HP'HO
266HP3HQG$ERUW
266HP3RVW
266HP6HW
266HP3RVW
,65
void
OSSemCreate
(OS_SEM
CPU_CHAR
OS_SEM_CTR
OS_ERR
*p_sem,
*p_name,
cnt,
*p_err);
(OS_SEM
*p_sem,
OS_OPT
OS_ERR
opt,
*p_err);
(OS_SEM
OS_TICK
OS_OPT
CPU_TS
OS_ERR
*p_sem,
timeout,
opt,
*p_ts,
*p_err);
OS_OBJ_QTY
OSSemPendAbort (OS_SEM
OS_OPT
OS_ERR
*p_sem,
opt,
*p_err);
OS_OBJ_QTY
OSSemDel
OS_SEM_CTR
OSSemPend
void
OSSemPost
void
OSSemSet
(OS_SEM
OS_OPT
OS_ERR
*p_sem,
opt,
*p_err);
(OS_SEM
OS_SEM_CTR
OS_ERR
*p_sem,
cnt,
*p_err);
26B6(0
266HP3HQG
7DVN
7LPHRXW
449
A
Appendix A
7DVN
267DVN6HP3HQG$ERUW
267DVN6HP3RVW
267DVN6HP6HW
267DVN6HP3HQG
267DVN6HP3RVW
,65
OS_SEM_CTR
OSTaskSemPend
(OS_TICK
OS_OPT
CPU_TS
OS_ERR
CPU_BOOLEAN
OSTaskSemPendAbort (OS_TCB
OS_OPT
OS_ERR
timeout,
opt,
*p_ts,
*p_err);
*p_tcb,
opt,
*p_err);
OS_SEM_CTR
OSTaskSemPost
OS_SEM_CTR
OSTaskSemSet
450
(OS_TCB
OS_OPT
OS_ERR
*p_tcb,
opt,
*p_err);
(OS_TCB
*p_tcb,
OS_SEM_CTR cnt,
OS_ERR
*p_err);
7DVN
7LPHRXW
7DVN
264&UHDWH
264'HO
264)OXVK
2643HQG$ERUW
2643RVW
2643RVW
26B4
2643HQG
0HVVDJH
7DVN
7LPHRXW
,65
void
OSQCreate
(OS_Q
CPU_CHAR
OS_MSG_QTY
OS_ERR
OS_OBJ_QTY,
OSQDel
(OS_Q
OS_OPT
OS_ERR
OS_MSG_QTY
OSQFlush
void *
OSQPend
(OS_Q
OS_ERR
*p_q,
opt,
*p_err);
*p_q,
*p_err);
(OS_Q
*p_q,
OS_TICK
timeout,
OS_OPT
opt,
OS_MSG_SIZE *p_msg_size,
CPU_TS
*p_ts,
OS_ERR
*p_err);
OS_OBJ_QTY
OSQPendAbort (OS_Q
OS_OPT
OS_ERR
void
OSQPost
*p_q,
*p_name,
max_qty,
*p_err);
*p_q,
opt,
*p_err);
(OS_Q
*p_q,
void
*p_void,
OS_MSG_SIZE msg_size,
OS_OPT
opt,
OS_ERR
*p_err);
451
A
Appendix A
7DVN
267DVN4)OXVK
267DVN43HQG$ERUW
267DVN43RVW
267DVN43HQG
267DVN43RVW
7DVN
7LPHRXW
,65
OS_MSG_QTY
OSTaskQFlush
void *
OSTaskQPend
(OS_TCB
OS_ERR
(OS_TICK
OS_OPT
OS_MSG_SIZE
CPU_TS
OS_ERR
CPU_BOOLEAN
OSTaskQPendAbort (OS_TCB
OS_OPT
OS_ERR
*p_tcb,
*p_err);
timeout,
opt,
*p_msg_size,
*p_ts,
*p_err);
*p_tcb,
opt,
*p_err);
void
OSTaskQPost
452
(OS_TCB
void
OS_MSG_SIZE
OS_OPT
OS_ERR
*p_tcb,
*p_void,
msg_size,
opt,
*p_err);
6HPDSKRUH
263HQG0XOWL
266HP3RVW
0HVVDJH
4XHXH
2643RVW
25
7DVN
0HVVDJH
4XHXH
2643RVW
7LPHRXW
6HPDSKRUH
266HP3RVW
OS_OBJ_QTY
OSPendMulti (OS_PEND_DATA *p_pend_data_tbl,
OS_OBJ_QTY
tbl_size,
OS_TICK
timeout,
OS_OPT
opt,
OS_ERR
*p_err);
453
A
Appendix A
A-10 Timers
26B705
7DVN
void
OSTmrCreate
267PU&UHDWH
267PU'HO
267PU6WDUW
267PU6WRS
(OS_TMR
CPU_CHAR
OS_TICK
OS_TICK
OS_OPT
OS_TMR_CALLBACK_PTR
void
OS_ERR
*p_tmr,
*p_name,
dly,
period,
opt,
p_callback,
*p_callback_arg,
*p_err);
(OS_TMR
OS_ERR
*p_tmr,
*p_err);
OS_TICK
OSTmrRemainGet (OS_TMR
OS_ERR
*p_tmr,
*p_err);
OS_STATE
OSTmrStateGet (OS_TMR
OS_ERR
*p_tmr,
*p_err);
CPU_BOOLEAN
OSTmrDel
CPU_BOOLEAN
OSTmrStart
CPU_BOOLEAN
OSTmrStop
454
(OS_TMR
OS_ERR
*p_tmr,
*p_err);
(OS_TMR
OS_OPT
void
OS_ERR
*p_tmr,
opt,
*p_callback_arg,
*p_err);
267PU5HPDLQ*HW
267PU6WDWH*HW
7DVN
260HP*HW
260HP3XW
260HP*HW
,65
void
OSMemCreate (OS_MEM
CPU_CHAR
void
OS_MEM_QTY
OS_MEM_SIZE
OS_ERR
void *
OSMemGet
void
OSMemPut
7DVN
260HP&UHDWH
260HP3XW
,65
*p_mem,
*p_name,
*p_addr,
n_blks,
blk_size,
*p_err);
(OS_MEM
OS_ERR
*p_mem,
*p_err);
(OS_MEM
void
OS_ERR
*p_mem,
*p_blk,
*p_err);
455
A
Appendix A
A-12 OSCtxSw()
void OSCtxSw (void)
File
Called from
Code enabled by
os_cpu_a.asm
OSSched()
N/A
OSCtxSw() is called from the macro OS_TASK_SW(), which in turn is called from OSSched()
to perform a task-level context switch. Interrupts are disabled when OSCtxSw() is called.
Prior to calling OSCtxSw(), OSTCBCurPtr to point at the OS_TCB of the task that is being
switched out, and OSSched() sets OSTCBHighRdyPtr to point at the OS_TCB of the task
being switched in.
ARGUMENTS
None
RETURNED VALUES
None
NOTES/WARNINGS
None
EXAMPLE
The pseudocode for OSCtxSw() follows:
456
void
OSCtxSw (void)
{
Save all CPU registers;
OSTCBCurPtr->StkPtr = SP;
OSTaskSwHook();
OSPrioCur
= OSPrioHighRdy;
OSTCBCurPtr
= OSTCBHighRdyPtr;
SP
= OSTCBHighRdyPtr->StkPtr;
Restore all CPU registers;
Return from interrupt;
(1)
(2)
(3)
(4)
(5)
(6)
(7)
(8)
(1)
OSCtxSw() must save all of the CPU registers onto the current tasks stack.
OSCtxSw() is called from the context of the task being switched out. Therefore,
the CPU stack pointer is pointing to the proper stack. The user must save all of
the registers in the same order as if an ISR started and all the CPU registers
were saved on the stack. The stacking order should therefore match that of
OSTaskStkInit().
(2)
The current tasks stack pointer is then saved into the current tasks OS_TCB.
(3)
(4)
(5)
(6)
The stack pointer of the new task is restored from the OS_TCB of the new task.
(7)
All the CPU registers from the new tasks stack are restored.
(8)
457
A
Appendix A
A-13 OSFlagCreate()
void OSFlagCreate (OS_FLAG_GRP *p_grp,
CPU_CHAR
*p_name,
OS_FLAGS
flags,
OS_ERR
*p_err)
File
Called from
Code enabled by
os_flag.c
OS_CFG_FLAG_EN
OSFlagCreate() is used to create and initialize an event flag group. C/OS-III allows the
user to create an unlimited number of event flag groups (limited only by the amount of
RAM in the system).
ARGUMENTS
p_grp
p_name
This is a pointer to an ASCII string used for the name of the event flag group.
The name can be displayed by debuggers or by C/Probe.
flags
This contains the initial value of the flags to store in the event flag group.
Typically, you would set all flags to 0 events correspond to set bits and all 1s if
events correspond to cleared bits.
p_err
This is a pointer to a variable that is used to hold an error code. The error
code can be one of the following:
OS_ERR_NONE
OS_ERR_CREATE_ISR
OS_ERR_OBJ_CREATED
458
OS_ERR_OBJ_PTR_NULL
if OS_CFG_ARG_CHK_EN is set to 1 in
os_cfg.h: If p_grp is a NULL pointer.
OS_ERR_ILLEGAL_CREATE_RUN_TIME if
OS_SAFETY_CRITICAL_IEC61508
is
defined: you called this after calling
OSSafetyCriticalStart() and thus you are
no longer allowed to create additional kernel
objects.
RETURNED VALUES
None
NOTES/WARNINGS
Event flag groups must be created by this function before they can be used by the other
event flag group services.
EXAMPLE
OS_FLAG_GRP
EngineStatus;
err;
OSInit(&err);
:
:
OSFlagCreate(&EngineStatus,
Engine Status,
(OS_FLAGS)0,
&err);
/* Check err */
:
:
OSStart();
/* Initialize C/OS-III
*/
/* Start Multitasking
*/
459
A
Appendix A
A-14 OSFlagDel()
void OSFlagDel (OS_FLAG_GRP *p_grp,
OS_OPT
opt,
OS_ERR
*p_err);
File
Called from
Code enabled by
os_flag.c
Task only
OS_CFG_FLAG_EN and
OS_CFG_FLAG_DEL_EN
OSFlagDel() is used to delete an event flag group. This function should be used with care
since multiple tasks may be relying on the presence of the event flag group. Generally,
before deleting an event flag group, first delete all of the tasks that access the event flag
group. Also, it is recommended that the user not delete kernel objects at run time.
ARGUMENTS
p_grp
opt
specifies whether the user wants to delete the event flag group only if there are
no pending tasks (OS_OPT_DEL_NO_PEND), or whether the event flag group
should always be deleted regardless of whether or not tasks are pending
(OS_OPT_DEL_ALWAYS). In this case, all pending task are readied.
p_err
is a pointer to a variable used to hold an error code. The error code can be one
of the following:
OS_ERR_NONE
OS_ERR_DEL_ISR
OS_ERR_OBJ_PTR_NULL
OS_ERR_OBJ_TYPE
460
OS_ERR_OPT_INVALID
OS_ERR_TASK_WAITING
if OS_CFG_ARG_CHK_EN is set to 1 in
os_cfg.h: if the user does not specify one of
the options mentioned in the opt argument.
if one or more tasks are waiting on the event flag
group and OS_OPT_DEL_NO_PEND is specified.
RETURNED VALUES
0 if no task was waiting on the event flag group, or an error occurs.
> 0 if one or more tasks waiting on the event flag group are now readied and informed
NOTES/WARNINGS
You should use this call with care as other tasks might expect the presence of the event flag
group.
EXAMPLE
OS_FLAG_GRP
EngineStatusFlags;
461
A
Appendix A
A-15 OSFlagPend()
OS_FLAGS OSFlagPend (OS_FLAG_GRP
OS_FLAGS
OS_TICK
OS_OPT
CPU_TS
OS_ERR
*p_grp,
flags,
timeout,
opt,
*p_ts,
*p_err)
File
Called from
Code enabled by
os_flag.c
Task only
OS_CFG_FLAG_EN
OSFlagPend() allows the task to wait for a combination of conditions or events (i.e. bits) to be
set (or cleared) in an event flag group. The application can wait for any condition to be set or
cleared, or for all conditions to be set or cleared. If the events that the calling task desires are
not available, the calling task is blocked (optional) until the desired conditions or events are
satisfied, the specified timeout expires, the event flag is deleted, or the pend is aborted by
another task.
ARGUMENTS
p_grp
flags
is a bit pattern indicating which bit(s) (i.e., flags) to check. The bits wanted are
specified by setting the corresponding bits in flags. If the application wants to
wait for bits 0 and 1 to be set, specify 0x03. The same applies if youd want to
wait for the same 2 bits to be cleared (youd still specify which bits by passing
0x03).
timeout
allows the task to resume execution if the desired flag(s) is (are) not received
from the event flag group within the specified number of clock ticks. A timeout
value of 0 indicates that the task wants to wait forever for the flag(s). The
timeout value is not synchronized with the clock tick. The timeout count begins
decrementing on the next clock tick, which could potentially occur
immediately.
462
opt
specifies whether all bits are to be set/cleared or any of the bits are to be
set/cleared. Here are the options:
OS_OPT_PEND_FLAG_CLR_ALL
OS_OPT_PEND_FLAG_CLR_ANY
OS_OPT_PEND_FLAG_SET_ALL
OS_OPT_PEND_FLAG_SET_ANY
Check
Check
Check
Check
The caller may also specify whether the flags are consumed by adding
OS_OPT_PEND_FLAG_CONSUME to the opt argument. For example, to wait for
any flag in a group and then clear the flags that satisfy the condition, you
would set opt to:
OS_OPT_PEND_FLAG_SET_ANY + OS_OPT_PEND_FLAG_CONSUME
Finally, you can specify whether you want the caller to block if the flag(s) are
available or not. You would then add the following options:
OS_OPT_PEND_BLOCKING
OS_OPT_PEND_NON_BLOCKING
Note that the timeout argument should be set to 0 when specifying
OS_OPT_PEND_NON_BLOCKING, since the timeout value is irrelevant using this
option. Having a non-zero value could simply confuse the reader of your code.
p_ts
is a pointer to a timestamp indicating when the flags were posted, the pend
was aborted, or the event flag group was deleted. Passing a NULL pointer (i.e.,
(CPU_TS *)0) indicates that the caller does not desire the timestamp. In other
words, passing a NULL pointer is valid, and indicates that the caller does not
need the timestamp.
A timestamp is useful when the task desires to know when the event flag group
was posted or how long it took for the task to resume after the event flag group
was posted. In the latter case, the user must call OS_TS_GET() and compute the
difference between the current value of the timestamp and *p_ts, as shown:
delta = OS_TS_GET() - *p_ts;
463
A
Appendix A
p_err
OS_ERR_OPT_INVALID
OS_ERR_PEND_ABORT
OS_ERR_PEND_ISR
OS_ERR_SCHED_LOCKED
OS_ERR_PEND_WOULD_BLOCK
OS_ERR_TIMEOUT
No error.
if OS_CFG_ARG_CHK_EN is set to 1 in
os_cfg.h: if p_grp is a NULL pointer.
if OS_CFG_OBJ_TYPE_CHK_EN is set to 1 in
os_cfg.h: p_grp is not pointing to an event
flag group.
if OS_CFG_ARG_CHK_EN is set to 1 in
os_cfg.h: the caller specified an invalid
option.
the wait on the flags was aborted by another
task that called OSFlagPendAbort().
if OS_CFG_CALLED_FROM_ISR_CHK_EN set to 1
in os_cfg.h: An attempt was made to call
OSFlagPend() from an ISR, which is not
allowed.
When calling this function while the
scheduler was locked.
if specifying non-blocking but the flags were
not available and the call would block if the
caller had specified OS_OPT_PEND_BLOCKING.
the flags are not available within the specified
amount of time.
RETURNED VALUES
The flag(s) that cause the task to be ready, 0 if either none of the flags are ready, or indicate
an error occurred.
NOTES/WARNINGS
The event flag group must be created before it is used.
464
EXAMPLE
#define
#define
ENGINE_OIL_PRES_OK
ENGINE_OIL_TEMP_OK
0x01
0x02
#define
ENGINE_START
0x04
OS_FLAG_GRP
EngineStatus;
(void)&p_arg;
while (DEF_ON) {
value = OSFlagPend(&EngineStatus,
ENGINE_OIL_PRES_OK
+ ENGINE_OIL_TEMP_OK,
OS_FLAG_WAIT_SET_ALL + OS_FLAG_CONSUME,
10,
OS_OPT_PEND_BLOCKING,
&ts,
&err);
/* Check err */
:
:
}
}
465
A
Appendix A
A-16 OSFlagPendAbort()
OS_OBJ_QTY OSFlagPendAbort (OS_SEM *p_grp,
OS_OPT
opt,
OS_ERR *p_err)
File
Called from
Code enabled by
os_flag.c
Task only
OS_CFG_FLAG_EN and
OS_CFG_FLAG_PEND_ABORT_EN
OSFlagPendAbort() aborts and readies any tasks currently waiting on an event flag group.
This function would be used by another task to fault abort the wait on the event flag group,
rather than to normally signal the event flag group via OSFlagPost().
ARGUMENTS
p_grp
is a pointer to the event flag group for which pend(s) must be aborted.
opt
466
p_err
OS_ERR_OBJ_PTR_NULL
OS_ERR_OBJ_TYPE
OS_ERR_OPT_INVALID
OS_ERR_PEND_ABORT_ISR
OS_ERR_PEND_ABORT_NONE
RETURNED VALUE
OSFlagPendAbort() returns the number of tasks made ready-to-run by this function. Zero
indicates that no tasks were pending on the event flag group and thus this function had no
effect.
NOTES/WARNINGS
Event flag groups must be created before they are used.
467
A
Appendix A
EXAMPLE
OS_FLAG_GRP
EngineStatus;
err;
nbr_tasks;
(void)&p_arg;
while (DEF_ON) {
:
:
nbr_tasks = OSFlagPendAbort(&EngineStatus,
OS_OPT_PEND_ABORT_ALL,
&err);
/* Check err */
:
:
}
}
468
A-17 OSFlagPendGetFlagsRdy()
OS_FLAGS OSFlagPendGetFlagsRdy (OS_ERR *p_err)
File
Called from
Code enabled by
os_flag.c
Task only
OS_CFG_FLAG_EN
OSFlagPendGetFlagsRdy() is used to obtain the flags that caused the current task to be
ready-to-run. This function allows the user to know Who did it!
ARGUMENTS
p_err
No error.
if OS_CFG_CALLED_FROM_ISR_CHK_EN set to 1
in os_cfg.h: When attempting to call this
function from an ISR.
RETURNED VALUE
The value of the flags that caused the current task to become ready-to-run.
NOTES/WARNINGS
The event flag group must be created before it is used.
469
A
Appendix A
EXAMPLE
#define
#define
ENGINE_OIL_PRES_OK
ENGINE_OIL_TEMP_OK
0x01
0x02
#define
ENGINE_START
0x04
OS_FLAG_GRP
EngineStatus;
(void)&p_arg;
while (DEF_ON) {
value
= OSFlagPend(&EngineStatus,
ENGINE_OIL_PRES_OK
+ ENGINE_OIL_TEMP_OK,
OS_FLAG_WAIT_SET_ALL + OS_FLAG_CONSUME,
10,
&err);
/* Check err */
flags_rdy = OSFlagPendGetFlagsRdy(&err);
/* Check err */
:
:
}
}
470
A-18 OSFlagPost()
OS_FLAGS OSFlagPost (OS_FLAG_GRP *p_grp,
OS_FLAGS
flags,
OS_OPT
opt,
OS_ERR
*p_err)
File
Called from
Code enabled by
os_flag.c
Task or ISR
OS_CFG_FLAG_EN
You can set or clear event flag bits by calling OSFlagPost(). The bits set or cleared are
specified in a bit mask (i.e., the flags argument). OSFlagPost() readies each task that has its
desired bits satisfied by this call. The caller can set or clear bits that are already set or cleared.
ARGUMENTS
p_grp
flags
opt
471
A
Appendix A
p_err
RETURNED VALUE
The new value of the event flags.
NOTES/WARNINGS
1
The execution time of this function depends on the number of tasks waiting on the
event flag group. However, the execution time is still deterministic.
Although the example below shows that we are posting from a task, OSFlagPost() can
also be called from an ISR.
472
EXAMPLE
#define
#define
ENGINE_OIL_PRES_OK
ENGINE_OIL_TEMP_OK
0x01
0x02
#define
ENGINE_START
0x04
OS_FLAG_GRP
EngineStatusFlags;
(void)&p_arg;
while (DEF_ON) {
:
:
flags = OSFlagPost(&EngineStatusFlags,
ENGINE_START,
OS_OPT_POST_FLAG_SET,
&err);
/* Check err */
:
:
}
}
473
A
Appendix A
A-19 OSIdleTaskHook()
void OSIdleTaskHook (void);
File
Called from
Code enabled by
os_cpu_c.c
OS_IdleTask() ONLY
N/A
ARGUMENTS
None
RETURNED VALUE
None
NOTES/WARNINGS
EXAMPLE
The code below calls an application-specific hook that the application programmer can
define. The user can simply set the value of OS_AppIdleTaskHookPtr to point to the
desired hook function which in this case is assumed to be defined in os_app_hooks.c. The
idle task calls OSIdleTaskHook() which in turns calls App_OS_IdleTaskHook() through
OS_AppIdleTaskHookPtr.
474
This feature is very useful when there is a processor that can enter low-power mode. When
C/OS-III has no other task to run, the processor can be put to sleep waiting for an
interrupt to wake it up.
/* See os_app_hooks.c
*/
/* os_app_hooks.c
*/
/* See os_cpu_c.c
*/
475
A
Appendix A
A-20 OSInit()
void OSInit (OS_ERR *p_err);
File
Called from
Code enabled by
os_core.c
N/A
OSInit() initializes C/OS-III and it must be called prior to calling any other C/OS-III
function. Including OSStart() which will start multitasking. OSInit() returns as soon as
an error is detected.
ARGUMENTS
p_err
is a pointer to an error code. Some of the error codes below are issued only if
the associated feature is enabled.
OS_ERR_NONE
OS_ERR_INT_Q
476
OS_ERR_MSG_POOL_EMPTY
477
A
Appendix A
OS_ERR_TMR_STK_INVALID
RETURNED VALUES
None
NOTES/WARNINGS
OSInit() returns as soon as it detects an error in any of the sub-functions it calls. For
example, if OSInit() encounters a problem initializing the task manager, an
appropriate error code will be returned and OSInit() will not go any further. It is
therefore important that the user checks the error code before starting multitasking.
EXAMPLE
478
/* Initialize C/OS-III
*/
/* Start Multitasking
*/
/* Code not supposed to end up here! */
A-21 OSInitHook()
void OSInitHook (void);
File
Called from
Code enabled by
os_cpu_c.c
OSInit()
Always enabled
ARGUMENTS
None
RETURNED VALUES
None
NOTES/WARNINGS
None
EXAMPLE
*/
479
A
Appendix A
A-22 OSIntCtxSw()
void OSIntCtxSw (void)
File
Called from
Code enabled by
os_cpu_a.asm
OSIntExit()
N/A
OSIntCtxSw() is called from OSIntExit() to perform a context switch when all nested
interrupts have returned.
Interrupts are disabled when OSIntCtxSw() is called.
OSTCBCurPtr points at the OS_TCB of the task that is switched out when OSIntCtxSw() is
called and OSIntExit() sets OSTCBHighRdyPtr to point at the OS_TCB of the task that is
switched in.
ARGUMENTS
None
RETURNED VALUES
None
NOTES/WARNINGS
None
EXAMPLE
The pseudocode for OSIntCtxSw() is shown below. Notice that the code does only half of
what OSCtxSw() did. The reason is that OSIntCtxSw() is called from an ISR and it is
assumed that all of the CPU registers of the interrupted task were saved at the beginning of
the ISR. OSIntCtxSw() therefore must only restore the context of the new, high-priority task.
480
void
OSIntCtxSw (void)
{
OSTaskSwHook();
OSPrioCur
= OSPrioHighRdy;
OSTCBCurPtr
= OSTCBHighRdyPtr;
SP
= OSTCBHighRdyPtr->StkPtr;
Restore all CPU registers;
Return from interrupt;
(1)
(2)
(3)
(4)
(5)
(6)
(1)
(2)
(3)
(4)
The stack pointer of the new task is restored from the OS_TCB of the new task.
(5)
All the CPU registers need to be restored from the new tasks stack.
(6)
481
A
Appendix A
A-23 OSIntEnter()
void OSIntEnter (void);
File
Called from
Code enabled by
os_core.c
ISR only
N/A
OSIntEnter() notifies C/OS-III that an ISR is being processed. This allows C/OS-III to
keep track of interrupt nesting. OSIntEnter() is used in conjunction with OSIntExit().
This function is generally called at the beginning of ISRs. Note that on some CPU
architectures, it must be written in assembly language (shown below in pseudo code):
MyISR:
Save CPU registers;
OSIntEnter();
:
Process ISR;
:
OSIntExit();
Restore CPU registers;
Return from interrupt;
ARGUMENTS
None
RETURNED VALUES
None
482
/* Or, OSIntNestingCtr++ */
NOTES/WARNINGS
You can also increment the interrupt-nesting counter (OSIntNestingCtr) directly in the
ISR to avoid the overhead of the function call/return. It is safe to increment
OSIntNestingCtr in the ISR since interrupts are assumed to be disabled when
OSIntNestingCtr is incremented. However, that is not true for all CPU architectures.
You need to make sure that interrupts are disabled in the ISR before directly
incrementing OSIntNestingCtr.
483
A
Appendix A
A-24 OSIntExit()
void OSIntExit (void);
File
Called from
Code enabled by
os_core.c
ISR only
N/A
OSIntExit() notifies C/OS-III that an ISR is complete. This allows C/OS-III to keep track
of interrupt nesting. OSIntExit() is used in conjunction with OSIntEnter(). When the last
nested interrupt completes, OSIntExit() determines if a higher priority task is ready-torun. If so, the interrupt returns to the higher priority task instead of the interrupted task.
This function is typically called at the end of ISRs as follows, and on some CPU
architectures, it must be written in assembly language (shown below in pseudo code):
MyISR:
Save CPU registers;
OSIntEnter();
:
Process ISR;
:
OSIntExit();
Restore CPU registers;
Return from interrupt;
ARGUMENTS
None
RETURNED VALUE
None
NOTES/WARNINGS
This function must not be called by task-level code. Also, if you decide to directly increment
OSIntNestingCtr, instead of calling OSIntEnter(), you must still call OSIntExit().
484
A-25 OSMemCreate()
void OSMemCreate (OS_MEM
CPU_CHAR
void
OS_MEM_QTY
OS_MEM_SIZE
OS_ERR
*p_mem,
*p_name,
*p_addr,
n_blks,
blk_size,
*p_err)
File
Called from
Code enabled by
os_mem.c
OS_CFG_MEM_EN
ARGUMENTS
p_mem
p_name
p_addr
is the address of the start of a memory area used to create fixed-size memory
blocks. Memory partitions may be created using either static arrays or malloc()
during startup. Note that the partition must align on a pointer boundary. Thus, if
a pointer is 16-bits wide. the partition must start on a memory location with an
address that ends with 0, 2, 4, 6, 8, etc. If a pointer is 32-bits wide, the partition
must start on a memory location with an address that ends in 0, 4, 8 or C. The
easiest way to ensure this is to create a static array as follows:
void *MyMemArray[N][M]
485
A
Appendix A
You should never deallocate memory blocks that were allocated from the heap
to prevent fragmentation of your heap. It is quite acceptable to allocate
memory blocks from the heap as long as the user does not deallocate them.
n_blks
contains the number of memory blocks available from the specified partition.
You need to specify at least two memory blocks per partition.
blk_size
specifies the size (in bytes) of each memory block within a partition. A memory
block must be large enough to hold at least a pointer. Also, the size of a
memory block must be a multiple of the size of a pointer. If a pointer is 32-bits
wide then the block size must be 4, 8, 12, 16, 20, etc. bytes (i.e., a multiple of 4
bytes).
p_err
486
RETURNED VALUE
None
NOTES/WARNINGS
Memory partitions must be created before they are used.
EXAMPLE
OS_MEM
CPU_INT32U
void
CommMem;
*CommBuf[16][32];
main (void)
{
OS_ERR
err;
OSInit(&err);
/* Initialize C/OS-III
:
:
OSMemCreate(&CommMem,
Comm Buffers,
&CommBuf[0][0],
16,
32 * sizeof(CPU_INT32U),
&err);
/* Check err */
:
:
OSStart(&err);
/* Start Multitasking
*/
*/
487
A
Appendix A
A-26 OSMemGet()
void *OSMemGet (OS_MEM *p_mem,
OS_ERR *p_err)
File
Called from
Code enabled by
os_mem.c
Task or ISR
OS_CFG_MEM_EN
OSMemGet() obtains a memory block from a memory partition. It is assumed that the
application knows the size of each memory block obtained. Also, the application must
return the memory block [using OSMemPut()] to the same memory partition when it no
longer requires it. OSMemGet() may be called more than once until all memory blocks are
allocated.
ARGUMENTS
p_mem
p_err
RETURNED VALUE
OSMemGet() returns a pointer to the allocated memory block if one is available. If a
memory block is not available from the memory partition, OSMemGet() returns a NULL
pointer. It is up to the application to cast the pointer to the proper data type since
OSMemGet() returns a void *.
488
NOTES/WARNINGS
This is a non-blocking call and this function can be called from an ISR.
EXAMPLE
OS_MEM
CommMem;
(void)&p_arg;
while (DEF_ON) {
p_msg = (CPU_INT32U *)OSMemGet(&CommMem,
&err);
/* Check err */
:
:
}
}
489
A
Appendix A
A-27 OSMemPut()
void OSMemPut (OS_MEM *p_mem,
void
*p_blk,
OS_ERR *p_err)
File
Called from
Code enabled by
os_mem.c
Task or ISR
OS_CFG_MEM_EN
OSMemPut() returns a memory block back to a memory partition. It is assumed that the user
will return the memory block to the same memory partition from which it was allocated.
ARGUMENTS
p_mem
p_blk
p_err
OS_ERR_MEM_INVALID_P_MEM
OS_ERR_MEM_MEM_FULL
RETURNED VALUE
None
490
NOTES/WARNINGS
EXAMPLE
OS_MEM
CPU_INT32U
CommMem;
*CommMsg;
(void)&p_arg;
while (DEF_ON) {
OSMemPut(&CommMem,
(void *)CommMsg,
&err);
/* Check err */
:
:
}
}
491
A
Appendix A
A-28 OSMutexCreate()
void OSMutexCreate (OS_MUTEX
CPU_CHAR
OS_ERR
*p_mutex,
*p_name,
*p_err)
File
Called from
Code enabled by
os_mutex.c
OS_CFG_MUTEX_EN
OSMutexCreate() is used to create and initialize a mutex. A mutex is used to gain exclusive
access to a resource.
ARGUMENTS
p_mutex
p_name
p_err
492
RETURNED VALUE
None
NOTES/WARNINGS
Mutexes must be created before they are used.
EXAMPLE
OS_MUTEX
DispMutex;
err;
:
OSInit(&err);
:
:
OSMutexCreate(&DispMutex,
Display Mutex,
&err);
/* Check err */
:
:
OSStart(&err);
/* Initialize C/OS-III
*/
*/
/* Start Multitasking
*/
493
A
Appendix A
A-29 OSMutexDel()
void OSMutexDel (OS_MUTEX *p_mutex,
OS_OPT
opt,
OS_ERR
*p_err)
File
Called from
Code enabled by
os_mutex.c
Task only
OS_CFG_MUTEX_EN and
OS_CFG_MUTEX_DEL_EN
OSMutexDel() is used to delete a mutex. This function should be used with care because
multiple tasks may rely on the presence of the mutex. Generally speaking, before deleting a
mutex, first delete all the tasks that access the mutex. However, as a general rule, do not
delete kernel objects at run-time.
ARGUMENTS
p_mutex
opt
specifies whether to delete the mutex only if there are no pending tasks
(OS_OPT_DEL_NO_PEND), or whether to always delete the mutex regardless of
whether tasks are pending or not (OS_OPT_DEL_ALWAYS). In this case, all
pending tasks are readied.
p_err
OS_ERR_OBJ_PTR_NULL
OS_ERR_OBJ_TYPE
OS_ERR_OPT_INVALID
494
OS_ERR_TASK_WAITING
RETURNED VALUE
The number of tasks that were waiting for the mutex and 0 if an error occurred.
NOTES/WARNINGS
Use this call with care as other tasks may expect the presence of the mutex.
EXAMPLE
OS_MUTEX
DispMutex;
(void)&p_arg;
while (DEF_ON) {
:
:
OSMutexDel(&DispMutex,
OS_OPT_DEL_ALWAYS,
&err);
/* Check err */
:
:
}
}
495
A
Appendix A
A-30 OSMutexPend()
void OSMutexPend (OS_MUTEX
OS_TICK
OS_OPT
CPU_TS
OS_ERR
*p_mutex,
timeout,
opt,
*p_ts,
*p_err)
File
Called from
Code enabled by
os_mutex.c
Task only
OS_CFG_MUTEX_EN
OSMutexPend() is used when a task requires exclusive access to a resource. If a task calls
OSMutexPend() and the mutex is available, OSMutexPend() gives the mutex to the caller
and returns to its caller. Note that nothing is actually given to the caller except that if p_err
is set to OS_ERR_NONE, the caller can assume that it owns the mutex.
However, if the mutex is already owned by another task, OSMutexPend() places the calling
task in the wait list for the mutex. The task waits until the task that owns the mutex releases
the mutex and therefore the resource, or until the specified timeout expires. If the mutex is
signaled before the timeout expires, C/OS-III resumes the highest-priority task that is
waiting for the mutex.
Note that if the mutex is owned by a lower-priority task, OSMutexPend() raises the priority
of the task that owns the mutex to the same priority as the task requesting the mutex. The
priority of the owner will be returned to its original priority when the owner releases the
mutex (see OSMutexPost()).
OSMutexPend() allows nesting. The same task can call OSMutexPend() multiple times.
However, the same task must then call OSMutexPost() an equivalent number of times to
release the mutex.
496
ARGUMENTS
p_mutex
timeout
specifies a timeout value (in clock ticks) and is used to allow the task to resume
execution if the mutex is not signaled (i.e., posted to) within the specified timeout.
A timeout value of 0 indicates that the task wants to wait forever for the mutex. The
timeout value is not synchronized with the clock tick. The timeout count is
decremented on the next clock tick, which could potentially occur immediately.
opt
determines whether the user wants to block if the mutex is not available or not.
This argument must be set to either:
OS_OPT_PEND_BLOCKING, or
OS_OPT_PEND_NON_BLOCKING
Note that the timeout argument should be set to 0 when specifying
OS_OPT_PEND_NON_BLOCKING since the timeout value is irrelevant using this
option.
p_ts
is a pointer to a timestamp indicating when the mutex was posted, the pend
was aborted, or the mutex was deleted. If passing a NULL pointer (i.e., (CPU_TS
*)0), the caller will not receive the timestamp. In other words, passing a NULL
pointer is valid and indicates that the timestamp is not required.
A timestamp is useful when it is important for a task to know when the mutex
was posted, or how long it took for the task to resume after the mutex was
posted. In the latter case, the user must call OS_TS_GET() and compute the
difference between the current value of the timestamp and *p_ts. In other
words:
delta = OS_TS_GET() - *p_ts;
497
A
Appendix A
p_err
OS_ERR_OPT_INVALID
OS_ERR_PEND_ISR
OS_ERR_SCHED_LOCKED
OS_ERR_TIMEOUT
RETURNED VALUE
None
NOTES/WARNINGS
Do not suspend the task that owns the mutex. Also, do not have the mutex owner wait
on any other C/OS-III objects (i.e., semaphore, event flag, or queue), and delay the
task that owns the mutex. The code should release the resource as quickly as possible.
498
EXAMPLE
OS_MUTEX
void
{
DispMutex;
OS_ERR
CPU_TS
err;
ts;
(void)&p_arg;
while (DEF_ON) {
:
OSMutexPend(&DispMutex,
0,
OS_OPT_PEND_BLOCKING,
&ts,
&err);
/* Check err */
}
}
499
A
Appendix A
A-31 OSMutexPendAbort()
void OSMutexPendAbort (OS_MUTEX *p_mutex,
OS_OPT
opt,
OS_ERR
*p_err)
File
Called from
Code enabled by
os_mutex.c
Task only
OS_CFG_MUTEX_EN and
OS_CFG_MUTEX_PEND_ABORT_EN
OSMutexPendAbort() aborts and readies any tasks currently waiting on a mutex. This
function should be used to fault-abort the wait on the mutex rather than to normally signal
the mutex via OSMutexPost().
ARGUMENTS
p_mutex
opt
specifies whether to abort only the highest-priority task waiting on the mutex
or all tasks waiting on the mutex:
OS_OPT_PEND_ABORT_1
OS_OPT_PEND_ABORT_ALL
OS_OPT_POST_NO_SCHED
500
p_err
OS_ERR_OPT_INVALID
OS_ERR_PEND_ABORT_ISR
OS_ERR_PEND_ABORT_NONE
RETURNED VALUE
OSMutexPendAbort() returns the number of tasks made ready-to-run by this function. Zero
indicates that no tasks were pending on the mutex and therefore this function had no effect.
NOTES/WARNINGS
Mutexes must be created before they are used.
501
A
Appendix A
EXAMPLE
OS_MUTEX
void
{
DispMutex;
OS_ERR
OS_OBJ_QTY
err;
qty;
(void)&p_arg;
while (DEF_ON) {
:
:
qty = OSMutexPendAbort(&DispMutex,
OS_OPT_PEND_ABORT_ALL,
&err);
/* Check err */
}
}
502
A-32 OSMutexPost()
void OSMutexPost (OS_MUTEX *p_mutex,
OS_OPT
opt,
OS_ERR
*p_err);
File
Called from
Code enabled by
os_mutex.c
Task only
OS_CFG_MUTEX_EN
A mutex is signaled (i.e., released) by calling OSMutexPost(). You should call this function
only if you acquired the mutex by first calling OSMutexPend(). If the priority of the task that
owns the mutex has been raised when a higher priority task attempted to acquire the
mutex, at that point, the original task priority of the task is restored. If one or more tasks are
waiting for the mutex, the mutex is given to the highest-priority task waiting on the mutex.
The scheduler is then called to determine if the awakened task is now the highest-priority
task ready-to-run, and if so, a context switch is performed to run the readied task. If no task
is waiting for the mutex, the mutex value is simply set to available.
ARGUMENTS
p_mutex
opt
503
A
Appendix A
p_err
RETURNED VALUE
None
NOTES/WARNINGS
504
EXAMPLE
OS_MUTEX
void
{
DispMutex;
OS_ERR
err;
(void)&p_arg;
while (DEF_ON) {
:
OSMutexPost(&DispMutex,
OS_OPT_POST_NONE,
&err);
/* Check err */
:
}
}
505
A
Appendix A
A-33 OSPendMulti()
OS_OBJ_QTY OSPendMulti(OS_PEND_DATA *p_pend_data_tbl,
OS_OBJ_QTY
tbl_size,
OS_TICK
timeout,
OS_OPT
opt,
OS_ERR
*p_err);
File
Called from
Code enabled by
os_pend_multi.c
Task only
OS_CFG_PEND_MULTI_EN &&
(OS_CFG_Q_EN || OS_CFG_SEM_EN)
OSPendMulti() is used when a task expects to wait on multiple kernel objects, specifically
semaphores or message queues. If more than one such object is ready when OSPendMulti()
is called, then all available objects and messages, if any, are returned as ready to the caller.
If no objects are ready, OSPendMulti() suspends the current task until either:
a timeout occurs,
If an object becomes ready, and multiple tasks are waiting for the object, C/OS-III resumes
the highest-priority task waiting on that object.
A pended task suspended with OSTaskSuspend() can still receive a message from a multipended message queue, or obtain a signal from a multi-pended semaphore. However, the
task remains suspended until it is resumed by calling OSTaskResume().
ARGUMENTS
p_pend_data_tbl
506
tbl_size
timeout
specifies the amount of time (in clock ticks) that the calling task is willing to
wait for objects to be posted. A timeout value of 0 indicates that the task wants
to wait forever for any of the multi-pended objects. The timeout value is not
synchronized with the clock tick. The timeout count begins decrementing on
the next clock tick, which could potentially occur immediately.
opt
specifies options:
OS_OPT_PEND_BLOCKING
OS_OPT_PEND_NON_BLOCKING
p_err
OS_ERR_OPT_INVALID
OS_ERR_PEND_ABORT
OS_ERR_PEND_DEL
507
A
Appendix A
OS_ERR_PEND_ISR
OS_ERR_PEND_LOCKED
OS_ERR_PEND_WOULD_BLOCK
OS_ERR_PTR_INVALID
OS_ERR_TIMEOUT
if OS_CFG_CALLED_FROM_ISR_CHK_EN set to 1
in os_cfg.h: if calling this function from an
ISR.
if calling this function when the scheduler is
locked.
if the caller does not want to block and no
object
is
ready
and
opt
was
OS_OPT_PEND_NON_BLOCKING.
if OS_CFG_ARG_CHK_EN is set to 1 in
os_cfg.h: if p_pend_data_tbl is a NULL
pointer.
if no multi-pended object is ready within the
specified timeout.
RETURNED VALUE
OSPendMulti() returns the number of multi-pended objects that are ready. If an object is
pend aborted or deleted, the return value will be 1. You should examine the value of
*p_err to know the exact outcome of this call. If no multi-pended object is ready within
the specified timeout period, or because of any error, the .RdyObjPtr in the
p_pend_data_tbl array will all be NULL.
When objects are posted, the OS_PEND_DATA fields of p_pend_data_tbl contains additional
information about the posted objects:
.RdyObjPtr
.RdyMsgPtr
If the object pended on was a message queue and the queue was
posted to, this field contains the message.
.RdyMsgSize
If the object pended on was a message queue and the queue was
posted to, this field contains the size of the message (in number of
bytes).
508
.RdyTS
If the object pended on was posted to, this field contains the
timestamp as to when the object was posted. Note that if the
object is deleted or pend-aborted, this field contains the timestamp
of when this occurred.
NOTES/WARNINGS
Message queue or semaphore objects must be created before they are used.
509
A
Appendix A
EXAMPLE
OS_SEM
OS_SEM
Sem1;
Sem2;
OS_Q
OS_Q
Q1;
Q2;
(void)&p_arg;
while (DEF_ON) {
:
pend_data_tbl[0].PendObjPtr = (OS_PEND_OBJ *)Sem1;
pend_data_tbl[1].PendObjPtr = (OS_PEND_OBJ *)Sem2;
pend_data_tbl[2].PendObjPtr = (OS_PEND_OBJ *)Q1;
pend_data_tbl[3].PendObjPtr = (OS_PEND_OBJ *)Q2;
nbr_rdy = OSPendMulti(&pend_data_tbl[0],
4,
0,
OS_OPT_PEND_BLOCKING,
&err);
/* Check err */
:
:
}
}
510
A-34 OSQCreate()
void OSQCreate (OS_Q
*p_q,
CPU_CHAR
*p_name,
OS_MSG_QTY
max_qty,
OS_ERR
*p_err)
File
Called from
Code enabled by
os_q.c
OSQCreate() creates a message queue. A message queue allows tasks or ISRs to send
pointer-sized variables (messages) to one or more tasks. The meaning of the messages sent
are application specific.
ARGUMENTS
p_q
is a pointer to the message queue control block. It is assumed that storage for
the message queue will be allocated in the application. The user will need to
declare a global variable as follows, and pass a pointer to this variable to
OSQCreate():
OS_Q MyMsgQ;
p_name
is a pointer to an ASCII string used to name the message queue. The name can
be displayed by debuggers or C/Probe.
msg_qty
indicates the maximum size of the message queue (must be non-zero). If the
user intends to not limit the size of the queue, simply pass a very large number.
Of course, if there are not enough OS_MSGs in the pool of OS_MSGs, the post
call (i.e., OSQPost()) will simply fail and an error code will indicate that there
are no more OS_MSGs to use.
511
A
Appendix A
p_err
RETURNED VALUE
None
NOTES/WARNINGS
Queues must be created before they are used.
512
EXAMPLE
OS_Q
CommQ;
err;
OSInit(&err);
:
:
OSQCreate(&CommQ,
Comm Queue,
10,
&err);
/* Check err */
:
:
OSStart();
/* Initialize C/OS-III
*/
/* Create COMM Q
*/
/* Start Multitasking
*/
513
A
Appendix A
A-35 OSQDel()
OS_OBJ_QTY OSQDel (OS_Q
*p_q,
OS_OPT
opt,
OS_ERR *p_err)
File
Called from
Code enabled by
os_q.c
Task only
OSQDel() is used to delete a message queue. This function should be used with care since
multiple tasks may rely on the presence of the message queue. Generally speaking, before
deleting a message queue, first delete all the tasks that can access the message queue.
However, it is highly recommended that you do not delete kernel objects at run time.
ARGUMENTS
p_q
opt
specifies whether to delete the queue only if there are no pending tasks
(OS_OPT_DEL_NO_PEND), or always delete the queue regardless of whether
tasks are pending or not (OS_OPT_DEL_ALWAYS). In this case, all pending task
are readied.
p_err
is a pointer to a variable that is used to hold an error code. The error code can
be one of the following:
OS_ERR_NONE
OS_ERR_DEL_ISR
OS_ERR_OBJ_PTR_NULL
OS_ERR_OBJ_TYPE
OS_ERR_OPT_INVALID
514
OS_ERR_TASK_WAITING
RETURNED VALUE
The number of tasks that were waiting on the message queue and 0 if an error is detected.
NOTES/WARNINGS
This function must be used with care. Tasks that would normally expect the presence of
the queue must check the return code of OSQPend().
EXAMPLE
OS_Q
DispQ;
err;
(void)&p_arg;
while (DEF_ON) {
:
:
OSQDel(&DispQ,
OS_OPT_DEL_ALWAYS,
&err);
/* Check err */
:
:
}
}
515
A
Appendix A
A-36 OSQFlush()
OS_MSG_QTY OSQFlush (OS_Q
*p_q,
OS_ERR *p_err)
File
Called from
Code enabled by
os_q.c
Task only
OS_CFG_Q_EN and
OS_CFG_Q_FLUSH_EN
OSQFlush() empties the contents of the message queue and eliminates all messages sent to
the queue. This function takes the same amount of time to execute regardless of whether
tasks are waiting on the queue (and thus no messages are present), or the queue contains
one or more messages. OS_MSGs from the queue are simply returned to the free pool of
OS_MSGs.
ARGUMENTS
p_q
p_err
OS_ERR_OBJ_PTR_NULL
OS_ERR_OBJ_TYPE
RETURNED VALUE
The number of OS_MSG entries freed from the message queue. Note that the OS_MSG entries
are returned to the free pool of OS_MSGs.
516
NOTES/WARNINGS
Use this function with great care. When flushing a queue, you lose the references to
what the queue entries are pointing to, potentially causing 'memory leaks'. The data
that the user is pointing to that is referenced by the queue entries should, most likely,
be de-allocated (i.e., freed).
EXAMPLE
OS_Q
CommQ;
(void)&p_arg;
while (DEF_ON) {
:
:
entries = OSQFlush(&CommQ,
&err);
/* Check err */
:
:
}
}
or, to flush a queue that contains entries, instead you can use OSQPend() and specify the
OS_OPT_PEND_NON_BLOCKING option.
517
A
Appendix A
OS_Q
CommQ;
(void)&p_arg;
:
do {
OSQPend(&CommQ,
0,
OS_OPT_PEND_NON_BLOCKING,
&msg_size,
&ts,
&err);
} while (err != OS_ERR_PEND_WOULD_BLOCK);
:
:
}
518
A-37 OSQPend()
void *OSQPend (OS_Q
OS_TICK
OS_OPT
OS_MSG_SIZE
CPU_TS
OS_ERR
*p_q,
timeout,
opt,
*p_msg_size,
*p_ts,
*p_err)
File
Called from
Code enabled by
os_q.c
Task only
OSQPend() is used when a task wants to receive messages from a message queue. The
messages are sent to the task via the message queue either by an ISR, or by another task
using the OSQPost() call. The messages received are pointer-sized variables, and their use
is application specific. If at least one message is already present in the message queue when
OSQPend() is called, the message is retrieved and returned to the caller.
If no message is present in the message queue and OS_OPT_PEND_BLOCKING is specified for
the opt argument, OSQPend() suspends the current task until either a message is received,
or a user-specified timeout expires. If a message is sent to the message queue and multiple
tasks are waiting for such a message, C/OS-III resumes the highest priority task that is
waiting.
A pended task suspended with OSTaskSuspend() can receive a message. However, the task
remains suspended until it is resumed by calling OSTaskResume().
If no message is present in the queue and OS_OPT_PEND_NON_BLOCKING is specifed for the
opt argument, OSQPend() returns to the caller with an appropriate error code, and returns a
NULL pointer.
519
A
Appendix A
ARGUMENTS
p_q
timeout
allows the task to resume execution if a message is not received from the
message queue within the specified number of clock ticks. A timeout value of
0 indicates that the task is willing to wait forever for a message. The timeout
value is not synchronized with the clock tick. The timeout count starts
decrementing on the next clock tick, which could potentially occur
immediately.
opt
p_msg_size is a pointer to a variable that will receive the size of the message (in number of
bytes).
p_ts
is a pointer to a variable that will receive the timestamp of when the message
was received. Passing a NULL pointer is valid, and indicates that the user does
not need the timestamp.
A timestamp is useful when the user wants the task to know when the message
queue was posted, or how long it took for the task to resume after the message
queue was posted. In the latter case, you would call OS_TS_GET() and
compute the difference between the current value of the timestamp and *p_ts.
In other words:
delta = OS_TS_GET() - *p_ts;
520
p_err
OS_ERR_OPT_INVALID
OS_ERR_PEND_ABORT
OS_ERR_PEND_ISR
OS_ERR_PEND_WOULD_BLOCK
OS_ERR_PTR_INVALID
OS_ERR_SCHED_LOCKED
OS_ERR_TIMEOUT
if a message is received.
if OS_CFG_ARG_CHK_EN is set to 1 in
os_cfg.h: if p_q is a NULL pointer.
if OS_CFG_OBJ_TYPE_CHK_EN is set to 1 in
os_cfg.h: if p_q is not pointing to a message
queue.
if OS_CFG_ARG_CHK_EN is set to 1 in
os_cfg.h: if you specified invalid options.
if the pend was aborted because another task
called OSQPendAbort().
if OS_CFG_CALLED_FROM_ISR_CHK_EN set to 1
in os_cfg.h: if the function is called from an
ISR.
if this function is called with the opt argument
set to OS_OPT_PEND_NON_BLOCKING, and no
message is in the queue.
if OS_CFG_ARG_CHK_EN is set to 1 in
os_cfg.h: if p_msg_size is a NULL pointer.
if calling this function when the scheduler is
locked.
if a message is not received within the
specified timeout.
RETURNED VALUE
The message (i.e., a pointer) or a NULL pointer if no messages has been received. Note that
it is possible for the actual message to be a NULL pointer, so you should check the returned
error code instead of relying on the returned value.
NOTES/WARNINGS
521
A
Appendix A
EXAMPLE
OS_Q
CommQ;
ts;
(void)&p_arg;
while (DEF_ON) {
:
:
p_msg = OSQPend(CommQ,
100,
OS_OPT_PEND_BLOCKING,
&msg_size,
&ts,
&err);
/* Check err */
:
:
}
}
522
A-38 OSQPendAbort()
OS_OBJ_QTY OSQPendAbort (OS_Q
*p_q,
OS_OPT
opt,
OS_ERR *p_err)
File
Called from
Code enabled by
os_q.c
Task only
OS_CFG_Q_EN and
OS_CFG_Q_PEND_ABORT_EN
OSQPendAbort() aborts and readies any tasks currently waiting on a message queue. This
function should be used to fault-abort the wait on the message queue, rather than to signal
the message queue via OSQPost().
ARGUMENTS
p_q
opt
523
A
Appendix A
p_err
OS_ERR_PEND_ABORT_ISR
OS_ERR_PEND_ABORT_NONE
OS_ERR_OBJ_PTR_NULL
OS_ERR_OBJ_TYPE
OS_ERR_OPT_INVALID
RETURNED VALUE
OSQPendAbort() returns the number of tasks made ready-to-run by this function. Zero
indicates that no tasks were pending on the message queue, therefore this function had no
effect.
NOTES/WARNINGS
Queues must be created before they are used.
524
EXAMPLE
OS_Q
CommQ;
err;
nbr_tasks;
(void)&p_arg;
while (DEF_ON) {
:
:
nbr_tasks = OSQPendAbort(&CommQ,
OS_OPT_PEND_ABORT_ALL,
&err);
/* Check err */
:
:
}
}
525
A
Appendix A
A-39 OSQPost()
void OSQPost (OS_Q
void
OS_MSG_SIZE
OS_OPT
OS_ERR
*p_q,
*p_void,
msg_size,
opt,
*p_err)
File
Called from
Code enabled by
os_q.c
Task or ISR
OS_CFG_Q_EN
OSQPost() sends a message to a task through a message queue. A message is a pointersized variable, and its use is application specific. If the message queue is full, an error code
is returned to the caller. In this case, OSQPost() immediately returns to its caller, and the
message is not placed in the message queue.
If any task is waiting for a message to be posted to the message queue, the highest-priority
task receives the message. If the task waiting for the message has a higher priority than the
task sending the message, the higher-priority task resumes, and the task sending the
message is suspended; that is, a context switch occurs. Message queues can be first-in firstout (OS_OPT_POST_FIFO), or last-in-first-out (OS_OPT_POST_LIFO) depending of the value
specified in the opt argument.
If any task is waiting for a message at the message queue, OSQPost() allows the user to
either post the message to the highest-priority task waiting at the queue (opt set to
OS_OPT_POST_FIFO or OS_OPT_POST_LIFO), or to all tasks waiting at the message queue
(opt is set to OS_OPT_POST_ALL). In either case, scheduling occurs unless opt is also set to
OS_OPT_POST_NO_SCHED.
ARGUMENTS
p_q
p_void
msg_size
526
opt
determines the type of POST performed. The last two options may be added
to either OS_OPT_POST_FIFO or OS_OPT_POST_LIFO to create different
combinations:
OS_OPT_POST_FIFO
OS_OPT_POST_LIFO
OS_OPT_POST_ALL
OS_OPT_POST_NO_SCHED
p_err
OS_ERR_Q_MAX
A
Appendix A
RETURNED VALUE
None
NOTES/WARNINGS
528
+
+
+
+
+
+
OS_OPT_POST_ALL
OS_OPT_POST_ALL
OS_OPT_POST_NO_SCHED
OS_OPT_POST_NO_SCHED
OS_OPT_POST_ALL + OS_OPT_POST_NO_SCHED
OS_OPT_POST_ALL + OS_OPT_POST_NO_SCHED
Although the example below shows calling OSQPost() from a task, it can also be called
from an ISR.
EXAMPLE
OS_Q
CPU_INT08U
CommQ;
CommRxBuf[100];
err;
(void)&p_arg;
while (DEF_ON) {
:
:
OSQPost(&CommQ,
&CommRxBuf[0],
sizeof(CommRxBuf),
OS_OPT_POST_OPT_FIFO + OS_OPT_POST_ALL + OS_OPT_POST_NO_SCHED,
&err);
/* Check err */
:
:
}
}
529
A
Appendix A
A-40 OSSafetyCriticalStart()
void OSSafetyCriticalStart (void)
File
Called from
Code enabled by
os_core.c
Task only
OS_SAFETY_CRITICAL_IEC61508
OSSafetyCriticalStart() allows your code to notify C/OS-III that you are done
initializing and creating kernel objects. After calling OSSafetyCriticalStart(), your
application code will no longer be allowed to create kernel objects. In other words, once
your code has called OSSafetyCriticalStart(), you will not be allowed to create tasks,
semaphores, mutexes, message queues, event flags and timers.
ARGUMENTS
None
RETURNED VALUE
None
NOTES/WARNINGS
None
EXAMPLE
530
A-41 OSSched()
void OSSched (void)
File
Called from
Code enabled by
os_core.c
Task only
N/A
OSSched() allows a task to call the scheduler. You would use this function after doing a
series of posts where you specified OS_OPT_POST_NO_SCHED as a post option.
OSSched() can only be called by task-level code. Also, if the scheduler is locked (i.e.,
OSSchedLock() was previously called), then OSSched() will have no effect.
If a higher-priority task than the calling task is ready-to-run, OSSched() will context switch
to that task.
ARGUMENTS
None
RETURNED VALUE
None
NOTES/WARNINGS
None
531
A
Appendix A
EXAMPLE
532
*/
*/
A-42 OSSchedLock()
void OSSchedLock (OS_ERR *p_err)
File
Called from
Code enabled by
os_core.c
Task only
N/A
ARGUMENTS
p_err
RETURNED VALUE
None
533
A
Appendix A
NOTES/WARNINGS
After calling OSSchedLock(), the application must not make system calls that suspend
execution of the current task; that is, the application cannot call OSTimeDly(),
OSTimeDlyHMSM(), OSFlagPend(), OSSemPend(), OSMutexPend(), or OSQPend(). Since the
scheduler is locked out, no other task is allowed to run, and the system will lock up.
EXAMPLE
(void)&p_arg;
while (DEF_ON) {
:
OSSchedLock(&err);
/* Check err */
:
OSSchedUnlock(&err);
/* Check err */
:
}
}
534
*/
A-43 OSSchedRoundRobinCfg()
void OSSchedRoundRobinCfg (CPU_BOOLEAN en,
OS_TICK
dflt_time_quanta,
OS_ERR
*p_err)
File
Called from
Code enabled by
os_core.c
OS_CFG_SCHED_ROUND_ROBIN_EN
ARGUMENTS
en
dflt_time_quanta
p_err
is the default time quanta given to a task. This value is used when
a task is created and you specify a value of 0 for the time quanta.
In other words, if the user did not specify a non-zero for the tasks
time quanta, this is the value that will be used. If passing 0 for this
argument, C/OS-III will assume a time quanta of 1/10 the tick
rate. For example, if the tick rate is 1000 Hz and 0 is passed for
dflt_time_quanta then, C/OS-III will set the time quanta to 10
milliseconds.
RETURNED VALUE
None
NOTES/WARNINGS
None
535
A
Appendix A
EXAMPLE
err;
:
OSInit(&err);
/* Initialize C/OS-III
:
:
OSSchedRoundRobinCfg(DEF_ENABLED,
10,
&err);
/* Check err */
:
:
OSStart(&err);
/* Start Multitasking
}
536
*/
*/
A-44 OSSchedRoundRobinYield()
void OSSchedRoundRobinYield (OS_ERR *p_err);
File
Called from
Code enabled by
os_core.c
Task only
OS_CFG_SCHED_ROUND_ROBIN_EN
ARGUMENTS
p_err
RETURNED VALUE
None
NOTES/WARNINGS
None
537
A
Appendix A
EXAMPLE
err;
(void)&p_arg;
while (DEF_ON) {
:
:
OSSchedRoundRobinYield(&err); /* Give up the CPU to the next task at same priority */
/* Check err */
:
:
}
}
538
A-45 OSSchedUnlock()
void OSSchedUnlock(OS_ERR *p_err);
File
Called from
Code enabled by
os_core.c
Task only
N/A
ARGUMENTS
p_err
OS_ERR_SCHED_NOT_LOCKED
OS_ERR_SCHED_UNLOCK_ISR
RETURNED VALUE
None
NOTES/WARNINGS
None
539
A
Appendix A
EXAMPLE
err;
(void)&p_arg;
while (DEF_ON) {
:
OSSchedLock(&err);
/* Check err */
:
OSSchedUnlock(&err);
/* Check err */
:
}
}
540
*/
A-46 OSSemCreate()
void OSSemCreate (OS_SEM
*p_sem,
CPU_CHAR
*p_name,
OS_SEM_CTR
cnt,
OS_ERR
*p_err)
File
Called from
Code enabled by
os_sem.c
OS_CFG_SEM_EN
OSSemCreate() initializes a semaphore. Semaphores are used when a task wants exclusive
access to a resource, needs to synchronize its activities with an ISR or a task, or is waiting
until an event occurs. You would use a semaphore to signal the occurrence of an event to
one or multiple tasks, and use mutexes to guard share resources. However, technically,
semaphores allow for both.
ARGUMENTS
p_sem
is a pointer to the semaphore control block. It is assumed that storage for the
semaphore will be allocated in the application. In other words, you need to
declare a global variable as follows, and pass a pointer to this variable to
OSSemCreate():
OS_SEM MySem;
p_name
cnt
A
Appendix A
p_err
RETURNED VALUE
None
NOTES/WARNINGS
Semaphores must be created before they are used.
542
EXAMPLE
OS_SEM
SwSem;
err;
:
OSInit(&err);
/* Initialize C/OS-III
:
:
OSSemCreate(&SwSem,
/* Create Switch Semaphore
Switch Semaphore,
0,
&err);
/* Check err */
:
:
OSStart(&err);
/* Start Multitasking
*/
*/
*/
543
A
Appendix A
A-47 OSSemDel()
void OSSemDel (OS_SEM *p_sem,
OS_OPT
opt,
OS_ERR *p_err)
File
Called from
Code enabled by
os_sem.c
Task only
OS_CFG_SEM_EN and
OS_CFG_SEM_DEL_EN
OSSemDel() is used to delete a semaphore. This function should be used with care as
multiple tasks may rely on the presence of the semaphore. Generally speaking, before
deleting a semaphore, first delete all the tasks that access the semaphore. As a rule, it is
highly recommended to not delete kernel objects at run time.
Deleting the semaphore will not de-allocate the object. In other words, storage for the
variable will still remain at the same location unless the semaphore is allocated dynamically
from the heap. The dynamic allocation of objects has its own set of problems. Specifically, it
is not recommended for embedded systems to allocate (and de-allocate) objects from the
heap given the high likelihood of fragmentation.
ARGUMENTS
p_sem
opt
544
semaphore it was waiting on was deleted. The same reasoning applies with the
other option, how will the tasks handle the fact that the semaphore they want
to wait for is no longer available?
p_err
is a pointer to a variable used to hold an error code. The error code may be
one of the following:
OS_ERR_NONE
OS_ERR_DEL_ISR
OS_ERR_OBJ_PTR_NULL
OS_ERR_OBJ_TYPE
OS_ERR_OPT_INVALID
OS_ERR_TASK_WAITING
RETURNED VALUE
None
NOTES/WARNINGS
Use this call with care because other tasks might expect the presence of the semaphore.
545
A
Appendix A
EXAMPLE
OS_SEM
SwSem;
err;
(void)&p_arg;
while (DEF_ON) {
:
:
OSSemDel(&SwSem,
OS_OPT_DEL_ALWAYS,
&err);
/* Check err */
:
:
}
}
546
A-48 OSSemPend()
OS_SEM_CTR OSSemPend (OS_SEM
OS_TICK
OS_OPT
CPU_TS
OS_ERR
*p_sem,
timeout,
opt,
*p_ts,
*p_err)
File
Called from
Code enabled by
os_sem.c
Task only
OS_CFG_SEM_EN
ARGUMENTS
p_sem
547
A
Appendix A
timeout
allows the task to resume execution if a semaphore is not posted within the
specified number of clock ticks. A timeout value of 0 indicates that the task
waits forever for the semaphore. The timeout value is not synchronized with
the clock tick. The timeout count begins decrementing on the next clock tick,
which could potentially occur immediately.
opt
specifies whether the call is to block if the semaphore is not available, or not
block.
OS_OPT_PEND_BLOCKING
OS_OPT_PEND_NON_BLOCKING
p_ts
is a pointer to a variable that will receive a timestamp of when the semaphore was
posted, pend aborted, or deleted. Passing a NULL pointer is valid and indicates
that a timestamp is not required.
A timestamp is useful when the task must know when the semaphore was
posted or, how long it took for the task to resume after the semaphore was
posted. In the latter case, call OS_TS_GET() and compute the difference
between the current value of the timestamp and *p_ts. In other words:
delta = OS_TS_GET() - *p_ts;
p_err
548
OS_ERR_OPT_INVALID
OS_ERR_PEND_ABORT
OS_ERR_PEND_ISR
OS_ERR_PEND_WOULD_BLOCK
OS_ERR_SCHED_LOCKED
OS_ERR_TIMEOUT
if OS_CFG_ARG_CHK_EN is set to 1 in
os_cfg.h:
if
opt
is
not
OS_OPT_PEND_NON_BLOCKING
or
OS_OPT_PEND_BLOCKING.
if the pend was aborted
if OS_CFG_CALLED_FROM_ISR_CHK_EN set to 1
in os_cfg.h: if this function is called from
an ISR.
if this function is called as specified
OS_OPT_PEND_NON_BLOCKING,
and
the
semaphore was not available.
if calling this function when the scheduler is
locked.
if the semaphore is not signaled within the
specified timeout.
RETURNED VALUE
The new value of the semaphore count.
NOTES/WARNINGS
Semaphores must be created before they are used.
549
A
Appendix A
EXAMPLE
OS_SEM
SwSem;
err;
ts;
(void)&p_arg;
while (DEF_ON) {
:
:
(void)OSSemPend(&SwSem,
0,
OS_OPT_PEND_BLOCKING,
&ts,
&err);
/* Check err */
}
}
550
A-49 OSSemPendAbort()
OS_OBJ_QTY OSSemPendAbort (OS_SEM *p_sem,
OS_OPT
opt,
OS_ERR *p_err)
File
Called from
Code enabled by
os_sem.c
Task only
OS_CFG_SEM_EN and
OS_CFG_SEM_PEND_ABORT_EN
OSSemPendAbort() aborts and readies any task currently waiting on a semaphore. This
function should be used to fault-abort the wait on the semaphore, rather than to normally
signal the semaphore via OSSemPost().
ARGUMENTS
p_sem
opt
551
A
Appendix A
p_err
OS_ERR_OBJ_PTR_NULL
OS_ERR_OBJ_TYPE
OS_ERR_OPT_INVALID
OS_ERR_PEND_ABORT_ISR
OS_ERR_PEND_ABORT_NONE
RETURNED VALUE
OSSemPendAbort() returns the number of tasks made ready-to-run by this function. Zero
indicates that no tasks were pending on the semaphore and therefore, the function had no
effect.
NOTES/WARNINGS
Semaphores must be created before they are used.
552
EXAMPLE
OS_SEM
SwSem;
err;
nbr_tasks;
(void)&p_arg;
while (DEF_ON) {
:
:
nbr_tasks = OSSemPendAbort(&SwSem,
OS_OPT_PEND_ABORT_ALL,
&err);
/* Check err */
:
:
}
}
553
A
Appendix A
A-50 OSSemPost()
OS_SEM_CTR OSSemPost (OS_SEM *p_sem,
OS_OPT
opt,
OS_ERR *p_err)
File
Called from
Code enabled by
os_sem.c
Task or ISR
OS_CFG_SEM_EN
ARGUMENTS
p_sem
opt
OS_OPT_POST_NO_SCHED
554
OS_ERR_SEM_OVF
RETURNED VALUE
The current value of the semaphore count
NOTES/WARNINGS
You can also post to a semaphore from an ISR but the semaphore must be used as a
signaling mechanism and not to protect a shared resource.
555
A
Appendix A
EXAMPLE
OS_SEM
SwSem;
err;
ctr;
(void)&p_arg;
while (DEF_ON) {
:
:
ctr = OSSemPost(&SwSem,
OS_OPT_POST_1 + OS_OPT_POST_NO_SCHED,
&err);
/* Check err */
:
:
}
}
556
A-51 OSSemSet()
void OSSemSet (OS_SEM
*p_sem,
OS_SEM_CTR
cnt,
OS_ERR
*p_err)
File
Called from
Code enabled by
os_sem.c
Task only
OS_CFG_SEM_EN and
OS_CFG_SEM_SET_EN
OSSemSet() is used to change the current value of the semaphore count. This function is
normally selected when a semaphore is used as a signaling mechanism. OSSemSet() can
then be used to reset the count to any value. If the semaphore count is already 0, the count
is only changed if there are no tasks waiting on the semaphore.
ARGUMENTS
p_sem
cnt
p_err
OS_ERR_OBJ_PTR_NULL
OS_ERR_OBJ_TYPE
OS_ERR_SET_ISR
OS_ERR_TASK_WAITING
557
A
Appendix A
RETURNED VALUE
None
NOTES/WARNINGS
Do not use this function if the semaphore is used to protect a shared resource.
EXAMPLE
OS_SEM
SwSem;
err;
(void)&p_arg;
while (DEF_ON) {
OSSemSet(&SwSem,
0,
&err);
/* Check err */
:
:
}
}
558
A-52 OSStart()
void OSStart (OS_ERR *p_err)
File
Called from
Code enabled by
os_core.c
N/A
OSStart() starts multitasking under C/OS-III. This function is typically called from startup
code after calling OSInit() and creating at least one application task. OSStart() will not
return to the caller. Once C/OS-III is running, calling OSStart() again will have no effect.
ARGUMENTS
p_err
RETURNED VALUE
None
NOTES/WARNINGS
OSInit() must be called prior to calling OSStart(). OSStart() should only be called once
by the application code. However, if you called OSStart() more than once, nothing
happens on the second and subsequent calls.
559
A
Appendix A
EXAMPLE
err;
/* User Code
*/
:
OSInit(&err);
/* Initialize C/OS-III */
/* Check err */
:
/* User Code
*/
:
OSStart(&err);
/* Start Multitasking
*/
/* Any code here should NEVER be executed! */
}
560
A-53 OSStartHighRdy()
void OSStartHighRdy (void)
File
Called from
Code enabled by
os_cpu_a.asm
OSStart()
N/A
OSStartHighRdy() is responsible for starting the highest-priority task that was created prior
to calling OSStart(). OSStartHighRdy() is a C/OS-III port function that is generally
written in assembly language.
ARGUMENTS
None
RETURNED VALUES
None
NOTES/WARNINGS
None
EXAMPLE
The pseudocode for OSStartHighRdy() is shown below.
OSStartHighRdy:
OSTaskSwHook();
SP = OSTCBHighRdyPtr->StkPtr;
Pop CPU registers off the tasks stack;
Return from interrupt;
(1)
(2)
(3)
(4)
561
A
Appendix A
(1)
(2)
The CPU stack pointer register is loaded with the top-of-stack (TOS) of the task
being started. The TOS is found in the .StkPtr field of the OS_TCB. For
convenience, the .StkPtr field is the very first field of the OS_TCB data
structure. This makes it easily accessible from assembly language.
(3)
The registers are popped from the tasks stack frame. Recall that the registers
should have been placed on the stack frame in the same order as if they were
pushed at the beginning of an interrupt service routine.
(4)
You must execute a return from interrupt. This starts the task as if it was
resumed when returning from a real interrupt.
562
A-54 OSStatReset()
void OSStatReset (OS_ERR *p_err)
File
Called from
Code enabled by
os_stat.c
Task only
OS_CFG_STAT_TASK_EN
ARGUMENTS
p_err
RETURNED VALUE
None
NOTES/WARNINGS
None
563
A
Appendix A
EXAMPLE
err;
(void)&p_arg;
while (DEF_ON) {
:
:
if (statistics reset switch is pressed) {
OSStatReset(&err);
/* Check err */
}
:
:
}
}
564
A-55 OSStatTaskCPUUsageInit()
void OSStatTaskCPUUsageInit (OS_ERR *p_err)
File
Called from
Code enabled by
os_stat.c
OS_CFG_TASK_STAT_EN
ARGUMENTS
p_err
RETURNED VALUE
None
NOTES/WARNINGS
None
565
A
Appendix A
EXAMPLE
err;
566
A-56 OSStatTaskHook()
void OSStatTaskHook (void);
File
Called from
Code enabled by
os_cpu_c.c
OSStatTask()
Always enabled
ARGUMENTS
None
RETURNED VALUES
None
NOTES/WARNINGS
None
EXAMPLE
The code below calls an application-specific hook that an application programmer can
define. For this, the user can simply set the value of OS_AppStatTaskHookPtr to point to
the desired hook function (see App_OS_SetAllHooks() in os_app_hooks.c).
In the example below, OSStatTaskHook() calls App_OS_StatTaskHook() if the pointer
OS_AppStatTaskHookPtr is set to that function.
567
A
Appendix A
void
App_OS_StatTaskHook (void)
/* os_app_hooks.c
*/
/* os_app_hooks.c
*/
/* os_cpu_c.c
*/
{
/* Your code goes here! */
}
568
A-57 OSTaskChangePrio()
void OSTaskChangePrio (OS_TCB
*p_tcb,
OS_PRIO
prio_new,
OS_ERR
*p_err)
File
Called from
Code enabled by
os_task.c
Task only
OS_CFG_TASK_CHANGE_PRIO_EN
When you creating a task (see OSTaskCreate()), you specify the priority of the task being
created. In most cases, it is not necessary to change the priority of the task at run time.
However, it is sometimes useful to do so, and OSTaskChangePrio() allows this to take place.
If the task is ready-to-run, OSTaskChangePrio() simply changes the position of the task in
C/OS-IIIs ready list. If the task is waiting on an event, OSTaskChangePrio() will change
the position of the task in the pend list of the corresponding object, so that the pend list
remains sorted by priority.
Because C/OS-III supports multiple tasks at the same priority, there are no restrictions on
the priority that a task can have, except that task priority zero (0) is reserved by C/OS-III,
and priority OS_PRIO_MAX-1 is used by the idle task.
Note that a task priority cannot be changed from an ISR.
ARGUMENTS
p_tcb
is a pointer to the OS_TCB of the task for which the priority is being changed. If
you pass a NULL pointer, the priority of the current task is changed.
prio_new
is the new tasks priority. This value must never be set to OS_CFG_PRIO_MAX-1,
or higher and you must not use priority 0 since they are reserved for C/OS-III.
569
A
Appendix A
p_err
RETURNED VALUE
None
NOTES/WARNINGS
None
EXAMPLE
OS_TCB
MyTaskTCB;
while (DEF_ON) {
:
:
OSTaskChangePrio(&MyTaskTCB,
10,
&err);
/* Check err */
:
}
}
570
A-58 OSTaskCreate()
void OSTaskCreate (OS_TCB
CPU_CHAR
OS_TASK_PTR
void
OS_PRIO
CPU_STK
CPU_STK_SIZE
CPU_STK_SIZE
OS_MSG_QTY
OS_TICK
void
OS_OPT
OS_ERR
*p_tcb,
*p_name,
p_task,
*p_arg,
prio,
*p_stk_base,
stk_limit,
stk_size,
q_size,
time_quanta,
*p_ext,
opt,
*p_err)
File
Called from
Code enabled by
os_task.c
N/A
Tasks must be created in order for C/OS-III to recognize them as tasks. You create a task
by calling OSTaskCreate() and by providing arguments specifying to C/OS-III how the
task will be managed. Tasks are always created in the ready-to-run state.
Tasks can be created either prior to the start of multitasking (i.e., before calling OSStart()),
or by a running task. A task cannot be created by an ISR. A task must either be written as an
infinite loop, or delete itself once completed. If the task code returns by mistake, C/OS-III
will terminate the task by calling OSTaskDel((OS_TCB *)0, &err)). At Micrium, we like
the while (DEF_ON) to implement infinite loops because, by convention, we use a while
loop when we dont know how many iterations a loop will do. This is the case of an infinite
loop. We prefer to use for loops when we know how many iterations a loop will do.
571
A
Appendix A
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
}
}
572
*/
*/
*/
*/
*/
ARGUMENTS
p_tcb
is a pointer to the tasks OS_TCB to use. It is assumed that storage for the TCB of
the task will be allocated by the user code. You can declare a global variable
as follows, and pass a pointer to this variable to OSTaskCreate():
OS_TCB MyTaskTCB;
p_name
p_task
is a pointer to the task (i.e., the name of the function that defines the task).
p_arg
prio
is the task priority. The lower the number, the higher the priority (i.e., the
importance) of the task. If OS_CFG_ISR_POST_DEFERRED_EN is set to 1, the user
cannot use priority 0.
Task priority must also have a lower number than OS_CFG_PRIO_MAX-Priorities
0, 1, OS_CFG_PRIO_MAX-2 and OS_CFG_PRIO_MAX-1 are reserved. In other
words, a task should have a priority between 2 and OOS_CFG_PRIO_MAX-3,
inclusively.
573
A
Appendix A
p_stk_base is a pointer to the tasks stack base address. The tasks stack is used to store
local variables, function parameters, return addresses, and possibly CPU
registers during an interrupt.
6WDFN
/RZ0HPRU\
SBVWNBEDVH
SBVWNBOLPLW
VWNBVL]H
+LJK0HPRU\
26B67.
stk_limit is used to locate, within the tasks stack, a watermark limit that can be used to
monitor and ensure that the stack does not overflow.
If the processor does not have hardware stack overflow detection, or this
feature is not implemented in software by the port developer, this value may be
used for other purposes. For example, some processors have two stacks, a
hardware and a software stack. The hardware stack typically keeps track of
function call nesting and the software stack is used to pass function arguments.
stk_limit may be used to set the size of the hardware stack as shown below.
Stack
(RAM)
Low Memory
p_stk_base
stk_limit
Hardware
Stack
stk_size
Software
Stack
High Memory
CPU_STK
stk_size
specifies the size of the tasks stack in number of elements. If CPU_STK is set to
CPU_INT08U (see os_type.h), stk_size corresponds to the number of bytes
available on the stack. If CPU_STK is set to CPU_INT16U, then stk_size
contains the number of 16-bit entries available on the stack. Finally, if CPU_STK
is set to CPU_INT32U, stk_size contains the number of 32-bit entries available
on the stack.
575
A
Appendix A
q_size
time_quanta
the amount of time (in clock ticks) for the time quanta when
round robin is enabled. If you specify 0, then the default time
quanta will be used which is the tick rate divided by 10.
p_ext
opt
contains task-specific options. Each option consists of one bit. The option is
selected when the bit is set. The current version of C/OS-III supports the
following options:
OS_OPT_TASK_NONE
OS_OPT_TASK_STK_CHK
OS_OPT_TASK_STK_CLR
OS_OPT_TASK_SAVE_FP
p_err
576
OS_ERR_STK_INVALID
if OS_CFG_ARG_CHK_EN is set to 1 in
os_cfg.h: if specifying a NULL pointer for
p_stk_base.
OS_ERR_STK_SIZE_INVALID
if OS_CFG_ARG_CHK_EN is set to 1 in
os_cfg.h: if specifying a stack size smaller
than what is currently specified by
OS_CFG_STK_SIZE_MIN (see the os_cfg.h).
OS_ERR_TASK_CREATE_ISR
if OS_CFG_CALLED_FROM_ISR_CHK_EN set to 1
in os_cfg.h: if attempting to create the task
from an ISR.
OS_ERR_TASK_INVALID
if OS_CFG_ARG_CHK_EN is set to 1 in
os_cfg.h: if specifying a NULL pointer for
p_task
OS_ERR_TCB_INVALID
if OS_CFG_ARG_CHK_EN is set to 1 in
os_cfg.h: if specifying a NULL pointer for
p_tcb.
OS_ERR_ILLEGAL_CREATE_RUN_TIME if
OS_SAFETY_CRITICAL_IEC61508
is
defined: you called this after calling
OSSafetyCriticalStart() and thus you are
no longer allowed to create additional kernel
objects.
RETURNED VALUE
None
NOTES/WARNINGS
A task must always invoke one of the services provided by C/OS-III to wait for time to
expire, suspend the task, or wait on an object (wait on a message queue, event flag,
mutex, semaphore, a signal or a message to be sent directly to the task). This allows
other tasks to gain control of the CPU.
577
A
Appendix A
EXAMPLE
OSTaskCreate() can be called from main() (in C), or a previously created task.
OS_TCB MyTaskTCB;
CPU_STK MyTaskStk[200];
/*
*/
/*
*/
(1)
578
In order to create a task, you need to allocate storage for a TCB and pass a
pointer to this TCB to OSTaskCreate().
(2)
You can assign an ASCII name to the task by passing a pointer to an ASCII
string. The ASCII string may be allocated in code space (i.e., ROM), or data
space (i.e., RAM). In either case, it is assumed that the code can access that
memory. The ASCII string must be NUL terminated.
(3)
(4)
To provide additional data to MyTask(), you can pass a pointer to such data. In
this case, MyTask() did not need such data and therefore, a NULL pointer is
passed.
(5)
The user must assign a priority to the task. The priority specifies the
importance of this task with respect to other tasks. A low-priority value
indicates a high priority. Priority 0 is the highest priority (reserved for an
internal task) and a priority up to OS_CFG_PRIO_MAX-3 can be specified (see
os_cfg.h). Note that OS_CFG_PRIO_MAX-1 is also reserved for an internal task,
the idle task.
(6)
The next argument specifies the base address of the tasks stack. In this case,
it is simply the base address of the array MyTaskStk[]. Note that it is possible
to simply specify the name of the array. I prefer to make it clear by writing
&MyTaskStk[0].
(7)
This argument sets the watermark limit for stack growth. If the processor port
does not use this field then you can set this value to 0.
(8)
C/OS-III also needs to know the size of the stack for the task. This allows
C/OS-III to perform stack checking at run time. This argument represents the
number of CPU_STK elements, not the number of bytes.
(9)
(10)
This argument specifies how much time (in number of ticks) this task will run
on the CPU before C/OS-III will force the CPU away from this task and run
the next task at the same priority (if there are more than one task at the same
priority that is ready-to-run).
579
A
Appendix A
(11)
C/OS-III allows the user to extend the capabilities of the TCB by allowing
passing a pointer to some memory location that could contain additional
information about the task. For example, there may be a CPU that supports
floating-point math and the user would likely need to save the floating-point
registers during a context switch. This pointer could point to the storage area
for these registers.
(12)
When creating a task, options must be specified. Specifically, such options as,
whether the stack of the task will be cleared (i.e., filled with 0x00) when the
task is created (OS_OPT_TASK_STK_CLR), whether C/OS-III will be allowed to
check for stack usage (OS_OPT_TASK_STK_CHK), whether the CPU supports
floating-point math, and whether the task will make use of the floating-point
registers and therefore need to save and restore them during a context switch
(OS_OPT_TASK_SAVE_FP). The options are additive.
(13)
Most of C/OS-IIIs services return an error code indicating the outcome of the
call. The error code is always returned as a pointer to a variable of type
OS_ERR. The user must allocate storage for this variable prior to calling
OSTaskCreate().
(14)
It is highly recommended that the user examine the error code whenever
calling a C/OS-III function. If the call is successful, the error code will always
be OS_ERR_NONE. If the call is not successful, the returned code will indicate
the reason for the failure (see OS_ERR_??? in os.h).
580
A-59 OSTaskCreateHook()
void OSTaskCreateHook (OS_TCB *p_tcb)
;
File
Called from
Code enabled by
os_cpu_c.c
OSTaskCreate() ONLY
N/A
This function is called by OSTaskCreate() after initializing the OS_TCB fields and setting up
the stack frame for the task, just before adding the task to the ready list. When
OSTaskCreateHook() is called, all of the OS_TCB fields are assumed to be initialized.
OSTaskCreateHook() is part of the CPU port code and this function must not be called by
the application code. OSTaskCreateHook() is actually used by the C/OS-III port
developer.
You can use this hook to initialize and store the contents of oating-point registers, MMU
registers, or anything else that can be associated with a task. Typically, you would store this
additional information in memory allocated by the application.
ARGUMENTS
p_tcb
is a pointer to the TCB of the task being created. Note that the OS_TCB has
been validated by OSTaskCreate() and is guaranteed to not be a NULL pointer
when OSTaskCreateHook() is called.
RETURNED VALUE
None
NOTES/WARNINGS
Do not call this function from the application.
EXAMPLE
The code below calls an application-specific hook that the application programmer can
define. The user can simply set the value of OS_AppTaskCreateHookPtr to point to the
desired hook function as shown in the example. OSTaskCreate() calls
581
A
Appendix A
/* os_app_hooks.c
*/
/* os_app_hooks.c
*/
582
/* os_cpu_c.c
*/
A-60 OSTaskDel()
void OSTaskDel (OS_TCB *p_tcb,
OS_ERR *p_err)
File
Called from
Code enabled by
os_task.c
Task only
OS_CFG_TASK_DEL_EN
When a task is no longer needed, it can be deleted. Deleting a task does not mean that the
code is removed, but that the task code is no longer managed by C/OS-III. OSTaskDel()
can be used when creating a task that will only run once. In this case, the task must not
return but instead call OSTaskDel((OS_TCB *)0, &err) which specifies to C/OS-III to
delete the currently running task.
A task may also delete another task by specifying to OSTaskDel() the address of the
OS_TCB of the task to delete.
Once a task is deleted, its OS_TCB and stack may be reused to create another task. This
assumes that the tasks stack requirement of the new task is satisfied by the stack size of the
deleted task.
Even though C/OS-III allows the user to delete tasks at run time, it is recommend that such
actions be avoided. Why? Because a task can own resources that are shared with other
tasks. Deleting the task that owns resource(s) without first relinquishing the resources could
lead to strange behaviors and possible deadlocks.
ARGUMENTS
p_tcb
is a pointer to the TCB of the task to delete or, you can pass a NULL pointer to
specify that the calling task delete itself. If deleting the calling task, the
scheduler will be invoked so that the next highest-priority task is executed.
p_err
A
Appendix A
OS_ERR_TASK_DEL_IDLE
OS_ERR_TASK_DEL_ISR
OS_ERR_TASK_DEL_INVALID
RETURNED VALUE
None
NOTES/WARNINGS
OSTaskDel() verifies that the user is not attempting to delete the C/OS-III idle task
and the ISR handler task.
584
EXAMPLE
OS_TCB
MyTaskTCB;
err;
while (DEF_ON) {
:
:
OSTaskDel(&MyTaskTCB,
&err);
/* Check err */
:
:
}
}
585
A
Appendix A
A-61 OSTaskDelHook()
void OSTaskDelHook (OS_TCB *p_tcb);
File
Called from
Code enabled by
os_cpu_c.c
OSTaskDel() only
N/A
This function is called by OSTaskDel() after the task is removed from the ready list or any
pend list.
You can use this hook to deallocate storage assigned to the task.
OSTaskDelHook() is part of the CPU port code and this function must not be called by the
application code. OSTaskDelHook() is actually used by the C/OS-III port developer.
ARGUMENTS
p_tcb
is a pointer to the TCB of the task being created. Note that the OS_TCB has
been validated by OSTaskDel() and is guaranteed to not be a NULL pointer
when OSTaskDelHook() is called.
RETURNED VALUE
None
NOTES/WARNINGS
Do not call this function from the application.
EXAMPLE
The code below calls an application-specific hook that the application programmer can
define. The user can simply set the value of OS_AppTaskDelHookPtr to point to the desired
hook function. OSTaskDel() calls OSTaskDelHook() which in turns calls
App_OS_TaskDelHook() through OS_AppTaskDelHookPtr. As can be seen, when called,
the application hook is passed the address of the OS_TCB of the task being deleted.
586
void
/* os_app_hooks.c
*/
{
/* Your code goes here! */
}
/* os_app_hooks.c
*/
/* os_cpu_c.c
*/
{
CPU_SR_ALLOC();
CPU_CRITICAL_ENTER();
:
OS_AppTaskDelHookPtr = App_OS_TaskDelHook;
:
CPU_CRITICAL_EXIT();
}
587
A
Appendix A
A-62 OSTaskQFlush()
OS_MSG_QTY OSTaskQFlush (OS_TCB
*p_tcb,
OS_ERR *p_err)
File
Called from
Code enabled by
os_task.c
Task only
OS_CFG_TASK_Q_EN
OSTaskQFlush() empties the contents of the task message queue and eliminates all
messages sent to the queue. OS_MSGs from the queue are simply returned to the free pool
of OS_MSGs.
ARGUMENTS
p_tcb
is a pointer to the TCB of the task that contains the queue to flush. Specifying a
NULL pointer tells OSTaskQFlush() to flush the queue of the calling tasks
built-in message queue.
p_err
RETURNED VALUE
The number of OS_MSG entries freed from the message queue. Note that the OS_MSG entries
are returned to the free pool of OS_MSGs.
NOTES/WARNINGS
588
Use this function with great care. When flushing a queue, you lose the references to
what the queue entries are pointing to, potentially causing 'memory leaks'. The data
that the user is pointing to that is referenced by the queue entries should, most likely,
be de-allocated (i.e., freed).
EXAMPLE
err;
(void)&p_arg;
while (DEF_ON) {
:
:
entries = OSTaskQFlush((OS_TCB *)0,
&err);
/* Check err */
:
:
}
}
or, to flush a queue that contains entries, instead you can use OSTaskQPend() and specify
the OS_OPT_PEND_NON_BLOCKING option.
(void)&p_arg;
:
do {
OSTaskQPend(0,
OS_OPT_PEND_NON_BLOCKING,
&msg_size,
&ts,
&err);
} while (err != OS_ERR_PEND_WOULD_BLOCK);
:
:
}
589
A
Appendix A
A-63 OSTaskQPend()
void *OSTaskQPend (OS_TICK
timeout,
OS_OPT
opt,
OS_MSG_SIZE *p_msg_size,
CPU_TS
*p_ts,
OS_ERR
*p_err)
File
Called from
Code enabled by
os_task.c
Task only
OS_CFG_TASK_Q_EN and
OS_CFG_MSG_EN
OSTaskQPend() allows a task to receive messages directly from an ISR or another task,
without going through an intermediate message queue. In fact, each task has a built-in
message queue if the configuration constant OS_CFG_TASK_Q_EN is set to The messages
received are pointer-sized variables, and their use is application specific. If at least one
message is already present in the message queue when OSTaskQPend() is called, the
message is retrieved and returned to the caller.
If no message is present in the tasks message queue and OS_OPT_PEND_BLOCKING is
specified for the opt argument, OSTaskQPend() suspends the current task (assuming the
scheduler is not locked) until either a message is received, or a user-specified timeout
expires. A pended task that is suspended with OSTaskSuspend() can receive messages.
However, the task remains suspended until it is resumed by calling OSTaskResume().
If no message is present in the tasks message queue and OS_OPT_PEND_NON_BLOCKING is
specified for the opt argument, OSTaskQPend() returns to the caller with an appropriate
error code and returns a NULL pointer.
ARGUMENTS
timeout
590
allows the task to resume execution if a message is not received from a task or
an ISR within the specified number of clock ticks. A timeout value of 0
indicates that the task wants to wait forever for a message. The timeout value is
not synchronized with the clock tick. The timeout count starts decrementing on
the next clock tick, which could potentially occur immediately.
opt
determines whether or not the user wants to block if a message is not available
in the tasks queue. This argument must be set to either:
OS_OPT_PEND_BLOCKING, or
OS_OPT_PEND_NON_BLOCKING
Note that the timeout argument should be set to 0 when
OS_OPT_PEND_NON_BLOCKING is specified, since the timeout value is irrelevant
using this option.
p_msg_size is a pointer to a variable that will receive the size of the message.
p_ts
is a pointer to a timestamp indicating when the tasks queue was posted, or the
pend aborted. Passing a NULL pointer is valid and indicates that the timestamp
is not necessary.
A timestamp is useful when the task must know when the task message queue
was posted, or how long it took for the task to resume after the task message
queue was posted. In the latter case, call OS_TS_GET() and compute the
difference between the current value of the timestamp and *p_ts. In other
words:
delta = OS_TS_GET() - *p_ts;
p_err
OS_ERR_PEND_WOULD_BLOCK
if a message is received.
if OS_CFG_ARG_CHK_EN set to 1 in os_cfg.h:
if you specified an invalid option.
if the pend was aborted because another task
called OSTaskQPendAbort().
if OS_CFG_CALLED_FROM_ISR_CHK_EN set to 1
in os_cfg.h: if calling this function from an
ISR.
if calling this function with the opt argument
set to OS_OPT_PEND_NON_BLOCKING and no
message is in the tasks message queue.
591
A
Appendix A
OS_ERR_PTR_INVALID
OS_ERR_SCHED_LOCKED
OS_ERR_TIMEOUT
RETURNED VALUE
The message if no error or a NULL pointer upon error. You should examine the error code
since it is possible to send NULL pointer messages. In other words, a NULL pointer does not
mean an error occurred. *p_err must be examined to determine the reason for the error.
NOTES/WARNINGS
Do not call OSTaskQPend() from an ISR.
EXAMPLE
(void)&p_arg;
while (DEF_ON) {
:
:
p_msg = OSTaskQPend(100,
OS_OPT_PEND_BLOCKING,
&msg_size,
&ts,
&err);
/* Check err */
:
:
}
}
592
A-64 OSTaskQPendAbort()
CPU_BOOLEAN OSTaskQPendAbort (OS_TCB *p_tcb,
OS_OPT
opt,
OS_ERR *p_err)
File
Called from
Code enabled by
os_q.c
Task only
OS_CFG_TASK_Q_EN and
OS_CFG_TASK_Q_PEND_ABORT_EN
OSTaskQPendAbort() aborts and readies a task currently waiting on its built-in message
queue. This function should be used to fault-abort the wait on the tasks message queue,
rather than to normally signal the message queue via OSTaskQPost().
ARGUMENTS
p_tcb
is a pointer to the task for which the pend needs to be aborted. Note that it
doesnt make sense to pass a NULL pointer or the address of the calling tasks
TCB since, by definition, the calling task cannot be pending.
opt
p_err
No option specified.
specifies that the scheduler should not be
called even if the pend of a higher priority
task has been aborted. Scheduling will need
to occur from another function.
Use this option if the task calling
OSTaskQPendAbort() will do additional
pend aborts, rescheduling will take place
when completed, and multiple pend aborts
should take effect simultaneously.
593
A
Appendix A
OS_ERR_PEND_ABORT_ISR
OS_ERR_PEND_ABORT_NONE
OS_ERR_PEND_ABORT_SELF
if OS_CFG_CALLED_FROM_ISR_CHK_EN set to 1
in os_cfg.h: if called from an ISR
if the task was not pending on the tasks
message queue.
if OS_CFG_ARG_CHK_EN is set to 1 in
os_cfg.h: if p_tcb is a NULL pointer. The
user is attempting to pend abort the calling
task which makes no sense as the caller, by
definition, is not pending.
RETURNED VALUE
OSTaskQPendAbort() returns DEF_TRUE if the task was made ready-to-run by this function.
DEF_FALSE indicates that the task was not pending, or an error occurred.
NOTES/WARNINGS
None
EXAMPLE
OS_TCB
CommRxTaskTCB;
(void)&p_arg;
while (DEF_ON) {
:
:
aborted = OSTaskQPendAbort(&CommRxTaskTCB,
OS_OPT_POST_NONE,
&err);
/* Check err */
:
:
}
}
594
A-65 OSTaskQPost()
void OSTaskQPost (OS_TCB
void
OS_MSG_SIZE
OS_OPT
OS_ERR
*p_tcb,
*p_void,
msg_size,
opt,
*p_err)
File
Called from
Code enabled by
os_q.c
Task or ISR
OS_CFG_TASK_Q_EN and
OS_CFG_MSG_EN
OSTaskQPost() sends a message to a task through its local message queue. A message is a
pointer-sized variable, and its use is application specific. If the tasks message queue is full,
an error code is returned to the caller. In this case, OSTaskQPost() immediately returns to
its caller, and the message is not placed in the message queue.
If the task receiving the message is waiting for a message to arrive, it will be made ready-torun. If the receiving task has a higher priority than the task sending the message, the higherpriority task resumes, and the task sending the message is suspended; that is, a context
switch occurs. A message can be posted as first-in first-out (FIFO), or last-in-first-out (LIFO),
depending on the value specified in the opt argument. In either case, scheduling occurs
unless opt is set to OS_OPT_POST_NO_SCHED.
ARGUMENTS
p_tcb
is a pointer to the TCB of the task. Note that it is possible to post a message to
the calling task (i.e., self) by specifying a NULL pointer, or the address of its
TCB.
p_void
is the actual message sent to the task. p_void is a pointer-sized variable and its
meaning is application specific.
msg_size
595
A
Appendix A
opt
determines the type of POST performed. Of course, it does not make sense to
post LIFO and FIFO simultaneously, so these options are exclusive:
OS_OPT_POST_FIFO
OS_OPT_POST_LIFO
OS_OPT_POST_NO_SCHED
p_err
RETURNED VALUE
None
NOTES/WARNINGS
None
596
EXAMPLE
OS_TCB
CPU_INT08U
CommRxTaskTCB;
CommRxBuf[100];
err;
(void)&p_arg;
while (DEF_ON) {
:
OSTaskQPost(&CommRxTaskTCB,
(void *)&CommRxBuf[0],
sizeof(CommRxBuf),
OS_OPT_POST_FIFO,
&err);
/* Check err */
:
}
}
597
A
Appendix A
A-66 OSTaskRegGet()
OS_REG OSTaskRegGet (OS_TCB
*p_tcb,
OS_REG_ID
id,
OS_ERR
*p_err)
File
Called from
Code enabled by
os_task.c
Task only
OS_CFG_TASK_REG_TBL_SIZE > 0
C/OS-III allows the user to store task-specific values in task registers. Task registers are
different than CPU registers and are used to save such information as errno, which are
common in software components. Task registers can also store task-related data to be
associated with the task at run time such as I/O register settings, configuration values, etc. A
task may have as many as OS_CFG_TASK_REG_TBL_SIZE registers, and all registers have a
data type of OS_REG. However, OS_REG can be declared at compile time (see os_type.h) to
be nearly anything (8-, 16-, 32-, 64-bit signed or unsigned integer, or floating-point).
As shown below, a task register is changed by calling OSTaskRegSet() and read by calling
OSTaskRegGet(). The desired task register is specified as an argument to these functions
and can take a value between 0 and OS_CFG_TASK_REG_TBL_SIZE-1.
7DVN5HJ>@
>@
267DVN5HJ6HW
267DVN5HJ*HW
>26B&)*B7$6.B5(*B7%/B6,=(@
26B5(*
598
ARGUMENTS
p_tcb
is a pointer to the TCB of the task the user is receiving a task-register value
from. A NULL pointer indicates that the user wants the value of a task register of
the calling task.
id
is the identifier of the task register and valid values are from 0 to
OS_CFG_TASK_REG_TBL_SIZE-1.
p_err
RETURNED VALUE
The current value of the task register.
NOTES/WARNINGS
None
599
A
Appendix A
EXAMPLE
OS_TCB
MyTaskTCB;
err;
reg;
while (DEF_ON) {
:
reg = OSTaskRegGet(&MyTaskTCB,
5,
&err);
/* Check err */
:
}
}
600
A-67 OSTaskRegSet()
void OSTaskRegSet (OS_TCB
*p_tcb,
OS_REG_ID
id,
OS_REG
value,
OS_ERR
*p_err)
File
Called from
Code enabled by
os_task.c
Task only
OS_CFG_TASK_REG_TBL_SIZE > 0
C/OS-III allows the user to store task-specific values in task registers. Task registers are
different than CPU registers and are used to save such information as errno, which are
common in software components. Task registers can also store task-related data to be
associated with the task at run time such as I/O register settings, configuration values, etc. A
task may have as many as OS_CFG_TASK_REG_TBL_SIZE registers, and all registers have a
data type of OS_REG. However, OS_REG can be declared at compile time to be nearly
anything (8-, 16-, 32-, 64-bit signed or unsigned integer, or floating-point).
As shown below, a task register is changed by calling OSTaskRegSet(), and read by calling
OSTaskRegGet(). The desired task register is specified as an argument to these functions
and can take a value between 0 and OS_CFG_TASK_REG_TBL_SIZE-1.
7DVN5HJ>@
>@
267DVN5HJ6HW
267DVN5HJ*HW
>26B&)*B7$6.B5(*B7%/B6,=(@
26B5(*
601
A
Appendix A
ARGUMENTS
p_tcb
is a pointer to the TCB of the task you are setting. A NULL pointer indicates that
the user wants to set the value of a task register of the calling task.
id
is the identifier of the task register and valid values are from 0 to
OS_CFG_TASK_REG_TBL_SIZE-1.
value
p_err
RETURNED VALUE
None
NOTES/WARNINGS
None
602
EXAMPLE
OS_TCB
MyTaskTCB;
err;
while (DEF_ON) {
:
reg = OSTaskRegSet(&MyTaskTCB,
5,
23,
&err);
/* Check err */
:
}
}
603
A
Appendix A
A-68 OSTaskReturnHook()
void OSTaskReturnHook (void);
File
Called from
Code enabled by
os_cpu_c.c
OS_TaskReturn() ONLY
N/A
ARGUMENTS
p_tcb
is a pointer to the TCB of the task that is not behaving as expected. Note that
the OS_TCB is validated by OS_TaskReturn(), and is guaranteed to not be a
NULL pointer when OSTaskReturnHook() is called.
RETURNED VALUE
None
NOTES/WARNINGS
Do not call this function from the application.
604
EXAMPLE
The code below calls an application-specific hook that the application programmer can
define. For this, the user can simply set the value of OS_AppTaskReturnHookPtr to point to
the desired hook function as shown in the example. If a task returns and forgets to call
OSTaskDel((OS_TCB *)0, &err) then C/OS-III will call OSTaskReturnHook() which in
turns calls App_OS_TaskReturnHook() through OS_AppTaskReturnHookPtr. When called,
the application hook is passed the address of the OS_TCB of the task returning.
*p_tcb)
/* os_app_hooks.c
*/
/* os_app_hooks.c
*/
CPU_CRITICAL_ENTER();
:
OS_AppTaskReturnHookPtr = App_OS_TaskReturnHook;
:
CPU_CRITICAL_EXIT();
}
/* os_cpu_c.c
*/
605
A
Appendix A
A-69 OSTaskResume()
void OSTaskResume (OS_TCB *p_tcb,
OS_ERR *p_err)
File
Called from
Code enabled by
os_task.c
Task only
OS_CFG_TASK_SUSPEND_EN
ARGUMENTS
p_tcb
is a pointer to the TCB of the task that is resuming. A NULL pointer is not a valid
value as one cannot resume the calling task because, by definition, the calling
task is running and is not suspended.
p_err
606
OS_ERR_TASK_RESUME_SELF
OS_ERR_TASK_NOT_SUSPENDED
if OS_CFG_ARG_CHK_EN is set to 1 in
os_cfg.h: if passing a NULL pointer for p_tcb
or, a pointer to the current TCB. It is not
possible to resume the calling task since, if
suspended, it cannot be executing.
if the task attempting to be resumed is not
suspended.
RETURNED VALUE
None
NOTES/WARNINGS
None
EXAMPLE
OS_TCB
TaskY;
while (DEF_ON) {
:
:
OSTaskResume(&TaskY,
&err);
/* Check err */
:
:
}
*/
607
A
Appendix A
A-70 OSTaskSemPend()
OS_SEM_CTR OSTaskSemPend (OS_TICK
timeout,
OS_OPT
opt,
CPU_TS
*p_ts,
OS_ERR
*p_err)
File
Called from
Code enabled by
os_task.c
Task only
Always enabled
OSTaskSemPend() allows a task to wait for a signal to be sent by another task or ISR
without going through an intermediate object such as a semaphore. If the task was
previously signaled when OSTaskSemPend() is called then, the caller resumes.
If no signal was received by the task and OS_OPT_PEND_BLOCKING is specified for the opt
argument, OSTaskSemPend() suspends the current task until either a signal is received, or a
user-specified timeout expires. A pended task suspended with OSTaskSuspend() can
receive signals. However, the task remains suspended until it is resumed by calling
OSTaskResume().
If no signals were sent to the task and OS_OPT_PEND_NON_BLOCKING was specified for the
opt argument, OSTaskSemPend() returns to the caller with an appropriate error code and
returns a signal count of 0.
ARGUMENTS
timeout
allows the task to resume execution if a signal is not received from a task or an
ISR within the specified number of clock ticks. A timeout value of 0 indicates
that the task wants to wait forever for a signal. The timeout value is not
synchronized with the clock tick. The timeout count starts decrementing on the
next clock tick, which could potentially occur immediately.
opt
determines whether the user wants to block or not, if a signal was not sent to
the task. Set this argument to either:
OS_OPT_PEND_BLOCKING, or
OS_OPT_PEND_NON_BLOCKING
608
p_err
OS_ERR_PEND_WOULD_BLOCK
OS_ERR_SCHED_LOCKED
OS_ERR_TIMEOUT
if a signal is received.
if the pend was aborted because another task
called OSTaskSemPendAbort().
if OS_CFG_CALLED_FROM_ISR_CHK_EN set to 1
in os_cfg.h: if calling this function from an
ISR.
if calling this function with the opt argument
set to OS_OPT_PEND_NON_BLOCKING, and no
signal was received.
if calling this function when the scheduler is
locked and the user wanted the task to block.
if a signal is not received within the specified
timeout.
RETURNED VALUE
The current value of the signal counter after it has been decremented. In other words, the
number of signals still remaining in the signal counter.
609
A
Appendix A
NOTES/WARNINGS
Do not call OSTaskSemPend() from an ISR.
EXAMPLE
(void)&p_arg;
while (DEF_ON) {
:
ctr = OSTaskSemPend(100,
OS_OPT_PEND_BLOCKING,
&ts,
&err);
/* Check err */
:
}
}
610
A-71 OSTaskSemPendAbort()
CPU_BOOLEAN OSTaskSemPendAbort (OS_TCB *p_tcb,
OS_OPT
opt,
OS_ERR *p_err)
File
Called from
Code enabled by
os_task.c
Task only
OS_CFG_TASK_SEM_PEND_ABORT_EN
ARGUMENTS
p_tcb
is a pointer to the task for which the pend must be aborted. Note that it does
not make sense to pass a NULL pointer or the address of the calling tasks TCB
since, by definition, the calling task cannot be pending.
opt
p_err
OS_ERR_NONE
OS_ERR_PEND_ABORT_ISR
OS_ERR_PEND_ABORT_NONE
A
Appendix A
OS_ERR_PEND_ABORT_SELF
RETURNED VALUE
OSTaskSemPendAbort() returns DEF_TRUE if the task was made ready-to-run by this
function. DEF_FALSE indicates that the task was not pending, or an error occurred.
NOTES/WARNINGS
None
EXAMPLE
OS_TCB
CommRxTaskTCB;
(void)&p_arg;
while (DEF_ON) {
:
:
aborted = OSTaskSemPendAbort(&CommRxTaskTCB,
OS_OPT_POST_NONE,
&err);
/* Check err */
:
:
}
}
612
A-72 OSTaskSemPost()
OS_SEM_CTR OSTaskSemPost (OS_TCB
OS_OPT
OS_ERR
*p_tcb,
opt,
*p_err)
File
Called from
Code enabled by
os_task.c
Task or ISR
Always enabled
ARGUMENTS
p_tcb
is a pointer to the TCB of the task being signaled. A NULL pointer indicates that
the user is sending a signal to itself.
opt
613
A
Appendix A
p_err
RETURNED VALUE
The current value of the tasks signal counter, or 0 if called from an ISR and
OS_CFG_ISR_POST_DEFERRED_EN is set to 1.
NOTES/WARNINGS
None
EXAMPLE
OS_TCB
CommRxTaskTCB;
(void)&p_arg;
while (DEF_ON) {
:
ctr = OSTaskSemPost(&CommRxTaskTCB,
OS_OPT_POST_NONE,
&err);
/* Check err */
:
}
}
614
A-73 OSTaskSemSet()
OS_SEM_CTR OSTaskSemSet (OS_TCB
*p_tcb,
OS_SEM_CTR cnt;
OS_ERR
*p_err)
File
Called from
Code enabled by
os_task.c
Task or ISR
Always Enabled
OSTaskSemSet() allows the user to set the value of the tasks signal counter. You would set
the signal counter of the calling task by passing a NULL pointer for p_tcb.
ARGUMENTS
p_tcb
is a pointer to the tasks OS_TCB to clear the signal counter. A NULL pointer
indicates that the user wants to clear the callers signal counter.
cnt
p_err
RETURNED VALUE
The value of the signal counter prior to setting it.
NOTES/WARNINGS
None
615
A
Appendix A
EXAMPLE
OS_TCB
TaskY;
while (DEF_ON) {
:
:
OSTaskSemSet(&TaskY,
0,
&err);
/* Check err */
:
:
}
}
616
A-74 OSStatTaskHook()
void OSStatTaskHook (void);
File
Called from
Code enabled by
os_cpu_c.c
OS_StatTask() ONLY
OS_CFG_TASK_STAT_EN
ARGUMENTS
None
RETURNED VALUE
None
NOTES/WARNINGS
Do not call this function from the application.
EXAMPLE
The code below calls an application-specific hook that the application programmer can
define. The user can simply set the value of OS_AppStatTaskHookPtr to point to the
desired hook function as shown in the example. The statistic task calls OSStatTaskHook()
which in turns calls App_OS_StatTaskHook() through OS_AppStatTaskHookPtr.
617
A
Appendix A
void
App_OS_StatTaskHook (void)
/* os_app_hooks.c
*/
/* os_app_hooks.c
*/
{
/* Your code goes here! */
}
618
/* os_cpu_c.c
*/
A-75 OSTaskStkChk()
void OSTaskStkChk (OS_TCB
CPU_STK_SIZE
CPU_STK_SIZE
OS_ERR
*p_tcb,
*p_free,
*p_used,
*p_err)
File
Called from
Code enabled by
os_task.c
Task only
OS_CFG_TASK_STAT_CHK_EN
ARGUMENTS
p_tcb
is a pointer to the TCB of the task where the stack is being checked. A NULL
pointer indicates that the user is checking the calling tasks stack.
p_free
p_used
619
A
Appendix A
p_err
OS_ERR_TASK_NOT_EXIST
OS_ERR_TASK_OPT
OS_ERR_TASK_STK_CHK_ISR
RETURNED VALUE
None
NOTES/WARNINGS
Execution time of this task depends on the size of the tasks stack.
The application can determine the total task stack space (in number of CPU_STK
elements) by adding the value of *p_free and *p_used. This number should add up to
the tasks stack size which is stored in the .StkSize field of the OS_TCB of the task.
620
EXAMPLE
OS_TCB
MyTaskTCB;
err;
n_free;
n_used;
(void)&p_arg;
while (DEF_ON) {
:
:
OSTaskStkChk(&MyTaskTCB,
&n_free,
&n_used,
&err);
/* Check err */
:
:
}
}
621
A
Appendix A
A-76 OSTaskStkInit()
void OSTaskStkInit (OS_TASK_PTR
p_task,
void
*p_arg,
CPU_STK
*p_stk_base,
CPU_STK
*p_stk_limit,
CPU_STK_SIZE
stk_size,
OS_OPT
opt);
File
Called from
Code enabled by
os_cpu_c.c
OSTaskCreate() ONLY
N/A
This function is called by OSTaskCreate() to setup the stack frame of the task being
created. Typically, the stack frame will look as if an interrupt just occurred, and all CPU
registers were pushed onto the tasks stack. The stacking order of CPU registers is very CPU
specific.
OSTaskStkInit() is part of the CPU port code and this function must not be called by the
application code. OSTaskStkInit() is actually defined by the C/OS-III port developer.
ARGUMENTS
p_task
is the address of the task being created (see MyTask() below). Tasks must be
declared as follows:
void
MyTask (void *p_arg)
{
/* Do something with p_arg (optional) */
while (DEF_ON) {
/* Wait for an event to occur */
/* Do some work
*/
}
}
622
Or,
void
{
MyTask (void
OS_ERR
*p_arg)
err;
p_arg
is the argument that the task will receive when the task first start (see code
above).
p_stk_base is the base address of the tasks stack. This is typically the lowest address of the
area of storage reserved for the task stack. In other words, if declaring the tasks
stack as follows:
CPU_STK
MyTaskStk[100];
is the size of the tasks stack in number of CPU_STK elements. In the example
above, the stack size is 100.
opt
623
A
Appendix A
RETURNED VALUE
The new top of stack after the tasks stack is initialized. OSTaskStkInit() will place values
on the tasks stack and will return the new pointer for the stack pointer for the task. The
value returned is very processor specific. For some processors, the returned value will point
to the last value placed on the stack while, with other processors, the returned value will
point at the next free stack entry.
NOTES/WARNINGS
Do not call this function from the application.
EXAMPLE
The pseudo code below shows the typical steps performed by this function. Consult an
existing C/OS-III port for examples. Here it is assumed that the stack grows from high
memory to low memory.
CPU_STK
*OSTaskStkInit (OS_TASK_PTR
void
CPU_STK
CPU_STK
CPU_STK_SIZE
OS_OPT
p_task,
*p_arg,
*p_stk_base,
*p_stk_limit,
stk_size,
opt)
{
CPU_STK
*p_stk;
p_stk
= &p_stk_base[stk_size 1u];
(1)
*p_stk-- = Initialize the stack as if an interrupt just occurred; (2)
return (p_stk);
(3)
}
(1)
624
p_stk is set to the top-of-stack. It is assumed that the stack grows from high
memory locations to lower ones. If the stack of the CPU grew from low
memory locations to higher ones, the user would simply set p_stk to point at
the base. However, this also means that it would be necessary to initialize the
stack frame in the opposite direction.
(2)
The CPU registers are stored onto the stack using the same stacking order as
used when an interrupt service routine (ISR) saves the registers at the
beginning of the ISR. The value of the register contents on the stack is typically
not important. However, there are some values that are critical. Specifically, you
need to place the address of the task in the proper location on the stack frame
and it may be important to load the value of the CPU register and possibly pass
the value of p_arg in one of the CPU registers. Finally, if the task is to return
by mistake, it is a good idea to place the address of OS_TaskReturn() in the
proper location on the stack frame. This ensures that a faulty returning task is
intercepted by C/OS-III.
(3)
Finally, your code will need to return the value of the stack pointer at the new
top-of-stack frame. Some processors point to the last stored location, while
others point to the next empty location. You should consult the processor
documentation so that the return value points at the proper location.
Below is an example
OSTaskStkInit().
showing
which
arguments
OSTaskCreate()
passes
to
625
A
Appendix A
CPU_STK
MyTaskStk[100];
OS_TCB
MyTaskTCB;
626
*)&MyTaskTCB,
*)My Task,
/* p_task
of OSTaskStkInit() */
)MyTask,
*)0,
/* p_arg
of OSTaskStkInit() */
)prio,
/* p_stk_base of OSTaskStkInit() */
*)&MyTaskStk[0],
/* p_stk_limit of OSTaskStkInit() */
)10,
)100,
/* stk_size
of OSTaskStkInit() */
)0,
)0,
*)0,
/* opt */
)(OS_OPT_TASK_STK_CLR + OS_OPT_TASK_STK_CHK),
*)&err);
A-77 OSTaskSuspend()
void
File
Called from
Code enabled by
os_task.c
Task only
OS_CFG_TASK_SUSPEND_EN
ARGUMENTS
p_tcb
is a pointer to the TCB of the task the user is suspending. A NULL pointer
indicates suspension of the calling task.
p_err
A
Appendix A
OS_ERR_TASK_SUSPEND_IDLE
RETURNED VALUE
None
NOTES/WARNINGS
EXAMPLE
628
*/
A-78 OSTaskSwHook()
void OSTaskSwHook (void)
File
Called from
Code enabled by
os_cpu_c.c
OSCtxSw() or OSIntCtxSw()
N/A
ARGUMENTS
None
RETURNED VALUES
None
NOTES/WARNINGS
None
EXAMPLE
The code below calls an application specific hook that the application programmer can
define. The user can simply set the value of OS_AppTaskSwHookPtr to point to the desired
hook function. When C/OS-III performs a context switch, it calls OSTaskSwHook() which
in turn calls App_OS_TaskSwHook() through OS_AppTaskSwHookPtr.
629
A
Appendix A
void
App_OS_TaskSwHook (void)
/* os_app_hooks.c
*/
{
/* Your code goes here! */
}
630
/* os_app_hooks.c
*/
void
{
OSTaskSwHook (void)
/* os_cpu_c.c
*/
631
A
Appendix A
A-79 OSTaskTimeQuantaSet()
void
File
Called from
Code enabled by
os_task.c
Task only
OS_CFG_SCHED_ROUND_ROBIN_EN
OSTaskTimeQuantaSet() is used to change the amount of time a task is given when time
slicing multiple tasks running at the same priority.
ARGUMENTS
p_tcb
is a pointer to the TCB of the task for which the time quanta is being set. A
NULL pointer indicates that the user is changing the time quanta for the calling
task.
time_quantaspecifies the amount of time (in ticks) that the task will run when C/OSIII is time slicing between tasks at the same priority. Specifying 0 indicates
that the default time as specified will be used when calling the function
OSSchedRoundRobinCfg(), or OS_CFG_TICK_RATE_HZ / 10 if you never
called OSSchedRoundRobinCfg().
You should not specify a large value for this argument as this means that the
task will execute for that amount of time when multiple tasks are ready-to-run
at the same priority. The concept of time slicing is to allow other equal-priority
tasks a chance to run. Typical time quanta periods should be approximately 10
mS. A too small value results in more overhead because of the additional
context switches.
632
p_err
RETURNED VALUE
None
NOTES/WARNINGS
Do not specify a large value for time_quanta.
EXAMPLE
while (DEF_ON) {
:
:
OSTaskTimeQuantaSet((OS_TCB *)0,
OS_CFG_TICK_RATE_HZ / 4;
&err);
/* Check err */
:
}
}
633
A
Appendix A
A-80 OSTickISR()
void OSTickISR (void)
File
Called from
Code enabled by
os_cpu_a.asm
Tick interrupt
N/A
OSTickISR() is invoked by the tick interrupt, and the function is generally written in
assembly language. However, this depends on how interrupts are handled by the processor.
(see Chapter 9, Interrupt Management on page 175).
ARGUMENTS
None
RETURNED VALUES
None
NOTES/WARNINGS
None
EXAMPLE
The code below indicates how to write OSTickISR() if all interrupts vector to a common
location, and the interrupt handler simply calls OSTickISR(). As indicated, this code can be
written completely in C and can be placed either in os_cpu_c.c of the C/OS-III port, or in
the board support package (bsp.c) and be reused by applications using the same BSP.
634
The pseudo code below shows how to write OSTickISR() if each interrupt directly vectors to
its own interrupt handler. The code, in this case, would be written in assembly language and
placed either in os_cpu_a.asm of the C/OS-III port, or in the board support package (bsp.c).
635
A
Appendix A
A-81 OSTimeDly()
void OSTimeDly (OS_TICK dly,
OS_OPT
opt,
OS_ERR *p_err)
File
Called from
Code enabled by
os_time.c
Task only
N/A
OSTimeDly() allows a task to delay itself for an integral number of clock ticks. The delay
can either be relative (delay from current time), periodic (delay occurs at fixed intervals) or
absolute (delay until we reach some time).
In relative mode, rescheduling always occurs when the number of clock ticks is greater than
zero. A delay of 0 means that the task is not delayed, and OSTimeDly() returns immediately
to the caller.
In periodic mode, you must specify a non-zero period otherwise the function returns
immediately with an appropriate error code. The period is specified in ticks.
In absolute mode, rescheduling always occurs since all delay values are valid.
The actual delay time depends on the tick rate (see OS_CFG_TICK_RATE_HZ if
os_cfg_app.h).
ARGUMENTS
dly
636
opt
p_err
OS_ERR_TIME_ZERO_DLY
RETURNED VALUE
None
NOTES/WARNINGS
None
637
A
Appendix A
EXAMPLE
err;
while (DEF_ON) {
:
:
OSTimeDly(10,
OS_OPT_TIME_PERIODIC,
&err);
/* Check err */
:
:
}
}
638
A-82 OSTimeDlyHMSM()
void OSTimeDlyHMSM (CPU_INT16U
CPU_INT16U
CPU_INT16U
CPU_INT32U
OS_OPT
OS_ERR
hours,
minutes,
seconds,
milli,
opt,
*p_err)
File
Called from
Code enabled by
os_time.c
Task only
OS_CFG_TIME_DLY_HMSM_EN
OSTimeDlyHMSM() allows a task to delay itself for a user-specified period that is specified in
hours, minutes, seconds, and milliseconds. This format is more convenient and natural than
simply specifying ticks as in OSTimeDly(). Rescheduling always occurs when at least one of
the parameters is non-zero. The delay is relative from the time this function is called.
C/OS-III allows the user to specify nearly any value when indicating that this function is
not to be strict about the values being passed (opt == OS_OPT_TIME_HMSM_NON_STRICT).
This is a useful feature, for example, to delay a task for thousands of milliseconds.
ARGUMENTS
hours
minutes
is the number of minutes the task is delayed. The valid range of values is 0 to 59
(OS_OPT_TIME_HMSM_STRICT), or 0..9,999 (OS_OPT_TIME_HMSM_NON_STRICT).
Please note that it not recommended to delay a task for tens to hundreds of
minutes because feedback from the task will not be available for such a long
period of time.
seconds
is the number of seconds the task is delayed. The valid range of values is 0 to 59
(OS_OPT_TIME_HMSM_STRICT), or 0..65,535 (OS_OPT_TIME_HMSM_NON_STRICT).
639
A
Appendix A
milli
opt
p_err
RETURNED VALUE
None
640
NOTES/WARNINGS
The total delay (in ticks) must not exceed the maximum acceptable value that an
OS_TICK variable can hold. Typically OS_TICK is a 32-bit value.
EXAMPLE
while (DEF_ON) {
:
:
OSTimeDlyHMSM(0,
0,
1,
0,
OS_OPT_TIME_HMSM_STRICT,
&err);
/* Delay task for 1 second */
/* Check err */
:
:
}
}
641
A
Appendix A
A-83 OSTimeDlyResume()
void OSTimeDlyResume (OS_TCB *p_tcb,
OS_ERR *p_err)
File
Called from
Code enabled by
os_time.c
Task only
OS_CFG_TIME_DLY_RESUME_EN
OSTimeDlyResume() resumes a task that has been delayed through a call to either
OSTimeDly(), or OSTimeDlyHMSM().
ARGUMENTS
p_tcb
is a pointer to the TCB of the task that is resuming. A NULL pointer is not valid
since it would indicate that the user is attempting to resume the current task
and that is not possible as the caller cannot possibly be delayed.
p_err
RETURNED VALUE
None
NOTES/WARNINGS
Do not call this function to resume a task that is waiting for an event with timeout.
642
EXAMPLE
OS_TCB
AnotherTaskTCB;
err;
while (DEF_ON) {
:
OSTimeDlyResume(&AnotherTaskTCB,
&err);
/* Check err */
:
}
}
643
A
Appendix A
A-84 OSTimeGet()
OS_TICK OSTimeGet (OS_ERR *p_err)
File
Called from
Code enabled by
os_time.c
Task or ISR
N/A
OSTimeGet() obtains the current value of the system clock. Specifically, it returns a
snapshot of the variable OSTickCtr. The system clock is a counter of type OS_TICK that
counts the number of clock ticks since power was applied, or since OSTickCtr was last set
by OSTimeSet().
ARGUMENTS
p_err
RETURNED VALUE
The current value of OSTickCtr (in number of ticks).
NOTES/WARNINGS
None
644
EXAMPLE
clk;
err;
while (DEF_ON) {
:
:
clk = OSTimeGet(&err);
/* Check err */
:
:
}
645
A
Appendix A
A-85 OSTimeSet()
void OSTimeSet (OS_TICK ticks,
OS_ERR *p_err)
File
Called from
Code enabled by
os_time.c
Task or ISR
N/A
OSTimeSet() sets the system clock. The system clock (OSTickCtr) is a counter, which has
a data type of OS_TICK, and it counts the number of clock ticks since power was applied, or
since the system clock was last set.
ARGUMENTS
ticks
p_err
RETURNED VALUE
None
NOTES/WARNINGS
You should be careful when using this function because other tasks may depend on the
current value of the tick counter (OSTickCtr). Specifically, a task may delay itself (see
OSTimeDly() and specify to wake up when OSTickCtr reaches a specific value.
646
EXAMPLE
err;
while (DEF_ON) {
:
:
OSTimeSet(0,
&err);
/* Check err */
:
:
}
*/
647
A
Appendix A
A-86 OSTimeTick()
void OSTimeTick (void)
File
Called from
Code enabled by
os_time.c
ISR only
N/A
OSTimeTick() announces that a tick has just occurred, and that time delays and timeouts
need to be updated. This function must be called from the tick ISR.
ARGUMENTS
None
RETURNED VALUE
None
NOTES/WARNINGS
None
EXAMPLE
648
A-87 OSTimeTickHook()
void OSTimeTickHook (void);
File
Called from
Code enabled by
os_cpu_c.c
OSTimeTick() ONLY
N/A
ARGUMENTS
None
RETURNED VALUE
None
NOTES/WARNINGS
Do not call this function from the application.
EXAMPLE
The code below calls an application-specific hook that the application programmer can
define. The user can simply set the value of OS_AppTimeTickHookPtr to point to the
desired hook function OSTimeTickHook() is called by OSTimeTick() which in turn calls
App_OS_TimeTickHook() through the pointer OS_AppTimeTickHookPtr.
649
A
Appendix A
void
App_OS_TimeTickHook (void)
/* os_app_hooks.c
*/
/* os_app_hooks.c
*/
/* os_cpu_c.c
*/
{
/* Your code goes here! */
}
650
A-88 OSTmrCreate()
void OSTmrCreate (OS_TMR
CPU_CHAR
OS_TICK
OS_TICK
OS_OPT
OS_TMR_CALLBACK_PTR
void
OS_ERR
*p_tmr,
*p_name,
dly,
period,
opt,
p_callback,
*p_callback_arg,
*p_err)
File
Called from
Code enabled by
os_tmr.c
Task only
OS_CFG_TMR_EN
OSTmrCreate() allows the user to create a software timer. The timer can be configured
run continuously (opt set to OS_TMR_OPT_PERIODIC), or only once (opt set
OS_TMR_OPT_ONE_SHOT). When the timer counts down to 0 (from the value specified
period), an optional callback function can be executed. The callback can be used
signal a task that the timer expired, or perform any other function. However, it
recommended to keep the callback function as short as possible.
to
to
in
to
is
The timer is created in the stop mode and therefore the user must call OSTmrStart() to
actually start the timer. If configuring the timer for ONE-SHOT mode, and the timer expires,
you need to call OSTmrStart() to retrigger the timer, call OSTmrDel() to delete the timer if
it is not necessary to retrigger it, or not use the timer anymore. Note: you can use the
callback function to delete the timer if using the ONE-SHOT mode.
267PU&UHDWH
7LFNV
267PU6WDUW
SHULRG
WLFNV
7LPH
&DOOEDFN
&DOOHG
&DOOEDFN
&DOOHG
&DOOEDFN
&DOOHG
651
A
Appendix A
7LFNV
267PU6WDUW
SHULRG
WLFNV
7LPH
&DOOEDFN
&DOOHG
&DOOEDFN
&DOOHG
&DOOEDFN
&DOOHG
7LFNV
267PU6WDUW
GO\
WLFNV
7LPH
&DOOEDFN
&DOOHG
652
ARGUMENTS
p_tmr
p_name
dly
specifies the initial delay (specified in timer tick units) used by the timer (see
drawing above). If the timer is configured for ONE-SHOT mode, this is the
timeout used. If the timer is configured for PERIODIC mode, this is the timeout
to wait before the timer enters periodic mode. The units of this time depends
on how often the user will call OSTmrSignal() (see OSTimeTick()). If
OSTmrSignal()
is
called
every
1/10
of
a
second
(i.e.,
OS_CFG_TMR_TASK_RATE_HZ set to 10), dly specifies the number of 1/10 of a
second before the delay expires.
period
specifies the period repeated by the timer if configured for PERIODIC mode.
You would set the period to 0 when using ONE-SHOT mode. The units of
time depend on how often OSTmrSignal() is called. If OSTmrSignal() is
called every 1/10 of a second (i.e., OS_CFG_TMR_TASK_RATE_HZ set to 10), the
period specifies the number of 1/10 of a second before the timer repeats.
opt
p_callback is a pointer to a function that will execute when the timer expires (ONE-SHOT
mode), or every time the period expires (PERIODIC mode). A NULL pointer
indicates that no action is to be performed upon timer expiration. The callback
function must be declared as follows:
void MyCallback (OS_TMR *p_tmr, void *p_arg);
653
A
Appendix A
When called, the callback will be passed the pointer to the timer as well as an
argument (p_callback_arg), which can be used to indicate to the callback
what to do. Note that the user is allowed to call all of the timer related functions
(i.e., OSTmrCreate(), OSTmrDel(), OSTmrStateGet(), OSTmrRemainGet(),
OSTmrStart(), and OSTmrStop()) from the callback function.
Do not make blocking calls within callback functions.
p_callback_arg
p_err
654
RETURNED VALUES
None.
NOTES/WARNINGS
The timer is not started when it is created. To start the timer, simply call OSTmrStart().
EXAMPLE
OS_TMR
CloseDoorTmr;
err;
(void)&p_arg;
while (DEF_ON) {
OSTmrCreate(&CloseDoorTmr,
Door close
10,
100,
OS_OPT_TMR_PERIODIC,
DoorCloseFnct,
0,
&err);
/* Check err */
}
/* p_tmr
/* p_name
/* dly
/* period
/* opt
/* p_callback
/* p_callback_arg
/* p_err
*/
*/
*/
*/
*/
*/
*/
*/
void
DoorCloseFnct (OS_TMR
void
*p_tmr,
*p_arg)
{
/* Close the door! */
}
655
A
Appendix A
A-89 OSTmrDel()
CPU_BOOLEAN OSTmrDel(OS_TMR
OS_ERR
*p_tmr,
*p_err)
File
Called from
Code enabled by
os_tmr.c
Task only
OS_CFG_TMR_EN and
OS_CFG_TMR_DEL_EN
OSTmrDel() allows the user to delete a timer. If a timer was running it will be stopped and
then deleted. If the timer has already timed out and is therefore stopped, it will simply be
deleted.
It is up to the user to delete unused timers. If deleting a timer, you must not reference it
again.
ARGUMENTS
p_tmr
p_err
OS_ERR_TMR_INVALID
OS_ERR_TMR_ISR
OS_ERR_TMR_INACTIVE
OS_ERR_TMR_INVALID_STATE
656
RETURNED VALUES
DEF_TRUE if the timer was deleted, DEF_FALSE if not.
NOTES/WARNINGS
When deleting a timer, do not reference it again unless you re-create the timer by
calling OSTmrCreate().
EXAMPLE
OS_TMR
CloseDoorTmr;
err;
deleted;
(void)&p_arg;
while (DEF_ON) {
deleted = OSTmrDel(&CloseDoorTmr,
&err);
/* Check err */
}
}
657
A
Appendix A
A-90 OSTmrRemainGet()
OS_TICK OSTmrRemainGet(OS_TMR *p_tmr,
OS_ERR *p_err);
File
Called from
Code enabled by
os_tmr.c
Task only
OS_CFG_TMR_EN
OSTmrRemainGet() allows the user to obtain the time remaining (before timeout) of the
specified timer. The value returned depends on the rate (in Hz) at which the timer task is
signaled (see OS_CFG_TMR_TASK_RATE_HZ). If OS_CFG_TMR_TASK_RATE_HZ is set to 10, the
value returned is the number of 1/10 of a second before the timer times out. If the timer has
timed out, the value returned is 0.
ARGUMENTS
p_tmr
p_err
OS_ERR_TMR_INACTIVE
OS_ERR_TMR_INVALID_STATE
658
RETURNED VALUES
The time remaining for the timer. The value returned depends on the rate (in Hz) at which
the timer task is signaled (see OS_CFG_TMR_TASK_RATE_HZ). If OS_CFG_TMR_TASK_RATE_HZ
is set to 10 the value returned is the number of 1/10 of a second before the timer times out.
If specifying an invalid timer, the returned value will be 0. If the timer expired, the returned
value will be 0.
NOTES/WARNINGS
EXAMPLE
OS_TICK
OS_TMR
TimeRemainToCloseDoor;
CloseDoorTmr;
(void)&p_arg;
while (DEF_ON) {
TimeRemainToCloseDoor = OSTmrRemainGet(&CloseDoorTmr,
&err);
/* Check err */
}
}
659
A
Appendix A
A-91 OSTmrStart()
CPU_BOOLEAN OSTmrStart (OS_TMR
OS_ERR
*p_tmr,
*p_err);
File
Called from
Code enabled by
os_tmr.c
Task only
OS_CFG_TMR_EN
OSTmrStart() allows the user to start (or restart) the countdown process of a timer. The
timer must have previously been created.
ARGUMENTS
p_tmr
p_err
OS_ERR_TMR_INVALID_STATE
OS_ERR_TMR_ISR
RETURNED VALUES
DEF_TRUE
660
NOTES/WARNINGS
EXAMPLE
OS_TMR
CloseDoorTmr;
(void)&p_arg;
while (DEF_ON) {
status = OSTmrStart(&CloseDoorTmr,
&err);
/* Check err */
}
}
661
A
Appendix A
A-92 OSTmrStateGet()
OS_STATE OSTmrStateGet(OS_TMR *p_tmr,
OS_ERR *p_err);
File
Called from
Code enabled by
os_tmr.c
Task only
OS_CFG_TMR_EN
OSTmrStateGet() allows the user to obtain the current state of a timer. A timer can be in
one of four states:
OS_TMR_STATE_UNUSED
OS_TMR_STATE_STOPPED
OS_TMR_STATE_COMPLETED
OS_TMR_STATE_RUNNING
ARGUMENTS
p_tmr
p_err
RETURNED VALUES
The state of the timer (see description).
662
NOTES/WARNINGS
EXAMPLE
OS_STATE
OS_TMR
CloseDoorTmrState;
CloseDoorTmr;
err;
(void)&p_arg;
while (DEF_ON) {
CloseDoorTmrState = OSTmrStateGet(&CloseDoorTmr,
&err);
/* Check err */
}
}
663
A
Appendix A
A-93 OSTmrStop()
CPU_BOOLEAN
OSTmrStop (OS_TMR
OS_OPT
void
OS_ERR
*p_tmr,
opt,
*p_callback_arg,
*p_err)
File
Called from
Code enabled by
os_tmr.c
Task only
OS_CFG_TMR_EN
OSTmrStop() allows the user to stop a timer. The user may execute the callback function of
the timer when it is stopped, and pass this callback function a different argument than was
specified when the timer was started. This allows the callback function to know that the
timer was stopped since the callback argument can be set to indicate this (this is application
specific). If the timer is already stopped, the callback function is not called.
ARGUMENTS
p_tmr
opt
p_callback_arg
p_err
664
No option
Run the callback function with the argument
specified when the timer was created.
Run the callback function, but use the
argument passed in OSTmrStop() instead of
the one specified when the task was created.
OS_ERR_TMR_INACTIVE
OS_ERR_TMR_INVALID
OS_ERR_TMR_INVALID_OPT
OS_ERR_TMR_INVALID_STATE
OS_ERR_TMR_ISR
OS_ERR_TMR_NO_CALLBACK
OS_ERR_TMR_STOPPED
RETURNED VALUES
DEF_TRUE
NOTES/WARNINGS
665
A
Appendix A
EXAMPLE
OS_TMR
CloseDoorTmr;
err;
(void)&p_arg;
while (DEF_ON) {
OSTmrStop(&CloseDoorTmr,
OS_TMR_OPT_CALLBACK,
(void *)0,
&err);
/* Check err */
}
}
666
A-94 OSVersion()
CPU_INT16U OSVersion (OS_ERR *p_err);
File
Called from
Code enabled by
os_core.c
Task or ISR
N/A
ARGUMENTS
p_err
RETURNED VALUE
The version is returned as x.yy.zz multiplied by 10,000. For example, V3.00.00 is returned
as 30000.
NOTES/WARNINGS
None
667
A
Appendix A
EXAMPLE
os_version;
err;
while (DEF_ON) {
:
:
os_version = OSVersion(&err);
/* Check err */
:
:
}
}
668
*/
Appendix
B
C/OS-III Configuration Manual
Three (3) files are used to configure C/OS-III as highlighted in Figure B-1: os_cfg.h,
os_cfg_app.h and os_type.h.
Table B-1 shows where these files are typically located on your on a computer.
File
Directory
os_cfg.h
\Micrium\Software\uCOS-III\Cfg\Template
os_cfg_app.h
\Micrium\Software\uCOS-III\Cfg\Template
os_type.h
\Micrium\Software\uCOS-III\Source
669
Appendix B
B
os_cfg.h
os_cfg_app.h
app.c
app.h
CPU Independent
Libraries
os_cfg_app.c
os_type.h
os_core.c
os_dbg.c
os_flag.c
os_int.c
os_mem.c
os_msg.c
os_mutex.c
os_pend_multi.c
os_prio.c
os_q.c
os_sem.c
os_stat.c
os_task.c
os_tick.c
os_time.c
os_tmr.c
os_var.c
os.h
lib_ascii.c
lib_ascii.h
lib_def.h
lib_mat.c
lib_math.h
lib_mem_a.asm
lib_mem.c
lib_mem.h
lib_str.c
lib_str.h
CPU Specific
CPU Specific
os_cpu.h
os_cpu_a.asm
os_cpu_c.c
cpu.h
cpu_a.asm
cpu_core.c
*.c
*.h
670
FB-1(1)
FB-1(2)
FB-1(3)
The contents of the three configuration files will be described in the following sections.
671
Appendix B
B
OSIdleTaskHook()
OS_AppIdleTaskHookPtr
OSInitHook()
None
OSStatTaskHook()
OS_AppStatTaskHookPtr
OSTaskCreateHook()
OS_AppTaskCreateHookPtr
OSTaskDelHook()
OS_AppTaskDelHookPtr
OSTaskReturnHook()
OS_AppTaskReturnHookPtr
OSTaskSwHook()
OS_AppTaskSwHookPtr
OSTimeTickHook()
OS_AppTimeTickHookPtr
672
void
{
/* Your code here */
}
void
{
/* Your code here */
}
void
App_OS_StatTaskHook (void)
{
/* Your code here */
}
Its also up to a user to set the value of the pointers so that they point to the appropriate
functions as shown below. The pointers do not have to be set in main() but, you can set
them after calling OSInit().
673
Appendix B
B
void
main (void)
{
OS_ERR
err;
OSInit(&err);
:
:
OS_AppTaskCreateHookPtr
OS_AppTaskDelHookPtr
OS_AppTaskReturnHookPtr
OS_AppIdleTaskHookPtr
OS_AppStatTaskHookPtr
OS_AppTaskSwHookPtr
OS_AppTimeTickHookPtr
:
:
OSStart(&err);
=
=
=
=
=
=
=
(OS_APP_HOOK_TCB )App_OS_TaskCreateHook;
(OS_APP_HOOK_TCB )App_OS_TaskDelHook;
(OS_APP_HOOK_TCB )App_OS_TaskReturnHook;
(OS_APP_HOOK_VOID)App_OS_IdleTaskHook;
(OS_APP_HOOK_VOID)App_OS_StatTaskHook;
(OS_APP_HOOK_VOID)App_OS_TaskSwHook;
(OS_APP_HOOK_VOID)App_OS_TimeTickHook;
Note that not every hook function need to be defined, only the ones the user wants to place
in the application code.
Also, if you don't intend to extend C/OS-IIIs hook through these application hooks, you
can set OS_CFG_APP_HOOKS_EN to 0 to save RAM (i.e., the pointers).
OS_CFG_ARG_CHK_EN
OS_CFG_ARG_CHK_EN determines whether the user wants most of C/OS-III functions to
perform argument checking. When set to 1, C/OS-III ensures that pointers passed to
functions are non-NULL, that arguments passed are within allowable range, that options are
valid, and more. When set to 0, OS_CFG_ARG_CHK_EN those arguments are not checked and
the amount of code space and processing time required by C/OS-III is reduced. You would
set OS_CFG_ARG_CHK_EN to 0 if you are certain that the arguments are correct.
C/OS-III performs argument checking in over 40 functions. Therefore, you can save a few
hundred bytes of code space by disabling this check. However, you should always enable
argument checking until you are certain the code can be trusted.
OS_CFG_CALLED_FROM_ISR_CHK_EN
OS_CFG_CALLED_FROM_ISR_CHK_EN determines whether most of C/OS-III functions are to
confirm that the function is not called from an ISR. In other words, most of the functions
from C/OS-III should be called by task-level code except post type functions (which can
674
also be called from ISRs). By setting this #define to 1 C/OS-III is told to make sure that
functions that are only supposed to be called by tasks are not called by ISRs. Its highly
recommended to set this #define to 1 until you are absolutely certain that the code is
behaving correctly and that task-level functions are always called from tasks. You can set
this #define to 0 to save code space and, of course, processing time.
C/OS-III performs this check in approximately 50 functions. Therefore, you can save a few
hundred bytes of code space by disabling this check.
OS_CFG_DBG_EN
When set to 1, this #define adds ROM constants located in os_dbg.c to help support
kernel aware debuggers. Specifically, a number of named ROM variables can be queried by
a debugger to find out about compiled-in options. For example, a debugger can find out the
size of an OS_TCB, C/OS-IIIs version number, the size of an event flag group
(OS_FLAG_GRP), and much more.
OS_CFG_FLAG_EN
OS_CFG_FLAG_EN enables (when set to 1) or disables (when set to 0) code generation of
event flag services and data structures. This reduces the amount of code and data space
needed when an application does not require event flags. When OS_CFG_FLAG_EN is set to
0, it is not necessary to enable or disable any of the other OS_CFG_FLAG_xxx #define
constants in this section.
OS_CFG_FLAG_DEL_EN
OS_CFG_FLAG_DEL_EN enables (when set to 1) or disables (when set to 0) code generation
of the function OSFlagDel().
OS_CFG_FLAG_MODE_CLR_EN
OS_CFG_FLAG_MODE_CLR_EN enables (when set to 1) or disables (when set to 0) code
generation used to wait for event flags to be 0 instead of 1. Generally, you would wait for
event flags to be set. However, the user may also want to wait for event flags to be clear and
in this case, enable this option.
OS_CFG_FLAG_PEND_ABORT_EN
OS_CFG_FLAG_PEND_ABORT_EN enables (when set to 1) or disables (when set to 0) code
generation of the function OSFlagPendAbort().
675
Appendix B
B
OS_CFG_ISR_POST_DEFERRED_EN
When set to 1, OS_CFG_ISR_POST_DEFERRED_EN reduces interrupt latency since interrupts
are not disabled during most critical sections of code within C/OS-III. Instead, the
scheduler is locked during the processing of these critical sections. The advantage of setting
OS_CFG_ISR_POST_DEFERRED_EN to 1 is that interrupt latency is lower, however, ISR to task
response is slightly higher. It is recommended to set OS_CFG_ISR_POST_DEFERRED_EN to 1
when enabling the following services, since setting this #define to 0 would potentially
make interrupt latency unacceptably high:
C/OS-III Services
Enabled by
Event Flags
OS_CFG_FLAG_EN
Multiple Pend
OS_CFG_PEND_MULTI_EN
676
OS_CFG_MUTEX_EN
OS_CFG_MUTEX_EN enables (when set to 1) or disables (when set to 0) the code generation
of all mutual exclusion semaphore services and data structures. This feature allows users to
reduce the amount of code and data space needed when an application does not require
the use of mutexes. When OS_CFG_MUTEX_EN is set to 0, there is no need to enable or
disable any of the other OS_CFG_MUTEX_XXX #define constants in this section.
OS_CFG_MUTEX_DEL_EN
OS_CFG_MUTEX_DEL_EN enables (when set to 1) or disables (when set to 0) code generation
of the function OSMutexDel().
OS_CFG_MUTEX_PEND_ABORT_EN
OS_CFG_MUTEX_PEND_ABORT_EN enables (when set to 1) or disables (when set to 0) code
generation of the function OSMutexPendAbort().
OS_CFG_OBJ_TYPE_CHK_EN
OS_CFG_OBJ_TYPE_CHK_EN determines whether most of C/OS-III functions should check
to see if the function is manipulating the proper object. In other words, if attempting to post
to a semaphore, is the user in fact passing a semaphore object or another object by mistake?
It is recommended to set this #define to 1 until absolutely certain that the code is behaving
correctly and the user code is always pointing to the proper objects. You would set this
#define to 0 to save code space as well as data space. C/OS-III object type checking is
done nearly 30 times, and it is possible to save a few hundred bytes of code space and
processing time by disabling this check.
OS_CFG_PEND_MULTI_EN
This constant determines whether the code to support pending on multiple events (i.e.,
semaphores or message queues) will be enabled (1) or not (0).
OS_CFG_PRIO_MAX
OS_CFG_PRIO_MAX specifies the maximum number of priorities available in the application.
Specifying OS_CFG_PRIO_MAX to just the number of priorities the user intends to use,
reduces the amount of RAM needed by C/OS-III.
In C/OS-III, task priorities can range from 0 (highest priority) to a maximum of 255 (lowest
possible priority) when the data type OS_PRIO is defined as a CPU_INT08U. However, in
677
Appendix B
B
Priority
Reserved
OS_CFG_PRIO_MAX-2
Reserved
OS_CFG_PRIO_MAX-1
OS_CFG_Q_EN
OS_CFG_Q_EN enables (when set to 1) or disables (when set to 0) code generation of
message queue services and data structures. This reduces the amount of code space needed
when an application does not require the use of message queues. When OS_CFG_Q_EN is set
to 0, you do not need to enable or disable any of the other OS_CFG_Q_XXX #define
constants in this section.
OS_CFG_Q_DEL_EN
OS_CFG_Q_DEL_EN enables (when set to 1) or disables (when set to 0) code generation of
the function OSQDel().
678
OS_CFG_Q_FLUSH_EN
OS_CFG_Q_FLUSH_EN enables (when set to 1) or disables (when set to 0) code generation of
the function OSQFlush().
OS_CFG_Q_PEND_ABORT_EN
OS_CFG_Q_PEND_ABORT_EN enables (when set to 1) or disables (when set to 0) code
generation of the function OSQPendAbort().
OS_CFG_SCHED_LOCK_TIME_MEAS_EN
This constant enables (when set to 1) or disables (when set to 0) code generation to
measure the amount of time the scheduler is locked. This is useful when determining task
latency.
OS_CFG_SCHED_ROUND_ROBIN_EN
This constant enables (when set to 1) or disables (when set to 0) code generation for the
round-robin feature of C/OS-III.
OS_CFG_SEM_EN
OS_CFG_SEM_EN enables (when set to 1) or disables (when set to 0) code generation of the
semaphore manager and associated data structures. This reduces the amount of code and
data space needed when an application does not require the use of semaphores. When
OS_CFG_SEM_EN is set to 0, it is not necessary to enable or disable any of the other
OS_CFG_SEM_XXX #define constants in this section.
OS_CFG_SEM_DEL_EN
OS_CFG_SEM_DEL_EN enables (when set to 1) or disables (when set to 0) code generation of
the function OSSemDel().
OS_CFG_SEM_PEND_ABORT_EN
OS_CFG_SEM_PEND_ABORT_EN enables (when set to 1) or disables (when set to 0) code
generation of the function OSSemPendAbort().
OS_CFG_SEM_SET_EN
OS_CFG_SEM_SET_EN enables (when set to 1) or disables (when set to 0) code generation of
the function OSSemSet().
679
Appendix B
B
OS_CFG_STAT_TASK_EN
OS_CFG_STAT_TASK_EN specifies whether or not to enable C/OS-IIIs statistic task, as well
as its initialization function. When set to 1, the statistic task OS_StatTask() and statistic
task initialization function are enabled. OS_StatTask() computes the CPU usage of an
application, stack usage of each task, the CPU usage of each task at run time and more.
When enabled, OS_StatTask() executes at a rate of OS_CFG_STAT_TASK_RATE_HZ (see
os_cfg_app.h), and computes the value of OSStatTaskCPUUsage, which is a variable that
contains the percentage of CPU used by the application. OS_StatTask() calls
OSStatTaskHook() every time it executes so that the user can add their own statistics as
needed. See os_stat.c for details on the statistic task. The priority of OS_StatTask() is
configurable by the application code (see os_cfg_app.h).
OS_StatTask() also computes stack usage of each task created when the #define
OS_CFG_STAT_TASK_STK_CHK_EN is set to 1. In this case, OS_StatTask() calls
OSTaskStkChk() for each task and the result is placed in the tasks TCB. The .StkFree and
.StkUsed field of the tasks TCB represents the amount of free space (in bytes) and amount
of used space, respectively.
When OS_CFG_STAT_TASK_EN is set to 0, all variables used by the statistic task are not
declared (see os.h). This, of course, reduces the amount of RAM needed by C/OS-III
when not enabling the statistic task. When setting OS_CFG_STAT_TASK_EN to 1, statistics will
be determined at a rate of OS_CFG_STAT_TASK_RATE_HZ (see os_cfg_app.h).
OS_CFG_STAT_TASK_STK_CHK_EN
This constant allows the statistic task to call OSTaskStkChk() for each task created. For this
to happen, OS_CFG_STAT_TASK_EN needs to be set to 1 (i.e., the statistic task needs to be
enabled). However, you can call OSStatStkChk() from one of the tasks to obtain this
information about the task(s).
OS_CFG_STK_SIZE_MIN
This #define specifies the minimum stack size (in CPU_STK elements) for each task. This is
used by C/OS-III to verify that sufficient stack space is provided for when each task is
created. Suppose the full context of a processor consists of 16 registers of 32 bits. Also,
suppose CPU_STK is declared as being of type CPU_INT32U, at a bare minimum, set
OS_CFG_STK_SIZE_MIN to 16. However, it would be quite unwise to not accommodate for
680
storage of local variables, function call returns, and possibly nested ISRs. Refer to the port
of the processor used to see how to set this minimum. Again, this is a safeguard to make
sure task stacks have sufficient stack space.
OS_CFG_TASK_CHANGE_PRIO_EN
OS_CFG_TASK_CHANGE_PRIO_EN enables (when set to 1) or disables (when set to 0) code
generation of the function OSTaskChangePrio().
OS_CFG_TASK_DEL_EN
OS_CFG_TASK_DEL_EN enables (when set to 1) or disables (when set to 0) code generation
of the function OSTaskDel().
OS_CFG_TASK_Q_EN
OS_CFG_TASK_Q_EN enables (when set to 1) or disables (when set to 0) code generation of
the OSTaskQXXX() functions used to send and receive messages directly to/from tasks and
ISRs. Sending messages directly to a task is more efficient than sending messages using a
message queue because there is no pend list associated with messages sent to a task.
OS_CFG_TASK_Q_PEND_ABORT_EN
OS_CFG_TASK_Q_PEND_ABORT_EN enables (when set to 1) or disables (when set to 0) code
generation of code for the function OSTaskQPendAbort().
OS_CFG_TASK_PROFILE_EN
This constant allows variables to be allocated in each tasks OS_TCB to hold performance
data about each task. If OS_CFG_TASK_PROFILE_EN is set to 1, each task will have a variable
to keep track of the number of times a task is switched to, the task execution time, the
percent CPU usage of the task relative to the other tasks and more. The information made
available with this feature is highly useful when debugging, but requires extra RAM.
OS_CFG_TASK_REG_TBL_SIZE
This constant allows each task to have task context variables. Use task variables to store
such elements as errno, task identifiers and other task-specific values. The number of
variables that a task contains is set by this constant. Each variable is identified by a unique
identifier from 0 to OS_CFG_TASK_REG_TBL_SIZE-1. Also, each variable is declared as
having an OS_REG data type (see os_type.h). If OS_REG is a CPU_INT08U, all variables in
this table are of this type.
681
Appendix B
B
OS_CFG_TASK_SEM_PEND_ABORT_EN
OS_CFG_TASK_SEM_PEND_ABORT_EN enables (when set to 1) or disables (when set to 0)
code generation of code for the function OSTaskSemPendAbort().
OS_CFG_TASK_SUSPEND_EN
OS_CFG_TASK_SUSPEND_EN enables (when set to 1) or disables (when set to 0) code
generation of the functions OSTaskSuspend() and OSTaskResume(), which allows the
application to explicitly suspend and resume tasks, respectively. Suspending and resuming a
task is useful when debugging, especially if calling these functions via a terminal interface
at run time.
OS_CFG_TIME_DLY_HMSM_EN
OS_CFG_TIME_DLY_HMSM_EN enables (when set to 1) or disables (when set to 0) the code
generation of the function OSTimeDlyHMSM(), which is used to delay a task for a specified
number of hours, minutes, seconds, and milliseconds.
OS_CFG_TIME_DLY_RESUME_EN
OS_CFG_TIME_DLY_RESUME_EN enables (when set to 1) or disables (when set to 0) the code
generation of the function OSTimeDlyResume().
OS_CFG_TMR_EN
Enables (when set to 1) or disables (when set to 0) the code generation of timer
management services.
OS_CFG_TMR_DEL_EN
OS_CFG_TMR_DEL_EN enables (when set to 1) or disables (when set to 0) the code
generation of the function OSTmrDel().
682
683
Appendix B
B
OS_CFG_IDLE_TASK_STK_SIZE
This #define sets the size of the idle tasks stack (in CPU_STK elements) as follows:
CPU_STK OSCfg_IdleTaskStk[OS_CFG_IDLE_TASK_STK_SIZE];
Note that the stack size needs to be at least greater than OS_CFG_STK_SIZE_MIN.
OS_CFG_INT_Q_SIZE
If OS_CFG_ISR_POST_DEFERRED_EN is set to 1 (see os_cfg.h), this #define specifies the
number of entries that can be placed in the interrupt queue. The size of this queue depends
on how many interrupts could occur in the time it takes to process interrupts by the ISR
Handler Task. The size also depends on whether or not to allow interrupt nesting. A good
start point is approximately 10 entries.
OS_CFG_INT_Q_TASK_STK_SIZE
If OS_CFG_ISR_POST_DEFERRED_EN is set to 1 (see os_cfg.h) then this #define sets the
size of the ISR handler tasks stack (in CPU_STK elements) as follows:
CPU_STK OSCfg_IntQTaskStk[OS_CFG_INT_Q_TASK_STK_SIZE];
Note that the stack size needs to be at least greater than OS_CFG_STK_SIZE_MIN.
OS_CFG_ISR_STK_SIZE
This specifies the size of C/OS-IIIs interrupt stack (in CPU_STK elements). Note that the
stack size needs to accommodate for worst case interrupt nesting, assuming the processor
supports interrupt nesting. The ISR handler task stack is declared in os_cfg_app.c as
follows:
CPU_STK OSCfg_ISRStk[OS_CFG_ISR_STK_SIZE];
OS_CFG_MSG_POOL_SIZE
This entry specifies the number of OS_MSGs available in the pool of OS_MSGs. The size is specified
in number of OS_MSG elements. The message pool is declared in os_cfg_app.c as follows:
OS_MSG OSCfg_MsgPool[OS_CFG_MSG_POOL_SIZE];
684
OS_CFG_STAT_TASK_PRIO
This #define allows a user to specify the priority assigned to the C/OS-III statistic task. It
is recommended to make this task a very low priority and possibly even one priority level
just above the idle task, or, OS_CFG_PRIO_MAX-2.
OS_CFG_STAT_TASK_RATE_HZ
This #define defines the execution rate (in Hz) of the statistic task. It is recommended to
make this rate an even multiple of the tick rate (see OS_CFG_TICK_RATE_HZ).
OS_CFG_STAT_TASK_STK_SIZE
This #define sets the size of the statistic tasks stack (in CPU_STK elements) as follows:
CPU_STK OSCfg_StatTaskStk[OS_CFG_STAT_TASK_STK_SIZE];
Note that the stack size needs to be at least greater than OS_CFG_STK_SIZE_MIN.
OS_CFG_TICK_RATE_HZ
This #define specifies the rate in Hertz of C/OS-IIIs tick interrupt. The tick rate should be
set between 10 and 1000 Hz. The higher the rate, the more overhead it will impose on the
processor. The desired rate depends on the granularity required for time delays and
timeouts.
OS_CFG_TICK_TASK_PRIO
This #define specifies the priority to assign to the C/OS-III tick task. It is recommended to
make this task a fairly high priority, but it does not need to be the highest. The priority
assigned to this task must be greater than 0 and less than OS_CFG_PRIO_MAX-1.
OS_CFG_TICK_TASK_STK_SIZE
This entry specifies the size of C/OS-IIIs tick task stack (in CPU_STK elements). Note that
the stack size must be at least greater than OS_CFG_STK_SIZE_MIN. The tick task stack is
declared in os_cfg_app.c as follows:
CPU_STK OSCfg_TickTaskStk[OS_CFG_TICK_TASK_STK_SIZE];
685
Appendix B
B
OS_CFG_TICK_WHEEL_SIZE
This #define determines the number of entries in the OSTickWheel[] table. This wheel
reduces the number of tasks to be updated by the tick task. The size of the wheel should be
a fraction of the number of tasks expected in the application.
This value should be a number between 4 and 1024. Task management overhead is
somewhat determined by the size of the wheel. A large number of entries might reduce the
overhead for tick management but would require more RAM. Each entry requires a pointer
and a counter of the number of entries in each spoke of the wheel. This counter is
typically a 16-bit value. It is recommended that OS_CFG_TICK_WHEEL_SIZE not be a
multiple of the tick rate. If the application has many tasks, a large wheel size is
recommended. As a starting value, you should use a prime number (3, 5, 7, 11, 13, 17, 19,
23, etc.).
OS_CFG_TMR_TASK_PRIO
This #define allows a user to specify the priority to assign to the C/OS-III timer task. It is
recommended to make this task a medium-to-low priority, depending on how fast the timer
task will execute (see OS_CFG_TMR_TASK_RATE_HZ), how many timers running in the
application, and the size of the timer wheel, etc. The priority assigned to this task must be
greater than 0 and less than OS_CFG_PRIO_MAX-1.
You should start with these simple rules:
The faster the timer rate, the higher the priority to assign to this task.
The higher the timer wheel size, the higher the priority to assign this task.
The higher the number of timers in the system, the lower the priority.
In other words:
686
Higher Priority
Higher Priority
Lower Priority
OS_CFG_TMR_TASK_RATE_HZ
This #define specifies the rate in Hertz of C/OS-IIIs timer task. The timer task rate should
typically be set to 10 Hz. However, timers can run at a faster rate at the price of higher
processor overhead. Note that OS_CFG_TMR_TASK_RATE_HZ MUST be an integer multiple of
OS_CFG_TICK_TASK_RATE_HZ. In other words, if setting OS_CFG_TICK_TASK_RATE_HZ to
1000, do not set OS_CFG_TMR_TASK_RATE_HZ to 11 since 90.91 ticks would be required for every
timer update, and 90.91 is not an integer multiple. Use approximately 10 Hz in this example.
OS_CFG_TMR_TASK_STK_SIZE
This #define sets the size of the timer tasks stack (in CPU_STK elements) as follows:
CPU_STK OSCfg_TmrTaskStk[OS_CFG_TMR_TASK_STK_SIZE];
Note that the stack size needs to be at least greater than OS_CFG_STK_SIZE_MIN.
OS_CFG_TMR_WHEEL_SIZE
Timers are updated using a rotating wheel mechanism. This wheel reduces the number of
timers to be updated by the timer manager task. The size of the wheel should be a fraction
of the number of timers in the application.
This value should be a number between 4 and 1024. Timer management overhead is
somewhat determined by the size of the wheel. A large number of entries might reduce the
overhead for timer management but would require more RAM. Each entry requires a pointer
and a counter of the number of entries in each spoke of the wheel. This counter is
typically a 16-bit value. It is recommended that this value not be a multiple of the tick rate.
If an application has many timers a large wheel size is recommended. As a starting value,
you should use a prime number (3, 5, 7, 11, 13, 17, 19, 23, etc.).
687
Appendix B
B
688
Appendix
C
Migrating from C/OS-II to C/OS-III
C/OS-III is a completely new real-time kernel with roots in C/OS-II. Portions of the
C/OS-II Application Programming Interface (API) function names are the same, but the
arguments passed to the functions have, in some places, drastically changed.
Appendix C explains several differences between the two real-time kernels. However,
access to C/OS-II and C/OS-III source files best highlights the differences.
689
Appendix C
Feature
C/OS-II
C/OS-III
1998
2009
Book
Yes
Yes
Yes
Yes
Preemptive Multitasking
Yes
Yes
255
Unlimited
Unlimited
No
Yes
Semaphores
Yes
Yes
Yes
Yes (nestable)
Event Flags
Yes
Yes
Message Mailboxes
Yes
No (not needed)
Message Queues
Yes
Yes
Yes
Yes
No
Yes
No
Yes
Software Timers
Yes
Yes
Task suspend/resume
Yes
Yes (nestable)
Deadlock prevention
Yes
Yes
Scalable
Yes
Yes
Code Footprint
6K to 26K
6K to 24K
Data Footprint
1K+
1K+
ROMable
Yes
Yes
Run-time configurable
No
Yes
No
Yes
Compile-time configurable
Yes
Yes
Year of introduction
690
Feature
C/OS-II
C/OS-III
Yes
Yes
No
Yes
Yes
Yes
Task registers
Yes
Yes
Limited
Extensive
Yes
Yes
No
Yes
Yes
Yes
No
Yes
No
Yes
Number of services
~90
~70
MISRA-C:1998
Yes
N/A
MISRA-C:2004
No
Yes
Yes
In progress
Yes
In progress
Yes
In progress
IEC-61508
Yes
In progress
approval (PMA)
691
Appendix C
C/OS-II
C/OS-III
Note
os_app_hooks.c
(1)
os_cfg_app.c
(2)
os_cfg_app.h
(3)
os_cfg_r.h
os_cfg.h
(4)
os_core.c
os_core.c
os_cpu.h
os_cpu.h
(5)
os_cpu_a.asm
os_cpu_a.asm
(5)
os_cpu_c.c
os_cpu_c.c
(5)
os_dbg_r.c
os_dbg.c
(6)
os_flag.c
os_flag.c
os_int.c
(7)
os_pend_multi.c
(8)
os_prio.c
(9)
os_mbox.c
os_mem.c
(10)
os_mem.c
os_msg.c
os_mutex.c
os_mutex.c
os_q.c
os_q.c
os_sem.c
os_sem.c
os_stat.c
os_task.c
os_task.c
os_time.c
os_time.c
os_tmr.c
os_tmr.c
ucos_ii.h
(11)
(12)
os_var.c
(13)
os_type.h
(14)
os.h
(15)
Table C-2 C/OS-II and C/OS-III files
692
TC-2(1)
C/OS-II does not have this file, which is now provided for convenience so you
can add application hooks. You should copy this file to the application directory
and edit the contents of the file to satisfy your application requirements.
TC-2(2)
TC-2(3)
TC-2(4)
TC-2(5)
These are the port files and a few variables and functions will need to be
changed when using a C/OS-II port as a starting point for the C/OS-III port.
to these in C/OS-III
OSIntNesting
OSIntNestingCtr
OSTCBCur
OSTCBCurPtr
OSTCBHighRdy
OSTCBHighRdyPtr
to these in C/OS-III
OSInitHookBegin()
OSInitHook()
OSInitHookEnd()
N/A
OSTaskStatHook()
OSStatTaskHook()
OSTaskIdleHook()
OSIdleTaskHook()
OSTCBInitHook()
N/A
OSTaskStkInit()
OSTaskStkInit()
The name of OSTaskStkInit() is the same but it is listed here since the code
for it needs to be changed slightly as several arguments passed to this function
are different. Specifically, instead of passing the top-of-stack as in C/OS-II,
OSTaskStkInit() is passed the base address and the size of the task stack.
693
Appendix C
TC-2(6)
TC-2(7)
os_int.c contains the code for the Interrupt Queue handler, which is a new
feature in C/OS-III, allowing post calls from ISRs to be deferred to a task-level
handler. This is done to reduce interrupt latency (see Chapter 9, Interrupt
Management on page 175).
TC-2(8)
Both kernels allow tasks to pend on multiple kernel objects. In C/OS-II, this
code is found in os_core.c, while in C/OS-III, the code is placed in a
separate file, os_pend_multi.c.
TC-2(9)
TC-2(10)
TC-2(11)
TC-2(12)
The statistics task and its support functions have been extracted out of
os_core.c and placed in os_stat.c for C/OS-III.
TC-2(13)
TC-2(14)
In C/OS-III, the size of most data types is better adapted to the CPU
architecture used. In C/OS-II, the size of a number of these data types was
assumed.
TC-2(15)
694
C/OS-II (os_cpu.h)
C/CPU (cpu.h)
Note
BOOLEAN
CPU_BOOLEAN
INT8S
CPU_INT08S
INT8U
CPU_INT08U
INT16S
CPU_INT16S
INT16U
CPU_INT16U
INT32S
CPU_INT32S
INT32U
CPU_INT32U
OS_STK
CPU_STK
(1)
OS_CPU_SR
CPU_SR
(2)
C/OS-II (os_cfg.h)
C/CPU (cpu.h)
OS_STK_GROWTH
CPU_CFG_STK_GROWTH
(3)
TC-3(1)
TC-3(2)
TC-3(3)
695
Appendix C
Another convention change is the use of the acronym CFG which stands for configuration.
Now, all #define configuration constants and variables have the CFG or Cfg acronym in
them as shown in Table C-4. Table C-4 shows the configuration constants that have been
moved from os_cfg.h to os_cfg_app.h. This is done because C/OS-III is configurable at
the application level instead of just at compile time as with C/OS-II.
C/OS-II (os_cfg.h)
C/OS-III (os_cfg_app.h)
Note
OS_CFG_MSG_POOL_SIZE
OS_CFG_ISR_STK_SIZE
OS_CFG_TASK_STK_LIMIT_PCT_EMPTY
OS_TASK_IDLE_STK_SIZE
OS_CFG_IDLE_TASK_STK_SIZE
OS_CFG_INT_Q_SIZE
OS_CFG_INT_Q_TASK_STK_SIZE
OS_CFG_STAT_TASK_PRIO
OS_CFG_STAT_TASK_RATE_HZ
OS_TASK_STAT_STK_SIZE
OS_CFG_STAT_TASK_STK_SIZE
OS_TICKS_PER_SEC
OS_CFG_TICK_RATE_HZ
(1)
OS_CFG_TICK_TASK_PRIO
OS_CFG_TICK_TASK_STK_SIZE
OS_CFG_TICK_WHEEL_SIZE
OS_CFG_TMR_TASK_PRIO
OS_TMR_CFG_TICKS_PER_SEC
OS_CFG_TMR_TASK_RATE_HZ
OS_TASK_TMR_STK_SIZE
OS_CFG_TMR_TASK_STK_SIZE
OS_TMR_CFG_WHEEL_SIZE
OS_CFG_TMR_WHEEL_SIZE
Table C-4 C/OS-III uses CFG in configuration
TC-4(1)
Table C-5 shows additional configuration constants added to os_cfg.h, while several
C/OS-II constants were either removed or renamed.
696
C/OS-II (os_cfg.h)
C/OS-III (os_cfg.h)
OS_APP_HOOKS_EN
OS_CFG_APP_HOOKS_EN
OS_ARG_CHK_EN
OS_CFG_ARG_CHK_EN
Note
OS_CFG_CALLED_FROM_ISR_CHK_EN
OS_DEBUG_EN
OS_CFG_DBG_EN
OS_EVENT_MULTI_EN
OS_CFG_PEND_MULTI_EN
OS_EVENT_NAME_EN
(1)
(2)
OS_CFG_ISR_POST_DEFERRED_EN
OS_MAX_EVENTS
(3)
OS_MAX_FLAGS
(3)
OS_MAX_MEM_PART
(3)
OS_MAX_QS
(3)
OS_MAX_TASKS
(3)
OS_CFG_OBJ_TYPE_CHK_EN
OS_LOWEST_PRIO
OS_CFG_PRIO_MAX
OS_CFG_SCHED_LOCK_TIME_MEAS_EN
OS_CFG_SCHED_ROUND_ROBIN_EN
OS_CFG_STK_SIZE_MIN
OS_FLAG_EN
OS_CFG_FLAG_EN
OS_FLAG_ACCEPT_EN
(6)
OS_FLAG_DEL_EN
OS_CFG_FLAG_DEL_EN
OS_FLAG_WAIT_CLR_EN
OS_CFG_FLAG_MODE_CLR_EN
OS_FLAG_NAME_EN
(2)
OS_FLAG_NBITS
(4)
OS_FLAG_QUERY_EN
(5)
OS_CFG_PEND_ABORT_EN
OS_MBOX_EN
OS_MBOX_ACCEPT_EN
(6)
697
Appendix C
C/OS-II (os_cfg.h)
C/OS-III (os_cfg.h)
Note
OS_MBOX_DEL_EN
OS_MBOX_PEND_ABORT_EN
OS_MBOX_POST_EN
OS_MBOX_POST_OPT_EN
OS_MBOX_QUERY_EN
OS_MEM_EN
(5)
OS_CFG_MEM_EN
OS_MEM_NAME_EN
(2)
OS_MEM_QUERY_EN
(5)
OS_MUTEX_EN
OS_CFG_MUTEX_EN
OS_MUTEX_ACCEPT_EN
OS_MUTEX_DEL_EN
(6)
OS_CFG_MUTEX_DEL_EN
OS_CFG_MUTEX_PEND_ABORT_EN
OS_MUTEX_QUERY_EN
OS_Q_EN
(5)
OS_CFG_Q_EN
OS_Q_ACCEPT_EN
(6)
OS_Q_DEL_EN
OS_CFG_Q_DEL_EN
OS_Q_FLUSH_EN
OS_CFG_Q_FLUSH_EN
OS_CFG_Q_PEND_ABORT_EN
OS_Q_POST_EN
(7)
OS_Q_POST_FRONT_EN
(7)
OS_Q_POST_OPT_EN
(7)
OS_Q_QUERY_EN
(5)
OS_SCHED_LOCK_EN
OS_SEM_EN
OS_CFG_SEM_EN
OS_SEM_ACCEPT_EN
698
(6)
OS_SEM_DEL_EN
OS_CFG_SEM_DEL_EN
OS_SEM_PEND_ABORT_EN
OS_CFG_SEM_PEND_ABORT_EN
C/OS-II (os_cfg.h)
C/OS-III (os_cfg.h)
OS_SEM_QUERY_EN
Note
(5)
OS_SEM_SET_EN
OS_CFG_SEM_SET_EN
OS_TASK_STAT_EN
OS_CFG_STAT_TASK_EN
OS_TASK_STK_CHK_EN
OS_CFG_STAT_TASK_STK_CHK_EN
OS_TASK_CHANGE_PRIO_EN
OS_CFG_TASK_CHANGE_PRIO_EN
OS_TASK_CREATE_EN
OS_TASK_CREATE_EXT_EN
OS_TASK_DEL_EN
OS_CFG_TASK_DEL_EN
OS_TASK_NAME_EN
(2)
OS_CFG_TASK_Q_EN
OS_CFG_TASK_Q_PEND_ABORT_EN
OS_TASK_QUERY_EN
OS_TASK_PROFILE_EN
(5)
OS_CFG_TASK_PROFILE_EN
OS_CFG_TASK_REG_TBL_SIZE
OS_CFG_TASK_SEM_PEND_ABORT_EN
OS_TASK_SUSPEND_EN
OS_CFG_TASK_SUSPEND_EN
OS_TASK_SW_HOOK_EN
OS_TICK_STEP_EN
(8)
OS_TIME_DLY_HMSM_EN
OS_CFG_TIME_DLY_HMSM_EN
OS_TIME_DLY_RESUME_EN
OS_CFG_TIME_DLY_RESUME_EN
OS_TIME_GET_SET_EN
OS_TIME_TICK_HOOK_EN
OS_TMR_EN
OS_CFG_TMR_EN
OS_TMR_CFG_NAME_EN
OS_TMR_DEL_EN
(2)
OS_CFG_TMR_DEL_EN
699
Appendix C
TC-5(1)
TC-5(2)
In C/OS-II, all kernel objects can be assigned ASCII names after creation. In
C/OS-III, ASCII names are assigned when the object is created.
TC-5(3)
TC-5(4)
TC-5(5)
TC-5(6)
C/OS-III does not directly provide accept function calls as with C/OS-II.
Instead, OS???Pend() functions provide an option that emulates the accept
functionality by specifying OS_OPT_PEND_NON_BLOCKING.
TC-5(7)
In C/OS-II, there are a number of post functions. The features offered are
now combined in the OS???Post() functions in C/OS-III.
TC-5(8)
700
C/OS-II (ucos_ii.h)
C/OS-III (os.h)
OSCtxSwCtr
OSTaskCtxSwCtr
OSCPUUsage
OSStatTaskCPUUsage
OSIdleCtr
OSIdleTaskCtr
OSIdleCtrMax
OSIdleTaskCtrMax
OSIntNesting
OSIntNestingCtr
OSPrioCur
OSPrioCur
OSPrioHighRdy
OSPrioHighRdy
OSRunning
OSRunning
OSSchedNesting
OSSchedLockNestingCtr
Note
(1)
(2)
(3)
OSSchedLockTimeMax
OSTaskCtr
OSTaskQty
OSTCBCur
OSTCBCurPtr
(4)
OSTCBHighRdy
OSTCBHighRdyPtr
(4)
OSTime
OSTickCtr
(5)
OSTmrTime
OSTmrTickCtr
TC-6(1)
TC-6(2)
Appendix C
TC-6(3)
TC-6(4)
TC-6(5)
The internal counter of the number of ticks since power up, or the last time the
variable was changed through OSTimeSet(), has been renamed to better
reflect its function.
C/OS-II (os_cpu.h)
C/CPU (cpu.h)
OS_ENTER_CRITICAL()
CPU_CRITICAL_ENTER()
OS_EXIT_CRITICAL()
CPU_CRITICAL_EXIT()
Note
One of the biggest changes in the C/OS-III API is its consistency. In fact, based on the
function performed, it is possible to guess which arguments are needed, and in what order.
For example, *p_err is a pointer to an error-returned variable. When present, *p_err is
always the last argument of a function. In C/OS-II, error-returned values are at times
returned as a *perr, and at other times as the return value of the function. This
inconsistency has been removed in C/OS-III.
702
C/OS-II (os_flag.c)
C/OS-III (os_flag.c)
OS_FLAGS
Note
(1)
OSFlagAccept(
OS_FLAG_GRP *pgrp,
OS_FLAGS
INT8U
INT8U
flags,
wait_type,
*perr);
OS_FLAG_GRP *
OSFlagCreate(
OS_FLAGS
INT8U
void
OSFlagCreate(
flags,
*perr);
(2)
OS_FLAG_GRP
CPU_CHAR
*p_grp,
*p_name,
OS_FLAGS
OS_ERR
flags,
*p_err);
OS_FLAG_GRP *
OS_OBJ_QTY
OSFlagDel(
OS_FLAG_GRP *pgrp,
OSFlagDel(
OS_FLAG_GRP
*p_grp,
OS_OPT
OS_ERR
opt,
*p_err);
INT8U
INT8U
opt,
*perr);
INT8U
OSFlagNameGet(
OS_FLAG_GRP *pgrp,
INT8U
INT8U
**pname,
*perr);
void
(3)
OSFlagNameSet(
OS_FLAG_GRP *pgrp,
INT8U
INT8U
*pname,
*perr);
OS_FLAGS
OS_FLAGS
OSFlagPend(
OS_FLAG_GRP *pgrp,
OSFlagPend(
OS_FLAG_GRP
OS_FLAGS
INT8U
INT32U
INT8U
flags,
wait_type,
timeout,
*perr);
OS_FLAGS
OS_TICK
*p_grp,
flags,
timeout,
OS_OPT
OS_TS
opt,
*p_ts,
OS_ERR
*p_err);
703
Appendix C
C/OS-II (os_flag.c)
C/OS-III (os_flag.c)
OS_FLAGS
OS_FLAGS
OSFlagPendGetFlagsRdy(
OSFlagPendGetFlagsRdy(
void);
OS_ERR
OS_FLAGS
OSFlagPost(
Note
*p_err);
OS_FLAGS
OSFlagPost(
OS_FLAG_GRP *pgrp,
OS_FLAGS
flags,
OS_FLAG_GRP
OS_FLAGS
*p_grp,
flags,
INT8U
INT8U
OS_OPT
OS_ERR
opt,
*p_err);
opt,
*perr);
OS_FLAGS
(4)
OSFlagQuery(
OS_FLAG_GRP *pgrp,
INT8U
*perr);
TC-8(1)
TC-8(2)
TC-8(3)
In C/OS-II, the user may assign a name to an event-flag group after the group
is created. This functionality is built-into OSFlagCreate() for C/OS-III.
TC-8(4)
C/OS-III does not provide query services, as they were rarely used in
C/OS-II.
704
C/OS-II (os_mbox.c)
C/OS-III (os_q.c)
Note
void *
OSMboxAccept(
OS_EVENT
(1)
*pevent);
OS_EVENT *
OSMboxCreate(
void
void
OSQCreate(
*pmsg);
void *
(2)
OS_Q
CPU_CHAR
*p_q,
*p_name,
OS_MSG_QTY
OS_ERR
max_qty,
*p_err);
OS_OBJ_QTY,
OSMboxDel(
OS_EVENT
*pevent,
INT8U
INT8U
opt,
*perr);
void *
OSMboxPend(
OSQDel(
OS_Q
OS_OPT
OS_ERR
*p_q,
opt,
*p_err);
void *
OSQPend(
(3)
OS_EVENT
INT32U
*pevent,
timeout,
OS_Q
OS_TICK
INT8U
*perr);
OS_OPT
opt,
OS_MSG_SIZE *p_msg_size,
CPU_TS
OS_ERR
INT8U
OS_OBJ_QTY
OSMBoxPendAbort(
OS_EVENT
*pevent,
OSQPendAbort(
OS_Q
INT8U
INT8U
opt,
*perr);
OS_OPT
OS_ERR
*p_q,
timeout,
*p_ts,
*p_err);
*p_q,
opt
*p_err);
705
Appendix C
C/OS-II (os_mbox.c)
C/OS-III (os_q.c)
INT8U
void
OSMboxPost(
OSQPost(
OS_EVENT
void
*pevent,
*pmsg);
OS_Q
Void
OS_MSG_SIZE
OS_OPT
OS_ERR
INT8U
OSMboxPostOpt(
OS_EVENT
void
INT8U
Note
(4)
*p_q,
*p_void,
msg_size,
opt,
*p_err);
(4)
*pevent,
*pmsg,
opt);
INT8U
OSMboxQuery(
(5)
OS_EVENT
*pevent,
OS_MBOX_DATA *p_mbox_data);
TC-9(1)
In C/OS-III, there is no accept API since this feature is built into the
OSQPend() by specifying the OS_OPT_PEND_NON_BLOCKING option.
TC-9(2)
TC-9(3)
TC-9(4)
In C/OS-III, OSQPost() offers a number of options that replaces the two post
functions provided in C/OS-II.
TC-9(5)
C/OS-III does not provide query services, as they were rarely used in C/OS-II.
706
C/OS-II (os_mem.c)
C/OS-III (os_mem.c)
OS_MEM *
OSMemCreate(
void
INT32U
INT32U
INT8U
void
OSMemCreate(
OS_MEM
CPU_CHAR
void
OS_MEM_QTY
OS_MEM_SIZE
OS_ERR
*p_mem,
*p_name,
*p_addr,
n_blks,
blk_size,
*p_err);
void *
OSMemGet(
OS_MEM
OS_ERR
*p_mem,
*p_err);
void *
OSMemGet(
OS_MEM
INT8U
*addr,
nblks,
blksize,
*perr);
*pmem,
*perr);
INT8U
OSMemNameGet(
OS_MEM
INT8U
INT8U
Note
(1)
*pmem,
**pname,
*perr);
void
OSMemNameSet(
OS_MEM
INT8U
INT8U
*pmem,
*pname,
*perr);
INT8U
OSMemPut(
OS_MEM
void
*pmem,
*pblk);
INT8U
OSMemQuery(
OS_MEM
*pmem,
OS_MEM_DATA *p_mem_data);
void
OSMemPut(
OS_MEM
void
OS_ERR
(2)
*p_mem,
*p_blk,
*p_err);
(3)
TC-10(1)
707
Appendix C
TC-10(2)
C/OS-III does not need an OSMemNameSet() since the name of the memory
partition is passed as an argument to OSMemCreate().
TC-10(3)
C/OS-II (os_mutex.c)
C/OS-III (os_mutex.c)
BOOLEAN
(1)
OSMutexAccept(
OS_EVENT
*pevent,
INT8U
*perr);
OS_EVENT *
OSMutexCreate(
INT8U
INT8U
void
OSMutexCreate(
prio,
*perr);
OS_EVENT *
OSMutexDel(
(2)
OS_MUTEX
CPU_CHAR
*p_mutex,
*p_name,
OS_ERR
*p_err);
void
OSMutexDel(
OS_EVENT
INT8U
*pevent,
opt,
OS_MUTEX
OS_OPT
*p_mutex,
opt,
INT8U
*perr);
OS_ERR
*p_err);
void
OSMutexPend(
void
OSMutexPend(
(3)
OS_EVENT
INT32U
*pevent,
timeout,
OS_MUTEX
OS_TICK
*p_mutex,
timeout,
INT8U
*perr);
OS_OPT
CPU_TS
opt,
*p_ts,
OS_ERR
*p_err);
OS_OBJ_QTY
OSMutexPendAbort(
708
Note
OS_MUTEX
OS_OPT
*p_mutex,
opt,
OS_ERR
*p_err);
C/OS-II (os_mutex.c)
C/OS-III (os_mutex.c)
INT8U
void
OSMutexPost(
OS_EVENT
Note
OSMutexPost(
*pevent);
INT8U
OSMutexQuery(
OS_MUTEX
OS_OPT
*p_mutex,
opt,
OS_ERR
*p_err);
(4)
OS_EVENT
*pevent,
OS_MUTEX_DATA *p_mutex_data);
TC-11(1)
In C/OS-III, there is no accept API, since this feature is built into the
OSMutexPend() by specifying the OS_OPT_PEND_NON_BLOCKING option.
TC-11(2)
TC-11(3)
TC-11(4)
C/OS-III does not provide query services as they were rarely used.
709
Appendix C
C/OS-II (os_q.c)
C/OS-III (os_q.c)
void *
OSQAccept(
OS_EVENT *pevent,
INT8U
*perr);
OS_EVENT *
OSQCreate(
void
INT16U
(1)
void
OSQCreate(
OS_Q
CPU_CHAR
OS_MSG_QTY
OS_ERR
*p_q,
*p_name,
max_qty,
*p_err);
OS_EVENT *
OSQDel(
OS_EVENT *pevent,
INT8U
opt,
INT8U
*perr);
OS_OBJ_QTY,
OSQDel(
OS_Q
OS_OPT
OS_ERR
*p_q,
opt,
*p_err);
INT8U
OSQFlush(
OS_EVENT *pevent);
OS_MSG_QTY
OSQFlush(
OS_Q
OS_ERR
*p_q,
*p_err);
void *
OSQPend(
OS_EVENT *pevent,
INT32U
timeout,
INT8U
*perr);
void *
OSQPend(
OS_Q
OS_MSG_SIZE
OS_TICK
OS_OPT
CPU_TS
OS_ERR
*p_q,
*p_msg_size,
timeout,
opt,
*p_ts,
*p_err);
INT8U
OSQPendAbort(
OS_EVENT *pevent,
INT8U
opt,
INT8U
*perr);
OS_OBJ_QTY
OSQPendAbort(
OS_Q
OS_OPT
OS_ERR
*p_q,
opt,
*p_err);
INT8U
OSQPost(
OS_EVENT *pevent,
void
*pmsg);
void
OSQPost(
OS_Q
*p_q,
void
*p_void,
OS_MSG_SIZE msg_size,
OS_OPT
opt,
OS_ERR
*p_err);
710
**start,
size);
Note
(2)
(3)
(4)
C/OS-II (os_q.c)
C/OS-III (os_q.c)
Note
INT8U
OSQPostFront(
OS_EVENT *pevent,
void
*pmsg);
INT8U
OSQPostOpt(
OS_EVENT *pevent,
void
*pmsg,
INT8U
opt);
(4)
INT8U
OSQQuery(
OS_EVENT *pevent,
OS_Q_DATA *p_q_data);
(5)
TC-12(1)
In C/OS-III, there is no accept API as this feature is built into the OSQPend()
by specifying the OS_OPT_PEND_NON_BLOCKING option.
TC-12(2)
TC-12(3)
TC-12(4)
TC-12(5)
C/OS-III does not provide query services as they were rarely used.
711
Appendix C
C-4-6 SEMAPHORES
Table C-13 shows the difference in API for semaphore management.
C/OS-II (os_sem.c)
INT16U
OSSemAccept(
OS_EVENT
OS_EVENT *
OSSemCreate(
INT16U
OS_EVENT *
OSSemDel(
OS_EVENT
INT8U
INT8U
void
OSSemPend(
OS_EVENT
INT32U
INT8U
C/OS-III (os_sem.c)
(1)
*pevent);
cnt);
*pevent,
opt,
*perr);
*pevent,
timeout,
*perr);
void
OSSemCreate(
OS_SEM
CPU_CHAR
OS_SEM_CTR
OS_ERR
*p_sem,
*p_name,
cnt,
*p_err);
OS_OBJ_QTY,
OSSemDel(
OS_SEM
OS_OPT
OS_ERR
*p_sem,
opt,
*p_err);
OS_SEM_CTR
OSSemPend(
OS_SEM
OS_TICK
OS_OPT
CPU_TS
OS_ERR
(2)
(3)
*p_sem,
timeout,
opt,
*p_ts,
*p_err);
INT8U
OSSemPendAbort(
OS_EVENT
*pevent,
INT8U
opt,
INT8U
*perr);
OS_OBJ_QTY
OSSemPendAbort(
OS_SEM
*p_sem,
OS_OPT
opt,
OS_ERR
*p_err);
void
OSSemPost(
OS_EVENT
void
OSSemPost(
OS_SEM
OS_OPT
OS_ERR
*pevent);
INT8U
OSSemQuery(
OS_EVENT
*pevent,
OS_SEM_DATA *p_sem_data);
712
Note
*p_sem,
opt,
*p_err);
(4)
C/OS-II (os_sem.c)
C/OS-III (os_sem.c)
void
OSSemSet(
void
OSSemSet(
OS_SEM
OS_SEM_CTR
OS_ERR
OS_EVENT
INT16U
INT8U
*pevent,
cnt,
*perr);
Note
*p_sem,
cnt,
*p_err);
TC-13(1)
In C/OS-III, there is no accept API since this feature is built into the
OSSemPend() by specifying the OS_OPT_PEND_NON_BLOCKING option.
TC-13(2)
TC-13(3)
TC-13(4)
C/OS-III does not provide query services, as they were rarely used.
713
Appendix C
C/OS-II (os_task.c)
C/OS-III (os_task.c)
INT8U
OSTaskChangePrio(
void
OSTaskChangePrio(
INT8U
INT8U
oldprio,
newprio);
OS_TCB
OS_PRIO
OS_ERR
void
OSTaskCreate(
OS_TCB
CPU_CHAR
OS_TASK_PTR
void
OS_PRIO
CPU_STK
CPU_STK_SIZE
CPU_STK_SIZE
OS_MSG_QTY
OS_TICK
void
OS_OPT
OS_ERR
INT8U
OSTaskCreateExt(
void
(*task)(void *p_arg),
void
*p_arg,
OS_STK
*ptos,
INT8U
prio,
INT16U
id,
OS_STK
*pbos,
INT32U
stk_size,
void
*pext,
INT16U
opt);
void
OSTaskCreate(
OS_TCB
CPU_CHAR
OS_TASK_PTR
void
OS_PRIO
CPU_STK
CPU_STK_SIZE
CPU_STK_SIZE
OS_MSG_QTY
OS_TICK
void
OS_OPT
OS_ERR
*p_tcb,
*p_name,
*p_task,
*p_arg,
prio,
*p_stk_base,
stk_limit,
stk_size,
q_size,
time_quanta,
*p_ext,
opt,
*p_err);
INT8U
OSTaskDel(
INT8U
void
OSTaskDel(
OS_TCB
OS_ERR
*p_tcb,
*p_err);
714
(1)
*p_tcb,
prio,
*p_err);
INT8U
OSTaskCreate(
void
(*task)(void *p_arg),
void
*p_arg,
OS_STK
*ptos,
INT8U
prio);
prio);
Note
(2)
*p_tcb,
*p_name,
*p_task,
*p_arg,
prio,
*p_stk_base,
stk_limit,
stk_size,
q_size,
time_quanta,
*p_ext,
opt,
*p_err);
(2)
C/OS-II (os_task.c)
C/OS-III (os_task.c)
Note
INT8U
OSTaskDelReq(
INT8U
prio);
INT8U
OSTaskNameGet(
INT8U
prio,
INT8U
**pname,
INT8U
*perr);
void
OSTaskNameSet(
INT8U
prio,
INT8U
*pname,
INT8U
*perr);
(3)
OS_MSG_QTY
OSTaskQFlush(
OS_TCB
OS_ERR
void *
OSTaskQPend(
OS_TICK
OS_OPT
OS_MSG_SIZE
CPU_TS
OS_ERR
INT32U
OSTaskRegGet(
INT8U
INT8U
INT8U
prio,
id,
*perr);
(4)
*p_tcb,
*p_err);
(4)
timeout,
opt,
*p_msg_size,
*p_ts,
*p_err);
CPU_BOOLEAN
OSTaskQPendAbort(
OS_TCB
*p_tcb,
OS_OPT
opt,
OS_ERR
*p_err);
(4)
void
OSTaskQPost(
OS_TCB
void
OS_MSG_SIZE
OS_OPT
OS_ERR
(4)
*p_tcb,
*p_void,
msg_size,
opt,
*p_err);
OS_REG
OSTaskRegGet(
OS_TCB
OS_REG_ID
OS_ERR
*p_tcb,
id,
*p_err);
715
Appendix C
C/OS-II (os_task.c)
C/OS-III (os_task.c)
void
void
OSTaskRegSet(
INT8U
INT8U
INT32U
INT8U
prio,
id,
value,
*perr);
INT8U
OSTaskResume(
INT8U
INT8U
OSTaskSuspend(
INT8U
716
OSTaskRegGet(
OS_TCB
OS_REG_ID
*p_tcb,
id,
OS_REG
OS_ERR
value,
*p_err);
Note
void
prio);
prio);
OSTaskResume(
OS_TCB
OS_ERR
*p_tcb,
*p_err);
OS_SEM_CTR
OSTaskSemPend(
OS_TICK
timeout,
OS_OPT
opt,
CPU_TS
*p_ts,
OS_ERR
*p_err);
(5)
CPU_BOOLEAN
OSTaskSemPendAbort(
OS_TCB
*p_tcb,
OS_OPT
opt,
OS_ERR
*p_err);
(5)
CPU_BOOLEAN
OSTaskSemPendAbort(
OS_TCB
*p_tcb,
OS_OPT
opt,
OS_ERR
*p_err);
(5)
OS_SEM_CTR
OSTaskSemPost(
OS_TCB
*p_tcb,
OS_OPT
opt,
OS_ERR
*p_err);
(5)
OS_SEM_CTR
OSTaskSemSet(
OS_TCB
*p_tcb,
OS_SEM_CTR cnt,
OS_ERR
*p_err);
(5)
void
OSTaskSuspend(
OS_TCB
OS_ERR
*p_tcb,
*p_err);
C/OS-II (os_task.c)
C/OS-III (os_task.c)
INT8U
void
OSTaskStkChk(
OS_TCB
CPU_STK_SIZE
CPU_STK_SIZE
OS_ERR
OSTaskStkChk(
INT8U
prio,
OS_STK_DATA *p_stk_data);
Note
(6)
*p_tcb,
*p_free,
*p_used,
*p_err);
void
(7)
OSTaskTimeQuantaSet(
OS_TCB
*p_tcb,
OS_TICK
time_quanta,
OS_ERR
*p_err);
INT8U
OSTaskQuery(
INT8U
OS_TCB
(8)
prio,
*p_task_data);
TC-14(1)
In C/OS-II, each task must have a unique priority. The priority of a task can be
changed at run-time, however it can only be changed to an unused priority.
This is generally not a problem since C/OS-II supports up to 255 different
priority levels and is rare for an application to require all levels. Since C/OS-III
supports an unlimited number of tasks at each priority, the user can change the
priority of a task to any available level.
TC-14(2)
TC-14(3)
C/OS-III does not need an OSTaskNameSet() since an ASCII name for the
task is passed as an argument to OSTaskCreate().
TC-14(4)
TC-14(5)
C/OS-III allows tasks or ISRs to directly signal a task instead of having to pass
through a semaphore as does C/OS-II.
717
Appendix C
TC-14(6)
In C/OS-II, the user must allocate storage for a special data structure called
OS_STK_DATA, which is used to place the result of a stack check of a task. This
data structure contains only two fields: .OSFree and .OSUsed. In C/OS-III, it
is required that the caller pass pointers to destination variables where those
values will be placed.
TC-14(7)
C/OS-III allows users to specify the time quanta of each task on a per-task
basis. This is available since C/OS-III supports multiple tasks at the same
priority, and allows for round robin scheduling. The time quanta for a task is
specified when the task is created, but it can be changed by the API at run
time.
TC-14(8)
C/OS-III does not provide query services as they were rarely used.
C/OS-II (os_time.c)
C/OS-III (os_time.c)
void
OSTimeDly(
INT32U
void
OSTimeDly(
OS_TICK
OS_OPT
OS_ERR
ticks);
(1)
dly,
opt,
*p_err);
INT8U
OSTimeDlyHMSM(
INT8U
hours,
INT8U
minutes,
INT8U
seconds,
INT16U
ms);
void
OSTimeDlyHMSM(
CPU_INT16U
CPU_INT16U
CPU_INT16U
CPU_INT32U
OS_OPT
OS_ERR
INT8U
OSTimeDlyResume(
INT8U
prio);
void
OSTimeDlyResume(
OS_TCB
*p_tcb,
OS_ERR
*p_err);
INT32U
OSTimeGet(void);
OS_TICK
OSTimeGet(
OS_ERR
718
Note
(2)
hours,
minutes,
seconds
milli,
opt,
*p_err);
*p_err);
C/OS-II (os_time.c)
C/OS-III (os_time.c)
void
OSTimeSet(
void
OSTimeSet(
INT32U
ticks);
void
OSTimeTick(void)
OS_TICK
OS_ERR
Note
ticks,
*p_err);
void
OSTimeTick(void)
TC-15(1)
C/OS-III includes an option argument, which allows the user to delay a task
for a certain number of ticks, periodic mode or wait until the tick counter
reaches a certain value. In C/OS-II, only the former is available.
TC-15(2)
C/OS-II (os_tmr.c)
C/OS-III (os_tmr.c)
OS_TMR *
OSTmrCreate(
INT32U
INT32U
INT8U
OS_TMR_CALLBACK
void
INT8U
INT8U
void
OSTmrCreate(
OS_TMR
CPU_CHAR
OS_TICK
OS_TICK
OS_OPT
OS_TMR_CALLBACK_PTR
void
OS_ERR
dly,
period,
opt,
callback,
*callback_arg,
*pname,
*perr);
Note
*p_tmr,
*p_name,
dly,
period,
opt,
*p_callback,
*p_callback_arg,
*p_err);
719
Appendix C
C/OS-II (os_tmr.c)
C/OS-III (os_tmr.c)
BOOLEAN
CPU_BOOLEAN
OSTmrDel(
OS_TMR
OS_ERR
*p_tmr,
*p_err);
OS_TICK
OSTmrRemainGet(
OS_TMR
OS_ERR
*p_tmr,
*p_err);
*p_tmr,
*p_err);
OSTmrDel(
OS_TMR
INT8U
INT8U
OSTmrNameGet(
OS_TMR
INT8U
INT8U
INT32U
OSTmrRemainGet(
OS_TMR
INT8U
*ptmr,
*perr);
Note
*ptmr,
**pdest,
*perr);
*ptmr,
*perr);
INT8U
OSTmrStateGet(
OS_TMR
*ptmr,
INT8U
*perr);
OS_STATE
OSTmrStateGet(
OS_TMR
OS_ERR
*ptmr,
*perr);
CPU_BOOLEAN
OSTmrStart(
OS_TMR
OS_ERR
*p_tmr,
*p_err);
*ptmr,
opt,
*callback_arg,
*perr);
CPU_BOOLEAN
OSTmrStop(
OS_TMR
OS_OPT
void
OS_ERR
*p_tmr,
opt,
*p_callback_arg,
*p_err);
BOOLEAN
OSTmrStart(
OS_TMR
INT8U
BOOLEAN
OSTmrStop(
OS_TMR
INT8U
void
INT8U
INT8U
OSTmrSignal(void);
720
C-4-10 MISCELLANEOUS
Table C-17 shows the difference in API for miscellaneous services.
C/OS-II (os_core.c)
C/OS-III (os_core.c)
INT8U
Note
(1)
OSEventNameGet(
OS_EVENT
*pevent,
INT8U
**pname,
INT8U
*perr);
void
OSEventNameSet(
OS_EVENT
*pevent,
INT8U
*pname,
INT8U
*perr);
(1)
INT16U
OSEventPendMulti(
OS_EVENT **pevent_pend,
OS_EVENT **pevent_rdy,
void
**pmsgs_rdy,
INT32U
timeout,
INT8U
*perr);
OS_OBJ_QTY
OSPendMulti(
OS_PEND_DATA
OS_OBJ_QTY
OS_TICK
OS_OPT
OS_ERR
void
OSInit(void)
void
OSInit(
OS_ERR
void
OSIntEnter(void)
void
OSIntEnter(void);
void
OSIntExit(void)
void
OSIntExit(void)
(2)
*p_pend_data_tbl,
tbl_size,
timeout,
opt,
*p_err);
(3)
*p_err);
void
OSSched(void);
void
OSSchedLock(void)
void
OSSchedUnlock(void)
void
OSSchedLock(
OS_ERR
(4)
*p_err);
void
OSSchedRoundRobinCfg(
CPU_BOOLEAN
en,
OS_TICK
dflt_time_quanta,
OS_ERR
*p_err);
(5)
void
OSSchedRoundRobinYield(
OS_ERR
*p_err);
(6)
void
OSSchedUnlock(
OS_ERR
(7)
*p_err);
721
Appendix C
C/OS-II (os_core.c)
C/OS-III (os_core.c)
Note
void
OSStart(void)
void
OSStart(void);
void
OSStatInit(void)
void
OSStatTaskCPUUsageInit(
OS_ERR
*p_err);
(8)
INT16U
CPU_INT16U
(9)
OSVersion(void)
OSVersion(
OS_ERR
*p_err);
TC-17(1)
Objects in C/OS-III are named when they are created and these functions are
not required in C/OS-III.
TC-17(2)
TC-17(3)
TC-17(4)
TC-17(5)
TC-17(6)
A task that completes its work before its time quanta expires may yield the CPU
to another task at the same priority.
TC-17(7)
TC-17(8)
Note the change in name for the function that computes the capacity of the
CPU for the purpose of computing CPU usage at run-time.
TC-17(9)
722
C/OS-II (os_cpu*.c/h)
C/OS-III (os_cpu*.c/h)
Note
OS_GET_TS();
(1)
void
void
OSInitHookBegin(void);
OSInitHook(void);
void
OSInitHookEnd(void);
void
OSTaskCreateHook(
OS_TCB
*ptcb);
void
OSTaskCreateHook(
OS_TCB
*p_tcb);
void
OSTaskDelHook(
OS_TCB
*ptcb);
void
OSTaskDelHook(
OS_TCB
void
void
OSTaskIdleHook(void);
OSIdleTaskHook(void);
*p_tcb);
void
OSTaskReturnHook(
OS_TCB
*p_tcb);
void
OSTaskStatHook(void)
void
OSStatTaskHook(void);
void
OSTaskStkInit(
void
(*task)(void *p_arg),
void
*p_arg,
OS_STK
*ptos,
INT16U
opt);
CPU_STK *
OSTaskStkInit(
OS_TASK_PTR
p_task,
void
*p_arg,
CPU_STK
*p_stk_base,
CPU_STK
*p_stk_limit,
CPU_STK_SIZE size,
OS_OPT
opt);
void
OSTaskSwHook(void)
void
OSTaskSwHook(void);
void
OSTCBInitHook(
OS_TCB
*ptcb);
(2)
(3)
(4)
void
OSTimeTickHook(void);
void
OSTimeTickHook(void);
void
OSStartHighRdy(void);
void
OSStartHighRdy(void);
(5)
void
OSIntCtxSw(void);
void
OSIntCtxSw(void);
(5)
723
Appendix C
C/OS-II (os_cpu*.c/h)
C/OS-III (os_cpu*.c/h)
Note
void
void
(5)
OSCtxSw(void);
OSCtxSw(void);
TC-18(1)
C/OS-III requires that the Board Support Package (BSP) provide a 32-bit
free-running counter (from 0x00000000 to 0xFFFFFFFF and rolls back to
0x00000000) for the purpose of performing time measurements. When a signal
is sent, or a message is posted, this counter is read and sent to the recipient.
This allows the recipient to know when the message was sent. If a 32-bit
free-running counter is not available, you can simulate one using a 16-bit
counter but, this requires more code to keep track of overflows.
TC-18(2)
C/OS-III is able to terminate a task that returns. Recall that tasks should not
return since they should be either implemented as an infinite loop, or deleted if
implemented as run once.
TC-18(3)
TC-18(4)
TC-18(5)
These functions are a part of os_cpu_a.asm, and should only require name
changes for the following variables:
to this in C/OS-III
OSIntNesting
OSIntNestingCtr
OSTCBCur
OSTCBCurPtr
OSTCBHighRdy
OSTCBHighRdyPtr
724
Appendix
D
MISRA-C:2004 and C/OS-III
MISRA C is a software development standard for the C programming language developed by
the Motor Industry Software Reliability Association (MISRA). Its aims are to facilitate code
safety, portability, and reliability in the context of embedded systems, specifically those
systems programmed in ANSI C. There is also a set of guidelines for MISRA C++.
There are now more MISRA users outside of the automotive industry than within it. MISRA
has evolved into a widely accepted model of best practices by leading developers in such
sectors as aerospace, telecom, medical devices, defense, railway, and others.
The first edition of the MISRA C standard, "Guidelines for the use of the C language in
vehicle based software," was produced in 1998 and is officially known as MISRA-C:1998.
MISRA-C:1998 had 127 rules, of which 93 were required and 34 advisory. The rules were
numbered in sequence from 1 to 127.
In 2004, a second edition "Guidelines for the use of the C language in critical systems," or
MISRA-C:2004 was produced with many substantial changes, including a complete
renumbering of the rules.
The MISRA-C:2004 document contains 141 rules, of which 121 are "required" and 20 are
"advisory," divided into 21 topical categories, from "Environment" to "Run-time failures."
C/OS-III follows most of the MISRA-C:2004 except a few of the required rules were
suppressed. The reasoning behind this is discussed within this appendix.
IAR Embedded Workbench for ARM (EWARM) V6.2x was used to verify MISRA-C:2004
compliance, which required suppressing the rules to achieve a clean build.
725
Appendix D
OS_IDLE_CTR
OSIdleTaskCtr;
OS_EXT allows us to declare extern and storage using a single declaration in os.h but
allocation of storage actually occurs in os_var.c.
Rule suppressed
The method used in C/OS-III is an improved scheme as it avoids declaring variables in
multiple files.
Occurs in
os.h
726
CPU_STK
OSCfg_IdleTaskStk[];
C/OS-III can be provided in object form (linkable object), but requires that the value and
size of known variables and arrays be declared in application code. It is not possible to
know the size of the arrays.
Rule suppressed
There is no choice other than to suppress or add a fictitious size, which would not be
proper. For example, we could specify a size of 1 and the MISRA-C:2004 would pass but, we
chose not to.
Occurs in:
os.h
727
Appendix D
Rule suppressed
We prefer to exit immediately upon finding an invalid argument rather than create nested
if statements.
Occurs in
os_core.c
os_flag.c
os_int.c
os_mem.c
os_msg.c
os_mutex.c
os_pend_multi.c
os_prio.c
os_q.c
os_sem.c
os_stat.c
os_task.c
os_tick.c
os_time.c
os_tmr.c
728
Rule suppressed
The problem involves using a return statement to exit the function instead of using a break.
When adding a break statement after the return, the compiler complains about the
unreachable code of the break statement.
Occurs in
os_flag.c
os_mutex.c
os_q.c
os_tmr.c
729
Appendix D
Rule suppressed
It is common practice in C to increment a pointer instead of using array indexing to
accomplish the same thing. This common practice is not in agreement with this rule.
Occurs in
os_core.c
os_cpu_c.c
os_int.c
os_msg.c
os_pend_multi.c
os_prio.c
os_task.c
os_tick.c
os_tmr.c
730
Appendix
E
Bibliography
Bal Sathe, Dhananjay. 1988. Fast Algorithm Determines Priority. EDN (India), September, p. 237.
Comer, Douglas. 1984. Operating System Design, The XINU Approach. Englewood Cliffs, New
Jersey: Prentice-Hall. ISBN 0-13-637539-1.
Kernighan, Brian W. and Dennis M. Ritchie. 1988. The C Programming Language, 2nd edition.
Englewood Cliffs, New Jersey: Prentice Hall. ISBN 0-13-110362-8.
Klein, Mark H., Thomas Ralya, Bill Pollak, Ray Harbour Obenza, and Michael Gonzlez. 1993. A
Practioners Handbook for Real-Time Analysis: Guide to Rate Monotonic Analysis for Real-Time
Systems. Norwell, Massachusetts: Kluwer Academic Publishers Group. ISBN 0-7923-9361-9.
Labrosse, Jean J. 2002, MicroC/OS-II, The Real-Time Kernel, CMP Books, 2002, ISBN
1-57820-103-9.
Li, Qing. Real-Time Concepts for Embedded Systems, CMP Books, July 2003, ISBN 1-57820-124-1.
The Motor Industry Software Reliability Association, MISRA-C:2004, Guidelines for the Use of
the C Language in Critical Systems, October 2004. www.misra-c.com.
731
Appendix E
732
Appendix
F
Licensing Policy
uC/OS-III is provided in source form for FREE short-term evaluation, for educational use or
for peaceful research. If you plan or intend to use uC/OS-III in a commercial application/
product then, you need to contact Micrium to properly license uC/OS-III for its use in your
application/product. We provide ALL the source code for your convenience and to help
you experience uC/OS-III. The fact that the source is provided does NOT mean that you can
use it commercially without paying a licensing fee.
It is necessary to purchase this license when the decision to use C/OS-III in a design is
made, not when the design is ready to go to production.
If you are unsure about whether you need to obtain a license for your application, please
contact Micrim and discuss the intended use with a sales representative.
CONTACT MICRIUM
1290 Weston Road, Suite 306
Weston, FL 33326
USA
Phone: +1 954 217 2036
Fax: +1 954 217 2037
E-mail: [email protected]
Web: www.Micrium.com
733
Appendix F
734
and the
STMicroelectronics
STM32F107
Jean J. Labrosse
Weston, FL 33326
Micrim Press
1290 Weston Road, Suite 306
Weston, FL 33326
USA
www.micrium.com
Designations used by companies to distinguish their products are often claimed as trademarks.
In all instances where Micrim Press is aware of a trademark claim, the product name appears in
initial capital letters, in all capital letters, or in accordance with the vendors capitalization
preference. Readers should contact the appropriate companies for more complete information
on trademarks and trademark registrations. All trademarks and registered trademarks in this
book are the property of their respective holders.
Copyright 2011 by Micrim Press except where noted otherwise. Published by Micrim Press.
All rights reserved. Printed in the United States of America. No part of this publication may be
reproduced or distributed in any form or by any means, or stored in a database or retrieval
system, without the prior written permission of the publisher; with the exception that the
program listings may be entered, stored, and executed in a computer system, but they may not
be reproduced for publication.
The programs and code examples in this book are presented for instructional value. The
programs and examples have been carefully tested, but are not guaranteed to any particular
purpose. The publisher does not offer any warranties and does not guarantee the accuracy,
adequacy, or completeness of any information herein and is not responsible for any errors or
omissions. The publisher assumes no liability for damages resulting from the use of the
information in this book or for any infringement of the intellectual property rights of third parties
that would result from the use of this information.
Library of Congress Control Number: 2009934275
Library of Congress subject headings:
1. Embedded computer systems
2. Real-time data processing
3. Computer software - Development
For bulk orders, please contact Micrim Press at: +1 954 217 2036
ISBN: 978-0-9823375-3-0
100-uCOS-III-ST-STM32-003
Chapter
1
Introduction
Part II of this book delivers to the reader the experience of C/OS-III through the use of
world-class tools and step-by-step instruction.
Here, you will find examples for the Micrim C/Eval-STM32F107 evaluation board, which
contains an STMicroelectronics STM32F107 connectivity microcontroller.
To build the example code provided in Part II of this book, you need to download the IAR
Systems Embedded Workbench for ARM Kickstart version, which enables you to build
applications up to 32 Kbytes in code size (See Chapter 3, Setup on page 755). Also, you
can also download the award-winning C/Probe from the Micrim website to monitor and
change application variables at run time (See Chapter 3, Setup on page 755).
The heart of the STM32F107 is the ARM Cortex-M3 CPU, one of the most popular CPU cores
on the market today. The Cortex-M3 runs the very efficient ARMv7 instruction set.
The STM32F107 runs at clock frequencies up to 72 MHz and contains such
high-performance peripherals as a 10/100 Ethernet MAC, full-speed USB OTG (On-The-Go)
controller, CAN controller, timers, UARTs, and more. The STM32F107 also features built-in
Flash memory of 256 Kbytes, and 64 Kbytes of high-speed static RAM.
737
1
Chapter 1
Low cost
STM32F107-based microcontroller
Ethernet connector
SD card socket
USB-OTG connector
Temperature sensor
LEDs
Expansion connector
Prototyping area
738
1
Introduction
The included SD connector allows applications to run a file system such as Micrims C/FS
to save and retrieve contents onto a Secure Digital (SD) card. The SD card can be used to
log data to a file, which can be read from a PC (assumes USB Device, MSD, or an FTP client
or server).
The RS-232C connector allows an application to output information to a terminal (or a
terminal emulator). The RS-232C interface can also interface to C/Probe to obtain faster
data throughput than the on-board J-Link. However, unlike the J-Link interface, it is
assumed that the target code (provided by Micrim) is running.
Appendix E contains the complete schematics for the C/Eval-STM32F107.
Temperature Sensor
LM75
J-Link SWD
Mini-USB
J-Link OB
STM32F103
RS-232C
DB9-F
LEDs
R-Y-G
USB-OTG FS
Connection
72 MHz
STM32F107
SD Card
Socket
10/100
Ethernet
Reset
Expansion
Connection
Prototyping
Area
Figure 1-1 Micrims C/Eval-STM32F107
739
1
Chapter 1
&26,,,
&RUWH[0 3RUW
,QWURGXFWLRQ
7KH$50
&RUWH[0
6HWXS
&26,,,
([DPSOH
&26,,,
([DPSOH
&26,,,
([DPSOH
&26,,,
([DPSOH
&&38
&RUWH[0 3RUW
,$5 6\VWHPV
(PEHGGHG
:RUNEHQFK$50
&3UREH
&(YDO
670)
8VHU
V*XLGH
%LEOLRJUDSK\
/LFHQVLQJ
&26,,,
&
'
740
1
Introduction
741
1
Chapter 1
1-3 ACKNOWLEDGEMENTS
I would like to thank Mr. Dominique Jugnon and Mr. Olivier Brun and the fine team at ST
for designing the C/Eval-STM32F107 evaluation board and providing its Users Guide.
I would also like to thank IAR for their support and for providing access to the 32K Kickstart
version of the IAR Embedded Workbench for ARM (EWARM). EWARM is an awesome tool
and Im sure readers of this book will appreciate the ability to try out C/OS-III on the
C/Eval-STM32F107 board.
A special thanks to Mr. Rolf Segger for providing the on-board J-Link, which makes
debugging and accessing variables with C/Probe a breeze.
Thank you also to Hitex for providing the majority of the text of Chapter 2, The ARM
Cortex-M3 and the STM32 on page 743.
Finally, thank you to my great team at Micrim for the help and support they provided for
this project.
742
Chapter
2
The ARM Cortex-M3 and the STM32
The ARM Cortex family is a new generation of processor that provides a standard
architecture for a wide range of technological demands. Unlike other ARM CPUs, the Cortex
family is a complete processor core that provides a standard CPU and system architecture.
The Cortex-M3 family is designed for cost-sensitive and microcontroller applications.
This chapter provides a brief summary of the Cortex-M3 architecture. Additional reference
material is provided in the section Bibliography on page 905.
While ARM7 and ARM9 CPUs are successfully integrated into standard microcontrollers,
they do show their SoC heritage. Each specific manufacturer has designed an interrupt
handling solution. However, the Cortex-M3 provides a standardized microcontroller core,
which goes beyond the CPU to provide the complete heart of a microcontroller (including
the interrupt system, SysTick timer, debug system and memory map). The 4 Gbyte address
space of Cortex-M3 is split into well-defined regions for code, SRAM, peripherals, and
system peripherals. Unlike the ARM7, the Cortex-M3 is a Harvard architecture with multiple
busses that allow it to perform operations in parallel, boosting overall performance. Unlike
earlier ARM architectures, the Cortex family allows unaligned data access. This ensures the
most efficient use of the internal SRAM. The Cortex family also supports setting and clearing
of bits within two 1Mbyte regions of memory by a method called bit banding. This allows
efficient access to peripheral registers and flags located in SRAM memory, without the need
for a full Boolean processor.
One of the key components of the Cortex-M3 core is the Nested Vector Interrupt Controller
(NVIC). The NVIC provides a standard interrupt structure for all Cortex-based microcontrollers
and exceptional interrupt handling. The NVIC provides dedicated interrupt vectors for up to 240
peripheral sources so that each interrupt source can be individually prioritized. In the case of
back-to-back interrupts, the NVIC uses a tail chaining method that allows successive interrupts
to be serviced with minimal overhead. During the interrupt-stacking phase, a high-priority
interrupt can preempt a low-priority interrupt without incurring additional CPU cycles. The
interrupt structure is also tightly coupled to the low-power modes within the Cortex-M3 core.
743
Chapter 2
2
Although the Cortex-M3 is designed as a low cost core, it is still a 32-bit CPU with support
for two operating modes: Thread mode and Handler mode, which can be configured with
their own stacks. This allows more sophisticated software design and support for such
real-time kernels as C/OS-II and C/OS-III.
The Cortex core also includes a 24-bit auto reload timer that is intended to provide a
periodic interrupt for the kernel. While the ARM7 and ARM9 CPUs have two instruction sets
(the ARM 32-bit and Thumb 16-bit), the Cortex family is designed to support the ARM
Thumb-2 instruction set. This blends both 16-bit and 32-bit instructions to deliver the
performance of the ARM 32-bit instruction set with the code density of the Thumb 16-bit
instruction set. The Thumb-2 is a rich instruction set designed as a target for C/C++
compilers. This means that a Cortex application can be entirely coded in C.
ELW
5
5
5
5
5
5
5
5
5
5
5
5
5
563
563
5/5
53&
365
Figure 2-1 The Cortex-M3 CPU Registers
745
Chapter 2
2
1 = & 9 4 ,&,,7 7
,&,,7
,65 1XPEHU
Figure 2-2 The Cortex-M3 PSR Register
While most Thumb-2 instructions execute in a single cycle, some (such as load and store
instructions) take multiple cycles. To enable the Cortex CPU to have a deterministic
interrupt response time, these instructions are interruptible.
746
563SURFHVV
7RS2I6WDFN
/RZHU0HPRU\
$GGUHVV
5
5
5
5
5
5
6DYHG
E\
VRIWZDUH
GXULQJ
FRQWH[W
VZLWFK
5
5
5
5
5
5
5
$XWRPDWLFDOO\
VDYHG
E\
KDUGZDUH
5/5
53&
365
+LJKHU0HPRU\
$GGUHVV
747
Chapter 2
2
The NVIC is a standard unit within the Cortex core. This means that all Cortex-based
microcontrollers have the same interrupt structure, regardless of the manufacturer.
Therefore, application code and operating systems can be easily ported from one
microcontroller to another, and the programmer does not need to learn a new set of
registers. The NVIC is also designed to have very low interrupt latency. This is both a feature
of the NVIC itself and of the Thumb-2 instruction set, which allows such multi-cycle
instructions as load and store multiple to be interruptible.
The NVIC peripheral eases the migration between Cortex-M3 processors. This is particularly
true for C/OS-III.
Type
Priority
Type of Priority
Description
Reset
-3
Fixed
Reset
NMI
-2
Fixed
Non-Maskable Interrupts
Hard Fault
-1
Fixed
MemManageFault
Settable
MPU violation
Bus Fault
Settable
Usage Fault
Settable
748
No.
Type
Priority
Type of Priority
Description
7-10
Reserved
11
SV Call
Settable
12
Debug Monitor
Settable
13
Reserved
N/A
N/A
14
PendSV
Settable
Pendable request
15
SysTick
Settable
16
Interrupt #0
Settable
External interrupt #0
Settable
Settable
256
Interrupt #240
247
Settable
N/A
The PendSV vector is used by C/OS-III to perform a context switch, while the SysTick
vector is used by C/OS-III for the clock tick interrupt.
749
Chapter 2
2
The first 1.0 Gbyte of memory is split evenly between a code region and a SRAM region.
Although code can be loaded and executed from the SRAM, instructions would be fetched
using the system bus, which incurs an extra wait state. It is likely that code would run
slower from SRAM than from on-chip FLASH memory located in the code region.
750
The next 0.5 Gbyte of memory is the on-chip peripheral region. All user peripherals
provided by the microcontroller vendor will be located in this region.
The first Mbyte of both the SRAM and Peripheral regions is bit-addressable using a
technique called bit banding. Since all SRAM and user peripherals on the processor are
located in these regions, every memory location of the processor can be manipulated in a
word-wide or bitwise fashion.
The next 2.0 Gbytes of address space is allocated to external memory-mapped SRAM and
peripherals.
The final 0.5 Gbyte is allocated to the internal Cortex processor peripherals and a region for
future vendor-specific enhancements to the Cortex processor. All Cortex processor registers
are at fixed locations for all Cortex-based microcontrollers.
751
Chapter 2
2
':7
)3%
%UHDNSRLQWV
:DWFKSRLQWV
'$3
/LYH&RUH$FFHVV
3&6DPSOHU
&RUWH[0
3URFHVVRU
(70 7ULJJHU
,QWHUUXSW7UDFH
,70
6RIWZDUH7UDFH
7LPH6WDPSLQJ
-7$*
6:'6:2
'HEXJJLQJ
,2V
7UDFH3RUW
&386WDWLVWLFV
(70
,QVWUXFWLRQ7UDFH
In addition to the JTAG debug features, the full CoreSight debug system contains a Data
Watch Trace (DWT) and an Embedded Trace Macrocell (ETM). For software testing there is
Instrumentation Trace Macrocell (ITM) and Flash Patch Block (FPB). The STM32 implements
the CoreSight debug system, but does not include the Embedded Trace Macrocell.
The CoreSight debug system provides eight hardware breakpoints which can be
non-intrusively set and cleared while the Cortex CPU is running. In addition, the Data Watch
Trace allows you to view the contents of memory locations non-intrusively while the Cortex
CPU runs. The CoreSight debug system can stay active when the Cortex core enters a low
power or sleep mode. This makes a world of difference when debugging a low-power
application. Additionally the STM32 timers can be halted when the CPU is halted by the
CoreSight system. This allows you to single-step the code and keep the timers in
synchronization with the instructions executing on the Cortex CPU.
The Data Watch Trace module also contains a 32-bit CPU cycle counter, which can be used
to make time measurements. This is particularly interesting for C/CPU, which can use this
cycle counter for time stamping.
752
The USB access line, which adds a USB device peripheral and runs at CPU clock speeds
of 48MHz.
The connectivity line. The STM32F107 is the first device available from this line. The
evaluation board (the C/Eval-STM32F107) that accompanies this book is designed
around this chip. The connectivity line adds advanced communication peripherals,
including an Ethernet MAC and a USB Host/OTG controller. All sets of variants are pin
and software compatible and offer FLASH ROM sizes up to 512K and 64K SRAM. Since
the initial release, the STM32 road map has been extended to include devices with
larger RAM and FLASH memories and more complex peripherals.
753
Chapter 2
2
Surprisingly for such a small microcontroller, the STM32 also includes a DMA unit with up
to 12 channels. Each channel can be used to transfer data to and from any peripheral
register on memory location as 8/16 or 32-bit words. Each of the peripherals can be a DMA
flow controller sending or demanding data as required. An internal bus arbiter and bus
matrix minimizes the arbitration between the CPU data accesses and the DMA channels.
This means that the DMA unit is flexible, easy to use, and automates data flow within the
microcontroller.
The STM32 is a low power and high performance microcontroller. It operates from a 2V
supply and, at 72 MHz and with everything turned on, it consumes only 36mA. In
combination with the Cortex low-power modes the STM32 has a standby power
consumption of just 2A. An internal 8 MHz Resistor/Capacitor (RC) oscillator allows the
chip to quickly come out of low power mode,s while the external oscillator is starting up.
This fast entry and exit from low-power modes further reduces overall power consumption.
As well as demanding more processing power and more sophisticated peripherals, many
modern applications must operate in safety-critical environments. With this in mind, the
STM32 has a number of hardware features that help support high-integrity applications.
These include a low power voltage detector, a clock security system, and two separate
watchdogs. The first is a windowed watchdog that must be refreshed in a defined time
frame. If hit it too soon, or too late, the watchdog will trigger. The second is an independent
watchdog, which has its own external oscillator separate from the main system clock. A
clock security system can detect failure of the main external oscillator, and fail safely back
onto an internal 8 MHz RC oscillator.
754
Chapter
3
Setup
In this chapter you will learn how to setup an environment to run C/OS-III-based projects.
It is assumed that the following elements are available:
1
Figure 3-1 shows a simple block diagram of how to connect the C/Eval-STM32F107 to a
PC. Notice that there is no need for an external power supply since the C/Eval-STM32F107
is powered by the PC's USB port. In fact, the same USB port is used to download code to
the C/Eval-STM32F107 during debugging.
Do not connect the C/Eval-STM32F107 board to your computer until you have installed the
software (described in the next sections).
755
Chapter 3
Mini-USB Cable
C/Eval-STM32F107
Windows-based PC
(Windows XP, Windows Vista, or Windows 7)
Figure 3-1 Connecting a PC to the C/Eval-STM32F107
To run the examples provided with this book, it will be necessary to download a number of
files from the Internet:
1
756
Setup
757
Chapter 3
All files are placed under the \Micrium\Software directory. There are four main
sub-directories: \EvalBoards, \uC-CPU, \uC-LIB and \uCOS-III and they are
described below.
758
Setup
3-1-1 \EvalBoards
This is the standard Micrim sub-directory where all evaluation board examples are placed.
The sub-directory contains additional sub-directories organizing evaluation boards by
manufacturers. In this case, \Micrium is the manufacturer of the uC/Eval-STM32F107 board,
and projects for this board are placed under: \uC-Eval-STM32F107.
The \EvalBoards\Micrium\uC-Eval-STM32F107 sub-directory contains further directories.
\Datasheets contains a series of datasheets and reference manuals:
ARM-ARMv7-ReferenceManual.pdf
ARM-CortexM3-TechnicalReferenceManual.pdf
Micrium-uC-Eval-STM32F107-Schematics.pdf
STLM75.pdf
STM32F105xx-STM32F107xx-Datasheet.pdf
STM32F105xx-STM32F107xx-ReferenceManual.pdf
\EvalBoards\IAR contains the main IAR IDE workspace, which includes the three projects
provided with this book. Specifically, the file uC-Eval-STM32F107.eww is the workspace to
open with the IAR Embedded Workbench for ARM.
Projects will be described in the next four chapters. This sub-directory contains five
additional sub-directories:
\bsp.c
\uCOS-III-Ex1
\uCOS-III-Ex2
\uCOS-III-Ex3
\uCOS-III-Ex4
759
Chapter 3
\EvalBoards\IAR\bsp.c contains Board Support Package (bsp.c) files used to support the
peripherals found on the C/Eval-STM32F107 evaluation board. The contents of these files
will be described as needed within the sample projects. This sub-directory contains the
following files:
bsp.c
bsp.h
bsp_i2c.c
bsp_i2c.h
bsp_int.c
bsp_periph.c
bsp_ser.c
bsp_ser.h
bsp_stlm75.c
bsp_stlm75.h
STM32_FLASH.icf
STM32_Flash.xcl
STM32_RAM.xcl
\ST\STM32\inc\cortexm3_macro.h
\ST\STM32\inc\stm32f10x_*.h
\ST\STM32\src\stm32f10x_*.c
\uCOS-III\bsp_os.c
\uCOS-III\bsp_os.h
\EvalBoards\IAR\uCOS-III-Ex1 presents a simple project that demonstrates how to
properly initialize and start a C/OS-III-based application. This project is described in
Chapter 3.
\EvalBoards\IAR\uCOS-III-Ex2 presents a project that reads the on-board temperature
sensor and displays the temperature using C/Probe. This project will be described in
Chapter 4.
\EvalBoards\IAR\uCOS-III-Ex3 presents a project that measures some performance
metric on C/OS-III. This project will be described in Chapter 5.
\EvalBoards\IAR\uCOS-III-Ex4 presents a project that simulates the measurement of a
rotating device. This project will be described in Chapter 6.
760
Setup
3-1-2 \uC-CPU
This sub-directory contains the generic and Cortex-M3-specific files for the C/CPU module.
These are described in Appendix B, C/CPU port for the Cortex-M3 on page 847. This
sub-directory contains the following files:
cpu_core.c
cpu_core.h
cpu_def.h
\ARM-Cortex-M3\IAR\cpu.h
\ARM-Cortex-M3\IAR\cpu_a.asm
\ARM-Cortex-M3\IAR\cpu_c.c
\Cfg\Template\cpu_cfg.h
\Doc\uC-CPU-Manual.pdf
\Doc\uC-CPU-ReleaseNotes.pdf
*.h
These are the header files that need to be added to the project when using the module
along with C/OS-III.
3-1-3 \uC-LIB
This sub-directory contains compiler-independent library functions to manipulate ASCII
strings, perform memory copies, and more. We refer to these files as being part of the
C/LIB module. lib_def.h contains a number of useful #defines, such as DEF_FALSE,
DEF_TRUE, DEF_ON, DEF_OFF, DEF_ENABLED, DEF_DISABLED, and dozens more. C/LIB also
declares such macros as DEF_MIN(), DEF_MAX(), DEF_ABS(), and more.
This sub-directory contains the following files:
lib_ascii.c
lib_ascii.h
lib_def.h
lib_math.c
lib_math.h
lib_mem.c
lib_mem.h
lib_str.c
761
Chapter 3
lib_str.h
\Doc\uC-Lib-Manual.pdf
\Doc\uC-Lib-ReleaseNotes.pdf
\Ports\ARM-Cortex-M3\IAR\lib_mem_a.asm
\Doc\uC-Lib_Manual.pdf
\Doc\uC-Lib-ReleaseNotes.pdf
*.h
These are header files that need to be added in a project when using this module with
C/OS-III.
3-1-4 \uCOS-III
This sub-directory contains the following files:
\Cfg\Template\os_app_hooks.c
\Cfg\Template\os_app_hooks.h
\Cfg\Template\os_cfg.h
\Cfg\Template\os_cfg_app.h
\Lib\IAR\uCOS_III_CM3_IAR.a
\Ports\ARM-Cortex-M3\Generic\IAR\os_cpu_a.asm
\Ports\ARM-Cortex-M3\Generic\IAR\os_cpu_c.c
\Ports\ARM-Cortex-M3\Generic\IAR\os_cpu.h
\Source\os_cfg_app.c
\Source\os_core.c
\Source\os_dbg.c
\Source\os_flag.c
\Source\os_int.c
\Source\os_mem.c
\Source\os_msg.c
\Source\os_mutex.c
\Source\os_pend_multi.c
\Source\os_prio.c
\Source\os_q.c
\Source\os_sem.c
\Source\os_stat.c
\Source\os_task.c
\Source\os_tick.c
\Source\os_time.c
762
Setup
\Source\os_tmr.c
\Source\os.h
\Source\os_type.h
\Source\os_var.c
*.h
These are the header files that need to be added to a project.
Chapter 3
Click on the Download IAR Embedded Workbench >> link in the middle of the
page. This will bring you to the Download Evaluation Software page on the IAR
website.
Locate the ARM processor row and to the Kickstart edition column on that same
row and clock on the link for v6.21 (32K) link (or newer version if thats
available). A page titled KickStart edition of IAR Embedded Workbench will be
displayed.
You will again be required to register. Unfortunately, the information you provided
to register with Micrim is not transferred to IAR and vice-versa. Fill out the form
and click on Submit.
You should receive a License number and Key for EWARM-KS32 from IAR.
Double click on the IAR executable file (EWARM-KS-CD-6213.exe) (or a similar file
if newer) and install the files on the disk drive of your choice, at the root.
You can use the full version of the IAR Embedded Workbench if you are already a licensee.
764
Setup
Link
www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE
/ERRATA_SHEET/CD00190234.pdf
STM32F10xxx Cortex-M3
Programming Manual
http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LIT
ERATURE/PROGRAMMING_MANUAL/CD00228163.pdf
http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LIT
ERATURE/PROGRAMMING_MANUAL/CD00283419.pdf
765
Chapter 3
766
Chapter
4
C/OS-III Example #1
In this chapter see how easy it is to put together a C/OS-III-based application. The
C/Eval-STM32F107 evaluation board, as shown in Figure 4-1,is the basis of the example.
767
Chapter 4
4
This first projects will perform the classical blink a light test. This is not exactly exciting,
but it allows us to begin to put all the pieces together.
Start the IAR Embedded Workbench for ARM and open the following workspace:
\Micrium\Software\EvalBoards\Micrium\uC-Eval-STM32F107\IAR\uC-Eval-STM32F107.eww
Click on the uCOS-III-Ex1 tab at the bottom of the workspace explorer to select the first
project. Figure 4-3 shows the workspace explorer with the groups expanded. I like to use
groups as it neatly organizes projects.
The APP group is where the actual code for the example is placed. Under APP you will find
the CFG (i.e. Configuration) subgroup. The files in this subgroup are used to configure the
application. Ill discuss some of the project configurations shortly.
The bsp.c group contains the Board Support Package code to use some of the
Input/Output (I/O) devices on the C/Eval-STM32F107 board. Under the bsp.c group, you
will find the STM32 Library subgroup. Here you will find code provided by ST to interface
to all the peripheral devices on the STM32F107 chip.
768
C/OS-III Example #1
The uC-CPU group contains source files for the C/CPU module used in all of the examples
in this book. The header files are needed since some of the application code requires
definitions and declarations found in these files.
The uC-LIB group contains the source files for the C/LIB module used in all the examples
in this book. Again, the header files are needed as some of the application code needs
definitions and declarations found in these files.
The uCOS-III group contains the source files for C/OS-III. os_cfg_app.c needs to be
compiled along with your application based on the contents of os_cfg_app.h.
769
Chapter 4
Embedded Workbench will compile and link the example code and program the object file
onto the Flash of the STM32F107 using the J-Link debugger, which is built onto the
C/Eval-STM32F107 board. The code will start executing and stop at main() in app.c as
shown in Figure 4-5.
770
C/OS-III Example #1
Reset
Go
Click on the debuggers Go button to continue execution and verify that the three LEDs
(Red, Yellow and Green) are blinking.
As shown in Figure 4-6, stop execution by clicking on the Break button and then click on
the Reset button (see Figure 4-5) to restart the application.
Break
771
Chapter 4
int
{
main (void)
OS_ERR
err;
BSP_IntDisAll();
OSInit(&err);
OSTaskCreate((OS_TCB
*)&AppTaskStartTCB,
(CPU_CHAR
*)"App Task Start",
(OS_TASK_PTR )AppTaskStart,
(void
*)0,
(OS_PRIO
)APP_TASK_START_PRIO,
(CPU_STK
*)&AppTaskStartStk[0],
(CPU_STK_SIZE)APP_TASK_START_STK_SIZE / 10,
(CPU_STK_SIZE)APP_TASK_START_STK_SIZE,
(1)
(2)
(3)
(OS_MSG_QTY )5,
(OS_TICK
)0,
(void
*)0,
(OS_OPT
(OS_ERR
OSStart(&err);
)(OS_OPT_TASK_STK_CHK | OS_OPT_TASK_STK_CLR),
*)&err);
(4)
L4-1(1)
main() starts by calling BSP_IntDisAll(). The code for this function is found
in bsp_int.c. BSP_IntDisAll() simply calls CPU_IntDis() to disable all
interrupts. The reason a bsp.c function is used instead of simply calling
CPU_IntDis() is that on some processors, it is necessary to disable interrupts
from the interrupt controller, which would then be appropriately handled by a
bsp.c function. This way, the application code can easily be ported to another
processor.
L4-1(2)
OSInit() is called to initialize C/OS-III. Normally, you will want to verify that
OSInit() returns without error by verifying that err contains OS_ERR_NONE
(i.e. the value 0). You can do this with the debugger by single stepping through
the code (step over) and stop after OSInit() returns. Simply hover the mouse
over err and the current value of err will be displayed.
772
C/OS-III Example #1
4
OSInit() creates four internal tasks: the idle task, the tick task, the timer task,
and the statistic task. The interrupt handler queue task is not created because in
os_cfg.h, OS_CFG_ISR_POST_DEFERRED_EN set to 0.
L4-1(3)
L4-1(4)
OSStart() is called to start the multitasking process. With the application task,
C/OS-III will be managing five tasks. However, OSStart() will start the
highest priority of the tasks created. In our example, the highest priority task is
the AppTaskStart() task. OSStart() is not supposed to return. However, it
would be wise to still add code to check the returned value.
773
Chapter 4
4
static
void
{
CPU_INT32U
CPU_INT32U
OS_ERR
cpu_clk_freq;
cnts;
err;
(void)&p_arg;
BSP_Init();
CPU_Init();
cpu_clk_freq = BSP_CPU_ClkFreq();
cnts
= cpu_clk_freq / (CPU_INT32U)OSCfg_TickRate_Hz;
OS_CPU_SysTickInit(cnts);
#if OS_CFG_STAT_TASK_EN > 0u
OSStatTaskCPUUsageInit(&err);
#endif
CPU_IntDisMeasMaxCurReset();
BSP_LED_Off(0);
while (DEF_TRUE) {
BSP_LED_Toggle(0);
OSTimeDlyHMSM(0, 0, 0, 100,
OS_OPT_TIME_HMSM_STRICT,
(1)
(2)
(3)
(4)
(5)
(6)
(7)
(8)
(9)
&err);
}
}
L4-2(1)
L4-2(2)
L4-2(3)
774
C/OS-III Example #1
4
source form with the book. Once the system tick is initialized, the STM32F107
will receive interrupts at the rate specified by OS_CFG_TICK_RATE_HZ (See
os_cfg_app.c), which in turn is assigned to OSCfg_TickRate_Hz in
os_cfg_app.c. The first interrupt will occur in 1/OS_CFG_TICK_RATE_HZ
second, since the interrupt will occur only when the system tick timer reaches
zero after being initialized with the computed value, cnts.
L4-2(4)
L4-2(6)
775
Chapter 4
4
L4-2(7)
L4-2(8)
L4-2(9)
Finally, a C/OS-III task needs to call a C/OS-III function that will cause the
task to wait for an event to occur. In this case, the event to occur is the passage
of time. OSTimeDlyHMSM() specifies that the calling task does not need to do
anything else until 100 milliseconds expire. Since the LEDs are toggled, they
will blink at a rate of 5 Hz (100 milliseconds on, 100 milliseconds off).
Figure 4-8 shows the initial screen when C/Probe is first started.
776
C/OS-III Example #1
Main Meniu
Click on the Main Menu button to open up the main menu as shown in Figure 4-9.
Options
777
Chapter 4
4
Click on the Options button to setup options as shown in Figure 4-10.
Interface
Configure
J-Link
Statistics
Select J-Link and whether C/Probe is to display the number of symbols/second collected
by C/Probe or the number of bytes/second for run-time statistics in C/Probe. It generally
makes more sense to view the number of symbols/second.
Click on the Configure J-Link on the upper-left corner in the options tree. You will see the
dialog box shown in Figure 4-11.
778
C/OS-III Example #1
Make sure you select the SWD interface mode and click on the OK button at the bottom.
Now go back to the Main Menu and open the uCOS-III-Ex1-Probe.wsp workspace
found in the following directory:
\Micrium\Software\EvalBoards\Micrium\uC-Eval-STM32F107\IAR\uCOS-III-Ex1
The C/Probe screen should appear as the one shown in Figure 4-12.
779
Chapter 4
Run
Click on the Run button and see C/Probe collect run-time data from the
C/Eval-STM32F107 evaluation board as shown in Figure 4-13. The C/OS-III Tasks tab
shows run-time information about the five C/OS-III tasks. You should note that as of V2.4
of C/Probe, task awareness is built-in for C/OS-III.
780
C/OS-III Example #1
10
L4-2(10)
L4-2(11)
The priority of each task is displayed in the second column. C/OS-III was
configured to have up to 8 priority levels (0 to 7). The idle task is always
assigned the lowest priority (i.e. 7). The statistic and timer tasks are executing
at the same priority.
L4-2(12)
The next column indicates the state of each task. A task can be in one of eight
states as described in Chapter 4, Task Management in Part I of this book.
The idle task will always show that the task is ready. The tick and timer tasks
will either be ready or pending because both tasks wait (i.e. pend) on their
internal task semaphore. The statistics task will show delayed because it calls
OSTimeDly() every 1/10th of a second.
L4-2(13)
The CPU Usage column indicates the CPU usage of each task relative to other
tasks. The example consumes about 1% of the CPU. The idle task consumes
95% of that 1% or, 0.94% of the CPU. The tick task 0.05% and the other tasks
nearly nothing.
781
Chapter 4
4
L4-2(14)
The CtxSwCtr column indicates the number of times the task executed.
L4-2(15)
This column indicates the maximum amount of time interrupts were disabled
when running the corresponding task.
L4-2(16)
This column indicates the maximum amount of time the scheduler was locked
when running the corresponding task.
L4-2(17)
The next three columns indicate the stack usage of each task. This information
is collected by the statistics task 10 times per second.
L4-2(18)
The next five columns provide statistics about each tasks internal message
queue. Because none of the internal C/OS-III tasks make use of the internal
message queue, the corresponding values are not displayed. In fact, they would
all be 0 anyway.
L4-2(19)
The last three columns provide run-time statistics regarding each tasks internal
semaphore.
782
C/OS-III Example #1
4-4 SUMMARY
There are several interesting things to notice.
1
With the on-board J-Link and the Cortex-M3 SWD interface, you can run Embedded
Workbench concurrently with C/Probe, even if you are stepping through the code. In
other words, you can stop the debugger at a breakpoint and C/Probe will continue
reading values from the target. This allows you to see changes in variables as they are
updated when stepping through code.
The display screens in C/Probe only show C/OS-III variables. However, C/Probe
allows you to see any variable in the target as long as the variable is declared global or
static. In fact, it is fairly easy to add the application task to the task list. This will be
shown in the example in Chapter 4.
Variables are updated on the C/Probe data screen as quickly as the interface permits it.
The J-Link interface should update variables at about 300 or so symbols per second. If
C/Probe uses the serial port (RS-232C) instead, updates should be approximately twice
as fast. With TCP/IP, weve seen updates easily exceeding 1,000 symbols/second. With
RS-232C and TCP/IP, however, you will need to add target resident code (provided by
Micrim) and C/Probe would only be able to update the display when the target is
running.
The on-board J-Link and the IAR C-Spy debugger makes it easy to download the application
to the target and Flash the STM32F107.
783
Chapter 4
784
Chapter
5
C/OS-III Example #2
The example described in this chapter will read the current temperature from the STLM75
temperature sensor built into the C/Eval-STM32F107 board shown in Figure 5-1.
STLM75
Temperature
Sensor
785
Chapter 5
It is assumed that you have read the previous chapter, and are comfortable with the tools
(Embedded Workbench and C/Probe). It is also assumed that you have the
C/Eval-STM32F107 connected to a PC.
Start the IAR Embedded Workbench for ARM and open the following workspace:
\Micrium\Software\EvalBoards\Micrium\uC-Eval-STM32F107\IAR\uC-Eval-STM32F107.eww
Click on the uCOS-III-Ex2 tab at the bottom of the workspace explorer to select the second
project. Notice that the workspace looks identical to the workspace of Example #1. The
only file that changed is app.c.
Embedded Workbench will compile and link the example code and program the object file
onto the Flash of the STM32F107 using the J-Link debugger, which is built into the
C/Eval-STM32F107 board. The code will start executing and stop at main() in app.c as
shown in Figure 5-3.
Notice how the code is almost exactly the same as the one presented in the previous chapter
except that we turn on round-robin scheduling (by calling OSSchedRoundRobinCfg())
immediately after calling OSInit(). You might wonder then how is it possible for the
previous example to run multiple tasks at the same priority when round-robin scheduling
was turned off? The answer is simple, round robin occurs only when a task requires more
processing than its time quanta. If a task takes less processing and calls a blocking function,
the task behaves as any other task.
786
C/OS-III Example #2
Reset
Go
Click on the debuggers Go button to continue execution and verify that the green LED is
blinking faster than the red LED (the yellow LED will be off).
As shown in Figure 5-4, stop execution by clicking on the Stop button and then click on
the Reset button (see Figure 5-3) to restart the application.
787
Chapter 5
Break
In the debugger, scroll down slightly to expose the code for AppTaskStart() as shown in
Listing 5-1. Two things are different in AppTaskStart() from the example in the previous
chapter.
(void)p_arg;
BSP_Init();
CPU_Init();
cpu_clk_freq = BSP_CPU_ClkFreq();
cnts
= cpu_clk_freq / (CPU_INT32U)OSCfg_TickRate_Hz;
OS_CPU_SysTickInit(cnts);
#if OS_CFG_STAT_TASK_EN > 0u
OSStatTaskCPUUsageInit(&err);
#endif
CPU_IntDisMeasMaxCurReset();
AppTaskCreate();
BSP_LED_Off(0);
while (DEF_TRUE) {
BSP_LED_Toggle(1);
OSTimeDlyHMSM(0, 0, 0, 250,
OS_OPT_TIME_HMSM_STRICT,
&err);
}
(1)
(2)
788
C/OS-III Example #2
L5-1(1)
L5-1(2)
Instead of toggling all the LEDs, only one of them is toggled, (the green LED)
in this task. The LED will blink at a rate of 2 Hz.
static void
{
OS_ERR
AppTaskTempSensor
(void *p_arg)
err;
BSP_STLM75_Init();
(1)
AppLM75_Cfg.FaultLevel
= (CPU_INT08U )BSP_STLM75_FAULT_LEVEL_1;
AppLM75_Cfg.HystTemp
= (CPU_INT16S )25;
AppLM75_Cfg.IntPol
= (CPU_BOOLEAN)BSP_STLM75_INT_POL_HIGH;
AppLM75_Cfg.Mode
= (CPU_BOOLEAN)BSP_STLM75_MODE_INTERRUPT;
AppLM75_Cfg.OverLimitTemp = (CPU_INT16S )125;
BSP_STLM75_CfgSet(&AppLM75_Cfg);
while (DEF_TRUE) {
BSP_LED_Toggle(3);
BSP_STLM75_TempGet(BSP_STLM75_TEMP_UNIT_FAHRENHEIT,
&AppTempSensor);
OSTimeDlyHMSM(0, 0, 0, 500,
OS_OPT_TIME_HMSM_STRICT,
&err);
}
(2)
(3)
789
Chapter 5
L5-2(1)
L5-2(2)
As a first step, simply poll the -OS/INT line to determine if the temperature
exceeded the configured .OverTempLimit value. For this, setup the PB5 line
as a GPIO input and add code in AppTaskTempSensor() to read the status of
PB5. This is left as an exercise. You might also want to display the status of this
input using an LED in C/Probe. Note that you cannot isolate a specific bit of a
port so, simply map the value in PB5 to a global variable (C/Probe cannot
monitor local variables).
L5-2(3)
The LM75 is read every 0.5 second (the surrounding temperature should not
change very quickly) and the value, in degrees Fahrenheit is placed in
AppTempSensor. You can examine this value by setting a breakpoint using
C-Spy or, better yet, monitor the temperature live using C/Probe.
790
C/OS-III Example #2
Move the C/Eval-STM32F107 evaluation board closer to a heat source and see the
numerical value in the middle show the temperature read by the sensor. Also, the ball
thermometer on the left shows the same value, but does it graphically.
You should note that the temperature should typically show around 95 degrees Farenheit,
even though your room temperature might be much colder. The reason is because the LM75
is actually located in close proximity to the voltage regulator (U6) on the board and thus,
the LM75 is reading the temperature generated by that heat source.
791
Chapter 5
792
Chapter
6
C/OS-III Example #3
The example described in this chapter will display C/OS-III performance measurements.
Specifically, well look at the built-in time measurement features of C/OS-III, as well as
compute post-to-pend times for various kernel objects.
We will once again use the C/Eval-STM32F107 evaluation board.
It is assumed that you read the previous two chapters and are comfortable with the tools
(Embedded Workbench and C/Probe). It is also assumed that you have the
C/Eval-STM32F107 connected to your PC.
Start the IAR Embedded Workbench for ARM and open the following workspace:
\Micrium\Software\EvalBoards\Micrium\uC-Eval-STM32F107\IAR\uC-Eval-STM32F107.eww
Click on the uCOS-III-Ex3 tab at the bottom of the workspace explorer to select the third
project. Notice that the workspace looks identical to the workspace of Examples #1 and #2.
The only file that changed was app.c.
793
Chapter 6
Click on the Download and Debug button on the far right in the IAR Embedded
Workbench, as shown in Figure 6-1.
Download and Debug
Embedded Workbench will compile and link the example code and program the object file
onto the Flash of the STM32F107 using the J-Link debugger, which is built onto the
C/Eval-STM32F107 board. The code will start executing and stop at main() in app.c.
Click on the debuggers Go button to continue execution and verify that all three LEDs are
blinking quickly.
794
C/OS-III Example #3
With your mouse, grab the knob pointer and rotate it. You should see the number on the
Test # indicator reflect the position on the knob. As you rotate the knob, the Execution
Time (S) indicator will display the execution time for the test being performed.
Example #3 creates two additional tasks used to perform a series of 11 performance
measurements. One of the tasks signals or sends messages to the other task, which waits for
these signals or messages. The receiving task has a higher priority than the sender.
Table 6-1 summarizes the results.
795
Chapter 6
Test #
Description
Description
(Non-optimized)
Execution
Time (S)
(1)
(Optimized) (2)
25.5
11.0
9.7
3.4
24.4
9.9
10.1
3.9
25.9
11.3
6
0
Semaphore
Rx task waits on a semaphore
Context Switch to Tx task
Start time measurement
Tx task signals the semaphore
Context Switch to Rx task
Rx task returns from wait
Stop time measurement
Semaphore
Start time measurement
Rx task signals a semaphore
Rx task waits for the semaphore
Rx task returns from wait
Stop time measurement
No context switch
Task Semaphore
Rx task waits on its internal task semaphore
Context Switch to Tx task
Start time measurement
Tx task signals the task semaphore of the Rx task
Context Switch to Rx task
Rx task returns from wait
Stop time measurement
Task Semaphore
Start time measurement
Rx task signals its own task semaphore
Rx task waits for its task semaphore
Rx task returns from wait
Stop time measurement
No context switch
Message Queue
Rx task waits on a message queue
Context Switch to Tx task
Start time measurement
Tx task sends a message to the message queue
Context Switch to Rx task
Rx task returns from wait
Stop time measurement
796
C/OS-III Example #3
Test #
Description
Description
(Non-optimized)
Execution
Time (S)
(1)
(Optimized) (2)
13.2
6.0
24.7
10.1
13.6
6.2
9.8
3.6
26.6
11.4
6
5
Message Queue
Start time measurement
Rx task sends a message to the message queue
Rx task waits on the message queue
Rx task returns from wait
Stop time measurement
No context switch
Event Flags
Rx task waits on an event flag group
Context Switch to Tx task
Start time measurement
Tx task sets event flag group bits
Context Switch to Rx task
Rx task returns from wait
Stop time measurement
797
Chapter 6
Test #
Description
Description
(Non-optimized)
Execution
Time (S)
(1)
(Optimized) (2)
11.0
4.6
6
10
Event Flags
Start time measurement
Rx task sets event flag group bits
Rx task waits on the event flag group
Rx task returns from wait
Stop time measurement
No context switch
T6-1(1)
In these tests, the compiler was set to no-optimization for best debug
capabilities. Also, C/OS-III was configured to check all arguments, whether
some of the functions were called from ISRs, or whether API calls are passed
the proper object types, etc. This is the configuration of the pre-compiled
linkable library provided with this book and consists of the following settings
(See Appendix B, C/OS-III Configuration Manual in Part I of this book):
Compiler Optimization
CPU_CFG_INT_DIS_MEAS_EN
CPU_CFG_TS_EN
OS_CFG_APP_HOOKS_EN
OS_CFG_ARG_CHK_EN
OS_CFG_CALLED_FROM_ISR_CHK_EN
OS_CFG_DBG_EN
OS_CFG_OBJ_TYPE_CHK_EN
OS_CFG_SCHED_LOCK_TIME_MEAS_EN
OS_CFG_STAT_TASK_EN
OS_CFG_STAT_TASK_STK_CHK_EN
OS_CFG_TASK_PROFILE_EN
T6-1(2)
For comparison, I ran separate tests using the following configuration settings:
Compiler Optimization
CPU_CFG_INT_DIS_MEAS_EN
CPU_CFG_TS_EN
OS_CFG_APP_HOOKS_EN
798
None
Defined
DEF_ENABLED
1u
1u
1u
1u
1u
1u
1u
1u
1u
Medium
Not Defined
DEF_ENABLED
1u
C/OS-III Example #3
OS_CFG_ARG_CHK_EN
OS_CFG_CALLED_FROM_ISR_CHK_EN
OS_CFG_DBG_EN
OS_CFG_OBJ_TYPE_CHK_EN
OS_CFG_SCHED_LOCK_TIME_MEAS_EN
OS_CFG_STAT_TASK_EN
OS_CFG_STAT_TASK_STK_CHK_EN
OS_CFG_TASK_PROFILE_EN
0u
0u
0u
0u
0u
0u
0u
0u
As you can see, performance is more than doubled with the second configuration. The
biggest gain in performance resulted from the disable interrupt disable and scheduler lock
time measurement. While developing an application it is useful to keep C/OS-IIIs
performance measurements enabled. However, when deploying a product, some of the
above features could be disabled. I would use the following configuration:
Compiler Optimization
CPU_CFG_INT_DIS_MEAS_EN
CPU_CFG_TS_EN
OS_CFG_APP_HOOKS_EN
OS_CFG_ARG_CHK_EN
OS_CFG_CALLED_FROM_ISR_CHK_EN
OS_CFG_DBG_EN
OS_CFG_OBJ_TYPE_CHK_EN
OS_CFG_SCHED_LOCK_TIME_MEAS_EN
OS_CFG_STAT_TASK_EN
OS_CFG_STAT_TASK_STK_CHK_EN
OS_CFG_TASK_PROFILE_EN
Medium
Not Defined
DEF_ENABLED
1u
0u
0u
1u
0u
0u
1u
1u
1u
Medium
Not Defined
DEF_ENABLED
1u
1u
1u
1u
799
Chapter 6
OS_CFG_OBJ_TYPE_CHK_EN
OS_CFG_SCHED_LOCK_TIME_MEAS_EN
OS_CFG_STAT_TASK_EN
OS_CFG_STAT_TASK_STK_CHK_EN
OS_CFG_TASK_PROFILE_EN
1u
0u
1u
1u
1u
Being able to adjust the configuration assumes access to the C/OS-III source code, which
is available to licensees.
Remember that a kernel uses typically 2 to 4% of the CPU time so the fact that the code
executes twice as fast with optimization has very little impact on the overall performance of
a system. I generally like to leave performance measurement into the code because it gives
better visibility into an application and how its behaving. I also like to keep argument
checking as it protects the code in case features are added later. Unless every ounce of
performance is required in an application, I would recommend taking the safer approach.
800
C/OS-III Example #3
AppTaskStart() is also nearly identical to the previous examples except that a call was
added to a function called AppObjCreate(), which is used to initialize kernel objects that
are used in this example. AppObjCreate() is shown in Listing 6-1.
AppTaskCreate() creates two tasks called: AppTaskRx() and AppTaskTx(). These tasks
are used in the post-to-pend performance measurements. AppTaskRx() has a higher
priority than AppTaskTx. AppTaskRx() will be receiving signals or messages from
AppTaskTx().
Figure 6-3 shows how the two tasks interact to perform the tests.
801
Chapter 6
AppTaskTx()
Task Queue
(2)
OSTaskQPost()
(4)
OSTaskQPend()
Tx
Task
Low Priority
OSQPost()
OSSemPost()
OSMutexPost()
OSFlagPost()
(6)
(1)
AppQ
or
AppSem
or
AppMutex
or
AppFlagGrp
Rx
Task
OSQPend()
OSSemPend()
OSMutexPend()
OSFlagPend()
High Priority
(3)
AppTaskRx()
Task Semaphore OSTaskSemPend()
OSTaskSemPost()
OSTaskQPend()
(5)
CPU_TS_GetLo ()
OSTaskQPost()
AppTestTbl[]
Tx
AppTaskRx()
Task Queue
Rx
(2)
C/CPU
CPU_TS_GetLo ()
(7)
NULL
NULL
F6-3(1)
F6-3(2)
802
C/OS-III Example #3
F6-3(3)
AppTaskRx() then executes its Rx test as directed by the current table entry.
In most cases, this corresponds to pending on one of the 4 kernel objects
created or, AppTaskRx()s internal task semaphore or message queue. Since no
posts have been performed yet, AppTaskRx() blocks waiting for AppTaskTx()
to send it a signal or a message.
F6-3(4)
F6-3(5)
F6-3(6)
F6-3(7)
Since AppTaskRx() has a higher priority, a context switch will occur and
AppTaskRx() will resume execution. AppTaskRx() will then read the current
timestamp from the C/CPU module and store the value in another array,
AppTS_End[]. AppTaskRx() will then compute the difference between the start
and end time and save the difference in AppTS_Delta[]. Note that all values in
the RAM arrays are in CPU_TS units.
For the Cortex-M3, a timestamp is obtained by reading the CYCCNT register of
the DWT counts as fast as the CPU clock or 72 MHz in the case of the
C/Eval-STM32F107 evaluation board. Execution time in microseconds simply
requires a division by 72 of the AppTS_Delta[] entry.
803
Chapter 6
(1)
(2)
(3)
(4)
(5)
(6)
L6-2(1)
The CPU clock frequency in MHz is computed by obtaining the CPU frequency
in Hz from the bsp.c function BSP_CPU_ClkFreq().
L6-2(2)
L6-2(3)
AppTaskRx() goes through AppTestTbl[] until all tests have been performed
and continuously restarts the tests from the beginning.
804
C/OS-III Example #3
L6-2(4)
L6-2(5)
L6-2(6)
The execution time of the test is computed (in microseconds) so that it can be
displayed by C/Probe. Note that AppTestSel corresponds to the value of the
knob on the C/Probe Application data screen.
(void)p_arg;
while (DEF_TRUE) {
BSP_LED_Toggle(3);
p_test = (APP_TEST *)OSTaskQPend((OS_TICK
)0,
(OS_OPT
)OS_OPT_PEND_BLOCKING,
(OS_MSG_SIZE *)&msg_size,
(CPU_TS
*)&ts,
(OS_ERR
*)&err);
(*p_test->Tx)((CPU_INT08U)msg_size);
}
(1)
(2)
L6-3(1)
L6-3(2)
805
Chapter 6
Run the example code and select the C/OS-III Tasks screen in C/Probe. Figure 6-4
shows this screen after running the example code for more than three hours.
4
Figure 6-4 C/OS-III Task Screen
F6-4(1)
F6-4(2)
Worst case interrupt disable time for C/OS-IIIs internal task is less than 6 s,
and the scheduler is locked for a maximum of 17 s.
F6-4(3)
F6-4(4)
The tick task and timer tasks are signaled by the tick ISR. The tick task runs
within 39 s from the time it is signaled, whereas the timer task runs within 111
s of being signaled. The timer task executes after the tick task because its
priority is lower.
Select the C/OS-III Miscellaneous screen in C/Probe. Figure 6-5 shows this screen.
806
C/OS-III Example #3
F6-5(1)
The large meter indicates the total CPU usage for the code running this
application. As you can see, this represents only 1%.
F6-5(2)
C/OS-III computes the maximum execution time of the statistic, tick, and
timer tasks. These values are shown in microseconds.
F6-5(3)
807
Chapter 6
6-5 SUMMARY
6
808
Chapter
7
C/OS-III Example #4
This chapter involves a more complex example using a timer to simulate the rotational
speed of a wheel (Revolutions Per Minute (RPM)). This is similar to the example provided in
Section 14-7 in Part I of this book. Figure 7-1 shows a block diagram of the system.
As you can see, the embedded system will measure and display the RPM of the wheel, as
well as indicate the number of revolutions.
The rotating wheel will be simulated using a timer generating a frequency from 17 Hz to
10,000 Hz, which represents 1,000 to 600,000 RPM, respectively. Although it is doubtful that
a wheel is able to spin at 600,000 RPM (Turbine engines rotate at about 20,000 RPM), the
example causes a lot of interrupts that demonstrates certain aspects of C/OS-III.
Using C/Probe, well be able to change the frequency of the timer using a slider (i.e.
virtual potentiometer). C/Probe will also display the RPM and the number of revolutions
along with other interesting values.
809
Chapter 7
It is assumed that you have read the previous three chapters, and are comfortable with the
tools (Embedded Workbench and C/Probe). It is also assumed that you have the
C/Eval-STM32F107 connected to a PC.
Start the IAR Embedded Workbench for ARM and open the following workspace:
\Micrium\Software\EvalBoards\Micrium\uC-Eval-STM32F107\IAR\uC-Eval-STM32F107.eww
Click on the uCOS-III-Ex4 tab at the bottom of the workspace explorer to select the fourth
project. Notice that the workspace looks identical to the workspace of the previous
examples. The only file that changed is app.c.
Embedded Workbench will compile and link the example code and program the object file
onto the Flash of the STM32F107 using the J-Link debugger, which is built onto the
C/Eval-STM32F107 board. The code will start executing and stop at main() in app.c.
Click on the debuggers Go button to continue execution and verify that all three LEDs are
blinking.
810
C/OS-III Example #4
\Micrium\Software\EvalBoards\Micrium\uC-Eval-STM32F107\IAR\uCOS-III-Ex4
Select the Application tab and click on the C/Probe Run button. The screen should
appear as the one shown in Figure 7-3.
The big meter in the center represents the RPM of the wheel (0 to 600,000).
The numeric display on the bottom left represents the number of revolutions that the wheel
performed so far.
811
Chapter 7
The RPM Setpoint slider is used to adjust the RPM of the simulated wheel. This slider
changes the frequency of the timer used to simulate the rotation of the wheel. The number
on the slider should correspond to the number on the RPM meter.
7
Two additional meters are shown. The top left meter indicates the total CPU usage of the
application code. The meter below it indicates the percentage of CPU time used by the RPM
measurement task (described later) as a percentage of the total CPU time used. As shown
on Figure 7-3, the RPM task consumes 17% of the total CPU usage, which is 28%. In other
words, the RPM task consumes 4.76% of the total CPU time (17% of 28%).
The numeric indicator above the # Revolutions represents the time it takes for the wheel to
complete one revolution (in microseconds). When the slider is all the way down, this
indicator will display 60,000 (60 milliseconds) and when all the way up, 100 microseconds.
The toggle switch on the right is used to reset the C/OS-III statistics by calling
OSStatReset() whenever the switch is toggled up and then down.
Figure 7-4 shows the statistics on the C/OS-III tasks.
The idle task indicates 63% since the RPM is cranked all the way up to 600,000 on the slider.
The Tick, Statistics and Timer tasks barely consume any CPU time since they are very low
overhead tasks.
812
C/OS-III Example #4
26B76B*(7
WV
GHOWDBWV
$SS530B3UHY76
5RWDWLQJ
:KHHO
267DVN43RVW
$SS7PU,65 B+DQGOHU
6HQVRU
0HVVDJH
4XHXH
GHOWDBWV
267DVN43HQG
530
7DVN
7LPHRXW
7LPHU
ELW
5HIHUHQFH
)UHTXHQF\
0+]
530 6HWSRLQW
$SS530
$SS530B$YJ
$SS530B0LQ
$SS530B0D[
$SS530B5HY&WU
$SS530B7DVN([HF7LPHBX6
$SS530B7PU5HORDGB&QWV
$SS530B6WS
$SS530B6WS
8VHU,)
7DVN
266WDW5HVHW
5HVHW
&26,,,
6WDWLVWLFV
7RJJOH2QWKHQ2II
5HVHW6WDWLVWLFV
813
Chapter 7
F7-5(1)
The statistics reset switch is read by the User Interface task every 100 milliseconds.
When toggled from off to on, OSStatReset() is called. To reset the statistics,
return the toggle switch back to the off position and repeat the process.
F7-5(2)
The User Interface task also monitors the value of the slider (AppRPM_Stp) and
converts this value to the reload counts (AppRPM_TmrReload_Cnts) used by the
timer to simulate the rotation of the wheel (i.e. Timer #1 of the STM32F107).
F7-5(3)
Timer #1 is a 16-bit down counter that automatically reloads itself when the count
reaches zero. As shown, the reference frequency for the timer is set to 1 MHz and
thus, the timer can generate frequencies from 15.25 Hz (65535 counts) to 1 MHz
(1 count). Upon timing out, the timer will generate an interrupt.
F7-5(4)
The interrupt service routine simulates the reading of an Input Capture (described
later) by reading the current timestamp. Recall that on the Cortex-M3, the
timestamp comes from the DWT_CYCCNT register, which is a 32-bit counter that
counts CPU clock cycles. On the C/Eval-STM32F107, the counter increments at
72 MHz, providing plenty of resolution. The timestamp is subtracted from the
previous timestamp to compute the time between interrupts.
F7-5(5)
The delta time is posted to the RPM tasks built-in message queue.
F7-5(6)
When the ISR exits and, if the RPM task is the highest priority task ready to run,
then C/OS-III will context switch to this task. The RPM task extracts the received
message from its message queue and computes the RPM. which is given by:
AppRPM =
60
TimeForOneRevolution
or,
AppRPM =
6072,000,000
delta_ts
814
C/OS-III Example #4
F7-5(7)
The RPM task also keeps track of the number of revolutions that corresponds to
the number of times the task was posted. In fact, this also corresponds to the
number of times the task has been context switched to, and this is saved in the
tasks OS_TCB. However, the information in the TCB should not be read by the
application code.
The average RPM (AppRPM_Avg) is computed by filtering the RPM value by
taking 1/16th of the current value and adding 15/16th of the previous value as
shown below:
AppRPM_ Avg =
The RPM task also detects the maximum RPM (AppRPM_Max) and the minimum
RPM (AppRPM_Min).
815
Chapter 7
F7-6(1)
A reference frequency feeds a free running up counter. Many input captures are
only 16-bit, which limits the range of values measured. However, modern
microcontrollers offer 32-bit input captures, which offer a wide dynamic range.
F7-6(2)
When the sensor detects one revolution of the wheel, it latches (or captures)
the current value of the free running timer.
F7-6(3)
The CPU is generally interrupted at the same time and the CPU reads the
latched value. The time the wheel took to complete a full revolution is
determined by subtracting the current latched value from the previous latched
value. The RPM is thus:
RPM =
816
60ReferenceFrequency
CurrentLatchedPreviousLatched
C/OS-III Example #4
static void
{
OS_ERR
(void)p_arg;
while (DEF_TRUE) {
BSP_LED_Toggle(3);
OSTimeDlyHMSM(0, 0, 0, 100,
OS_OPT_TIME_HMSM_STRICT,
&err);
if (AppRPM_Stp > 1000u) {
AppRPM_TmrReload_Cnts = (CPU_INT16U)(60000000uL / AppRPM_Stp);
} else {
AppRPM_TmrReload_Cnts = (CPU_INT16U)60000u;
}
TIM1->ARR = AppRPM_TmrReload_Cnts;
if (AppStatResetSw != DEF_FALSE) {
OSStatReset(&err);
AppStatResetSw = DEF_FALSE;
}
}
(1)
(2)
(3)
F7-6(4)
The RPM setpoint variable is changed by C/Probe (the slider). Since a 16-bit
timer is used to simulate the RPM, the RPM cannot go lower than 1,000 (16 Hz)
based on the 1 MHz reference frequency feeding Timer #1. The reload value is
then computed from the setpoint.
F7-6(5)
F7-6(6)
The C/OS-III statistics are reset if the user toggles the switch (See the
screenshot of Figure 7-3), which maps to AppStatResetSw from C/Probe.
817
Chapter 7
static
{
void
OS_ERR
CPU_INT32U
CPU_INT32U
err;
cpu_clk_freq_mhz;
rpm_delta_ic;
OS_MSG_SIZE
CPU_TS
CPU_TS
CPU_TS
msg_size;
ts;
ts_start;
ts_end;
(void)p_arg;
AppRPM_PrevTS
AppTmrInit(200);
cpu_clk_freq_mhz
AppRPM_RevCtr
AppRPM_Max
AppRPM_Min
= OS_TS_GET();
=
=
=
=
BSP_CPU_ClkFreq() / (CPU_INT32U)1000000;
0u;
(CPU_FP32)0.0;
(CPU_FP32)99999999.9;
(1)
(2)
(3)
L7-2(1)
L7-2(2)
Timer #1 is initialized.
L7-2(3)
818
C/OS-III Example #4
while (DEF_ON) {
rpm_delta_ic = (CPU_INT32U)OSTaskQPend((OS_TICK
)OSCfg_TickRate_Hz,
(OS_OPT
)OS_OPT_PEND_BLOCKING,
(OS_MSG_SIZE *)&msg_size,
(CPU_TS
*)&ts,
(OS_ERR
*)&err);
ts_start = OS_TS_GET();
if (err == OS_ERR_TIMEOUT) {
AppRPM = (CPU_FP32)0;
} else {
AppRPM_RevCtr++;
if (rpm_delta_ic > 0u) {
AppRPM = (CPU_FP32)60 * (CPU_FP32)AppCPU_ClkFreq_Hz
/ (CPU_FP32)rpm_delta_ic;
} else {
AppRPM = (CPU_FP32)0;
}
}
if (AppRPM > AppRPM_Max) {
AppRPM_Max = AppRPM;
}
if (AppRPM < AppRPM_Min) {
AppRPM_Min = AppRPM;
}
AppRPM_Avg
= (CPU_FP32)0.0625 * AppRPM
+ (CPU_FP32)0.9375 * AppRPM_Avg;
ts_end
= OS_TS_GET();
AppRPM_TaskExecTime_uS = (ts_end - ts_start)
/ cpu_clk_freq_mhz;
BSP_LED_Toggle(1);
(4)
7
(5)
(6)
(7)
(8)
(9)
(10)
(11)
}
}
L7-2(4)
The task then waits until a message is sent to it. The message is actually the
delta timestamp, which represents one complete revolution of the simulated
wheel.
L7-2(5)
L7-2(6)
If the pend on the message queue timed out, the RPM is 0 indicating that the
wheel is not turning. In our simulation, this should never happen since the
minimum frequency is 16 Hz.
L7-2(7)
Chapter 7
L7-2(8)
The RPM is computed based on the time it took between interrupts. Note that
you should always have code that checks for divide by zero.
L7-2(9)
L7-2(10)
L7-2(11)
The code for the timer ISR (that simulates a input capture) is shown in Listing 7-3.
ts
= OS_TS_GET();
delta_ts
= ts - AppRPM_PrevTS;
AppRPM_PrevTS = ts;
TIM_ClearITPendingBit(TIM1, TIM_IT_Update);
OSTaskQPost((OS_TCB
*)&AppTaskRPM_TCB,
(void
*)delta_ts,
(OS_MSG_SIZE)sizeof(CPU_TS),
(OS_OPT
)OS_OPT_POST_FIFO,
(OS_ERR
*)&err);
(1)
(2)
(3)
(4)
L7-3(1)
The timestamp is read to simulate reading the input capture latch register.
L7-3(2)
L7-3(3)
The timer interrupt is cleared to avoid re-entering the same interrupt upon
exiting the ISR.
L7-3(4)
820
C/OS-III Example #4
7-5 OBSERVATIONS
C/OS-IIIs OSTaskQPost() already takes a snapshot of the timestamp when a message is
posted. As a result, the ISR and RPM tasks could have been written somewhat differently to
make use of this feature. If you are not using an input capture there will be some
inaccuracies in the measurement.
Specifically, it is not necessary to read the timestamp in the ISR, compute the delta, and post
the delta to the RPM task. Instead, the ISR could have simply done the following:
The only difference is that the timestamp is read slightly later (because it is read in
OSTaskQPost()). However, the timestamp is read fairly early in OSTaskQPost().
There is no need to post anything since the timestamp is what we are looking for when
OSTaskQPend() returns in the RPM task. Because of this, we could have used
OSTaskSemPost() and OSTaskSemPend() and would have obtained the same result.
The RPM task can also compute deltas to reduce ISR processing time. The RPM task would
be as follows (only the changes are shown in bold):
821
Chapter 7
while (DEF_TRUE) {
(void)OSTaskQPend((OS_TICK
)OSCfg_TickRate_Hz,
(OS_OPT
)OS_OPT_PEND_BLOCKING,
(OS_MSG_SIZE *)&msg_size,
(CPU_TS
*)&ts,
(OS_ERR
*)&err);
ts_start = OS_TS_GET();
if (err == OS_ERR_TIMEOUT) {
AppRPM = (CPU_FP32)0;
} else {
AppRPM_RevCtr++;
rpm_delta_ic = ts AppRPM_PrevTS;
AppRPM_PrevTS = ts;
if (rpm_delta_ic > 0u) {
AppRPM = (CPU_FP32)60 * (CPU_FP32)AppCPU_ClkFreq_Hz
/ (CPU_FP32)rpm_delta_ic;
} else {
AppRPM = (CPU_FP32)0;
}
}
:
/* Rest of the code here */
:
}
}
7-6 SUMMARY
This example showed how to measure the RPM of a wheel. The wheel was simulated using
a timer. The RPM generated was grossly exaggerated to create a high interrupt rate (up to
10,000 Hz).
C/CPU provides the capability to obtain timestamps, which are used to measure execution
times and the time between interrupts.
C/Probe is a highly useful tool that can display nearly any run-time data from an
application. This information is highly useful during debugging since it allows you to "see"
things that are not visible on most deeply embedded systems.
822
Appendix
A
C/OS-III port for the Cortex-M3
This appendix describes the adaptation of C/OS-III to the Cortex-M3 which is called a port.
The port files are found in the following directory:
\Micrium\Software\uCOS-III\Ports\ARM-Cortex-M3\Generic\IAR
The port consists of three files:
os_cpu.h
os_cpu_c.c
os_cpu_a.asm
823
A
Appendix A
A-1 OS_CPU.H
os_cpu.h contains processor- and implementation-specific #defines constants, macros,
and typedefs. os_cpu.h is shown in Listing A-1.
#ifndef
#define
OS_CPU_H
OS_CPU_H
(1)
#ifdef
OS_CPU_GLOBALS
(2)
#define OS_CPU_EXT
#else
#define OS_CPU_EXT extern
#endif
/*
***********************************************************************************************
*
MACROS
***********************************************************************************************
*/
#ifndef NVIC_INT_CTRL
#define NVIC_INT_CTRL
*((CPU_REG32 *)0xE000ED04)
#endif
#ifndef NVIC_PENDSVSET
#define NVIC_PENDSVSET
#endif
#define OS_TASK_SW()
#define OSIntCtxSw()
0x10000000
NVIC_INT_CTRL = NVIC_PENDSVSET
NVIC_INT_CTRL = NVIC_PENDSVSET
(3)
#if OS_CFG_TS_EN == 1u
#define OS_TS_GET()
(CPU_TS)CPU_TS_TmrRd()
(4)
#else
#define OS_TS_GET()
(CPU_TS)0u
/*
***********************************************************************************************
*
PROTOTYPES
***********************************************************************************************
*/
void OSCtxSw
(void);
(5)
void OSIntCtxSw
(void);
void OSStartHighRdy
(void);
void OS_CPU_PendSVHandler (void);
(6)
void OS_CPU_SysTickHandler (void);
(7)
void OS_CPU_SysTickInit
(CPU_INT32U cnts);
#endif
824
A
C/OS-III port for the Cortex-M3
LA-1(1)
LA-1(2)
LA-1(3)
The task and ISR level context switch code is performed by triggering the
PendSV handler on the Cortex-M3. The PendSV handler is implemented in
os_cpu_a.asm.
LA-1(4)
LA-1(5)
LA-1(6)
LA-1(7)
The Cortex-M3 has a timer dedicated for RTOS use called the SysTick. The code
to initialize and handle the SysTick interrupt is found in os_cpu_c.c. Note that
this code is part of the C/OS-III port file and not the Board Support Package
(bsp.c), because the SysTick is available to all Cortex-M3 implementations and
is always handled the same by C/OS-III.
825
A
Appendix A
A-2 OS_CPU_C.C
A C/OS-III port requires that the following functions be declared:
OSIdleTaskHook()
OSInitHook()
OSStatTaskHook()
OSTaskCreateHook()
OSTaslDelHook()
OSTaskReturnHook()
OSTaskStkInit()
OSTaskSwHook()
OSTimeTickHook()
The Cortex-M3 port implements two additional functions as described in the previous
sections:
OS_CPU_SysTickHandler()
OS_CPU_SysTickInit()
(1)
(2)
(3)
826
A
C/OS-III port for the Cortex-M3
LA-2(1)
LA-2(2)
LA-2(3)
The application level idle task hook is called without any argument.
void
{
}
OSInitHook (void)
OSInitHook() does not call any application level hook functions because it cant and thus,
there are no application hook function pointer. The reason for this is that OSInit()
initializes all the application hook pointers to NULL and because of that, it would not be
possible to redefine the application init hook pointer before OSInit() returns.
827
A
Appendix A
(1)
(2)
LA-4(1)
If you wants your own function to be called by C/OS-IIIs statistic task (i.e.
OS_StatTask()) then the developer needs to initialize the value of
OS_AppStatTaskHookPtr to point to the desired function to call.
Note that C/OS-III initializes OS_AppStatTaskHookPtr to NULL when
OSInit() is called and therefore, the code must set this pointer only after
calling OSInit().
The application hook function must not make any blocking calls because it
would affect the behavior of the statistic task. Examples of application hooks
are found in os_app_hooks.c.
LA-4(2)
828
A
C/OS-III port for the Cortex-M3
(1)
(2)
LA-5(1)
LA-5(2)
The application level task create hook is passed the address of the OS_TCB of
the task being created.
829
A
Appendix A
(1)
(2)
LA-6(1)
LA-6(2)
830
The application level task delete hook is passed the address of the OS_TCB of
the task being created.
A
C/OS-III port for the Cortex-M3
(1)
(2)
LA-7(1)
LA-7(2)
The application level task return hook is passed the address of the OS_TCB of
the task being created.
831
A
Appendix A
(void)&opt;
(void)&p_stk_limit;
p_stk
= &p_stk_base[stk_size];
*--p_stk = (CPU_INT32U)0x01000000L;
*--p_stk = (CPU_INT32U)p_task;
*--p_stk = (CPU_INT32U)OS_TaskReturn;
*--p_stk = (CPU_INT32U)0x12121212L;
*--p_stk = (CPU_INT32U)0x03030303L;
*--p_stk = (CPU_INT32U)0x02020202L;
*--p_stk = (CPU_INT32U)p_stk_limit;
*--p_stk = (CPU_INT32U)p_arg;
*--p_stk = (CPU_INT32U)0x11111111L;
*--p_stk = (CPU_INT32U)0x10101010L;
*--p_stk = (CPU_INT32U)0x09090909L;
*--p_stk = (CPU_INT32U)0x08080808L;
*--p_stk = (CPU_INT32U)0x07070707L;
*--p_stk = (CPU_INT32U)0x06060606L;
*--p_stk = (CPU_INT32U)0x05050505L;
*--p_stk = (CPU_INT32U)0x04040404L;
return (p_stk);
(1)
(2)
(3)
(4)
(5)
(6)
(7)
(8)
(9)
832
A
C/OS-III port for the Cortex-M3
LA-8(1)
2.
A pointer to an argument that will be passed to the task when the task
starts, i.e. p_arg.
3.
The base address of the storage area in RAM of the stack. Typically a stack
is declared as an array of CPU_STKs as shown below.
CPU_STK MyTaskStk[stk_size];
In this case, the base address is simply &MyTaskStk[0].
1.
The address of where the stack limit is to point to. This assumes that the
CPU supports stack limit checking. If not then this pointer is not used.
2.
3.
LA-8(2)
LA-8(3)
The Cortex-M3s PSR register is initialized. The initial value sets the T bit in the
PSR, which causes the Cortex-M3 to use Thumb instructions (this should always
be the case).
LA-8(4)
LA-8(5)
This register corresponds to R14 (the link register), which contains the return
address of the task. As previously mentioned, a task is not supposed to return.
This pointer allows us, therefore, to catch this fault and properly terminate the
task. C/OS-III provides a function just for that purpose, OS_TaskReturn().
833
A
Appendix A
LA-8(6)
Registers R12, R3, R2 and R1 are initialized to a value that makes it easy for
them to be identified when a debugger performs a memory dump.
LA-8(7)
LA-8(8)
Registers R11, R10, R9 and R8, R7, R6, R5 and R4 are initialized to a value that
makes it easy for them to be identified when a debugger performs a memory
dump.
LA-8(9)
Notice that the stack pointer is not decremented after the last register is placed
onto the stack. This is because the Cortex-M3 assumes that the stack pointer
points to the last element pushed onto the stack.
OSTaskStkInit() returns the new top-of-stack pointer to OSTaskCreate(),
which will save this value in the tasks OS_TCB in the .StkPtr field.
The stack frame of the task being created is shown in Figure A-1.
834
A
C/OS-III port for the Cortex-M3
Lower Memory
Address
p_stk
R4 (0x04040404)
R5 (0x05050505)
Simulated
registers
saved
by
software
during
context
switch
R6 (0x06060606)
R7 (0x07070707)
R8 (0x08080808)
R9 (0x09090909)
R10 (0x10101010)
R11 (0x11111111)
R0 (p_arg)
R1 (p_stk_limit)
R2 (0x02020202)
Simulated
registers
automatically
saved
by
hardware
R3 (0x03030303)
R12 (0x12121212)
R14 (OS_TaskReturn)
R15 (p_task)
&p_stk_base[stk_size - 1u]
PSR
Higher Memory
Address
835
A
Appendix A
void
OSTaskSwHook (void)
{
#if OS_CFG_TASK_PROFILE_EN > 0u
CPU_TS
ts;
#ifdef CPU_CFG_INT_DIS_MEAS_EN
CPU_TS
int_dis_time;
#endif
#endif
#if OS_CFG_APP_HOOKS_EN > 0u
if (OS_AppTaskSwHookPtr != (OS_APP_HOOK_VOID)0) {
(*OS_AppTaskSwHookPtr)();
}
#endif
#if OS_CFG_TASK_PROFILE_EN > 0u
ts = OS_TS_GET();
if (OSTCBCurPtr != OSTCBHighRdyPtr) {
OSTCBCurPtr->CyclesDelta = ts - OSTCBCurPtr->CyclesStart;
OSTCBCurPtr->CyclesTotal += (OS_CYCLES)OSTCBCurPtr->CyclesDelta;
}
OSTCBHighRdyPtr->CyclesStart = ts;
#ifdef CPU_CFG_INT_DIS_MEAS_EN
int_dis_time = CPU_IntDisMeasMaxCurReset();
if (int_dis_time > OSTCBCurPtr->IntDisTimeMax) {
OSTCBCurPtr->IntDisTimeMax = int_dis_time;
}
#if OS_CFG_SCHED_LOCK_TIME_MEAS_EN > 0u
if (OSSchedLockTimeMaxCur > OSTCBCurPtr->SchedLockTimeMax) {
OSTCBCurPtr->SchedLockTimeMax = OSSchedLockTimeMaxCur;
}
OSSchedLockTimeMaxCur = (CPU_TS)0;
#endif
#endif
#endif
}
(1)
(2)
(3)
(4)
(5)
(6)
LA-9(1)
836
A
C/OS-III port for the Cortex-M3
The application level task switch hook is not passed any arguments. However,
the global C/OS-III variables OSTCBCurPtr and OSTCBHighRdyPtr will point
to the OS_TCB of the task being switched out and the OS_TCB of the task being
switched in, respectively.
LA-9(3)
This code measures the execution time of each task. This will be used by the
statistic task to compute the relative CPU usage (in percentage) that each task
uses.
If task profiling is enabled (i.e. OS_CFG_TASK_PROFILE_EN is set to 1) then we
obtain the current timestamp. If we are switching to a new task, we simply
compute how long the task that is being switched out ran for. We then
accumulate this in the .CyclesTotal field (64 bits) of the OS_TCB for that task.
LA-9(4)
OSTaskSwHook() stores the timestamp read as the beginning time of the new
task being switched in.
Note is that the execution time of each task also includes the execution time of
any interrupt that occurred while the task was executing. It would be possible
to exclude this, but it would require more overhead on the CPU.
LA-9(5)
LA-9(6)
837
A
Appendix A
(1)
(2)
LA-10(1)
LA-10(2)
838
The application level time tick hook is not passed any arguments.
A
C/OS-III port for the Cortex-M3
CPU_CRITICAL_ENTER();
OSIntNestingCtr++;
CPU_CRITICAL_EXIT();
OSTimeTick();
OSIntExit();
(1)
(2)
(3)
(4)
LA-11(1)
When the Cortex-M3 enters an interrupt, the CPU automatically saves critical
registers (R0, R1, R2, R3, R12, PC, LR and XPSR) onto the current tasks stack
and switches to the Main Stack (MSP) to handle the interrupt.
This means that R4 through R11 are not saved when the interrupt starts and the
ARM Architecture Procedure Call Standard (AAPCS) requires that all interrupt
handlers preserve the values of the other registers, if they are required during
the ISR.
LA-11(2)
LA-11(3)
LA-11(4)
Every interrupt handler must call OSIntExit() at the end of the handler.
839
A
Appendix A
(1)
(1)
(2)
LA-12(1)
cpu_clk_freq = BSP_CPU_ClkFreq();
cnts
= cpu_clk_freq / (CPU_INT32U)OS_CFG_TICK_RATE_HZ;
840
The SysTick interrupt is set to the lowest priority because ticks are mostly
used for coarse time delays and timeouts, and we want application interrupts to
be handled first.
A
C/OS-III port for the Cortex-M3
A-3 OS_CPU_A.ASM
os_cpu_a.asm contains processor-specific code for three functions that must be written in
assembly language:
OSStartHighRdy()
OSCtxSw()
OSIntCtxSw()
In addition, the Cortex-M3 requires the definition of a function to handle the PendSV exception.
OS_CPU_PendSVHandler()
OSStartHighRdy
LDR
R0, =NVIC_SYSPRI14
LDR
R1, =NVIC_PENDSV_PRI
STRB
R1, [R0]
MOVS
R0, #0
MSR
PSP, R0
LDR
R0, =NVIC_INT_CTRL
LDR
R1, =NVIC_PENDSVSET
STR
R1, [R0]
CPSIE
I
OSStartHang
B
OSStartHang
(1)
(2)
(3)
(4)
LA-13(1)
841
A
Appendix A
LA-13(2)
The PendSV handler is invoked by triggering it. However, the PendSV will not
execute immediately because it is assumed that interrupts are disabled.
LA-13(3)
Interrupts are enabled and this should cause the Cortex-M3 processor to vector
to the PendSV handler (described later).
LA-13(4)
The PendSV handler should pass control to the highest-priority task that was
created and the code should never come back to OSStartHighRdy().
OSCtxSw
LDR
LDR
STR
BX
OSIntCtxSw
LDR
LDR
STR
BX
R0, =NVIC_INT_CTRL
R1, =NVIC_PENDSVSET
R1, [R0]
LR
R0, =NVIC_INT_CTRL
R1, =NVIC_PENDSVSET
R1, [R0]
LR
842
A
C/OS-III port for the Cortex-M3
OS_CPU_PendSVHandler
CPSID
I
MRS
R0, PSP
CBZ
R0, OS_CPU_PendSVHandler_nosave
SUBS
R0, R0, #0x20
STM
R0, {R4-R11}
LDR
R1, =OSTCBCurPtr
LDR
R1, [R1]
STR
R0, [R1]
OS_CPU_PendSVHandler_nosave
PUSH
{R14}
LDR
R0, =OSTaskSwHook
BLX
R0
POP
{R14}
LDR
R0, =OSPrioCur
LDR
R1, =OSPrioHighRdy
LDRB
R2, [R1]
STRB
R2, [R0]
LDR
R0, =OSTCBCurPtr
LDR
R1, =OSTCBHighRdyPtr
LDR
R2, [R1]
STR
R2, [R0]
LDR
R0, [R2]
LDM
R0, {R4-R11}
ADDS
R0, R0, #0x20
MSR
PSP, R0
ORR
LR, LR, #0x04
CPSIE
I
BX
LR
(1)
(2)
(3)
(4)
(5)
(6)
(7)
(8)
(9)
(10)
(11)
(12)
843
A
Appendix A
LA-15(1)
LA-15(2)
This code skips saving the remaining 8 registers if this is the first time the
PendSV is called. In other words, when OSStartHighRdy() triggers the
PendSV handler, there is nothing to save from the previous task as there is no
previous task.
LA-15(3)
LA-15(4)
OS_CPU_PendSVHandler() saves the stack pointer of the task switched out into
that tasks OS_TCB. Note that the first field of an OS_TCB is .StkPtr (the tasks
stack pointer), which makes it convenient for assembly language code since
there are no offsets to determine.
LA-15(5)
LA-15(6)
OS_CPU_PendSVHandler() copies the priority of the new task into the priority
of the current task, i.e.:
OSPrioCur = OSPrioHighRdy;
LA-15(7)
OS_CPU_PendSVHandler() copies the pointer to the new tasks OS_TCB into the
pointer to the current tasks OS_TCB, i.e.:
OSTCBCurPtr = OSTCBHighRdyPtr;
LA-15(8)
LA-15(9)
CPU registers R4 through R11 from the new task are loaded into the CPU.
LA-15(10)
The task stack pointer is updated with the new top-of-stack pointer.
844
A
C/OS-III port for the Cortex-M3
LA-15(11)
Interrupts are re-enabled since we are finished performing the critical portion of
the context switch. If another interrupt occurs before we return from the PendSV
handler, the Cortex-M3 knows that there are eight registers still saved on the
stack, and there would be no need for it to save them. This is called Tail Chaining
and it makes servicing back-to-back interrupts quite efficient on the Cortex-M3.
LA-15(12)
By performing a return from the PendSV handler, the Cortex-M3 processors knows
that it is returning from interrupt and will thus restore the remaining registers.
845
A
Appendix A
846
Appendix
B
C/CPU port for the Cortex-M3
C/CPU consists of files that encapsulate common CPU-specific functionality and CPU
compiler-specific data types. Appendix B describes the adaptation of C/CPU to the
Cortex-M3 as it relates to C/OS-III.
Notice how each variable, function, #define constant, or macro is prefixed with CPU_. This
makes it easier to identify them as belonging to the C/CPU module when invoked by other
modules, or application code.
The C/CPU files are found in the following three directories:
\Micrium\Software\uC-CPU\cpu_core.c
\Micrium\Software\uC-CPU\cpu_core.h
\Micrium\Software\uC-CPU\cpu_def.h
\Micrium\Software\uC-CPU\Cfg\Template\cpu_cfg.h
\Micrium\Software\uC-CPU\ARM-Cortex-M3\IAR\cpu.h
\Micrium\Software\uC-CPU\ARM-Cortex-M3\IAR\cpu_a.asm
\Micrium\Software\uC-CPU\ARM-Cortex-M3\IAR\cpu_c.c
B-1 CPU_CORE.C
cpu_core.c contains C code that is common to all CPU architectures and this file must not
be changed. Specifically, cpu_core.c contains functions to allow C/OS-III and your
application to obtain time stamps, measure the interrupt disable time of the
CPU_CRITICAL_ENTER() and CPU_CRITICAL_EXIT() macros, a function that emulates a
count leading zeros instruction (if the processor does not have that instruction built-in), and
a few other functions.
The application code must call CPU_Init() before it calls any other C/CPU function. This
call can be placed in main() before calling C/OS-IIIs OSInit().
847
Appendix B
B
B-2 CPU_CORE.H
cpu_core.h contains function prototypes for the functions provided in cpu_core.c and
allocation of the variables used by the module to measure interrupt disable time. This file
must not be modified.
B-3 CPU_DEF.H
cpu_def.h contains miscellaneous #define constants used by the C/CPU module. This
file must not be modified.
B-4 CPU_CFG.H
cpu_cfg.h contains a template to configure C/CPU for an actual project. cpu_cfg.h
determines whether to enable measurement of the interrupt disable time, whether the CPU
implements a count leading zeros instruction in assembly language, or whether it will be
emulated in C, and more.
You should copy cpu_cfg.h to the application directory for a project and modify this file as
necessary. This obviously assumes that you have access to the source code. The source
code is provided to C/OS-III licensees.
Listing B-1 shows the recommended values for the Cortex-M3.
#define
#define
#define
#define
#define
#define
CPU_CFG_NAME_EN
CPU_CFG_NAME_SIZE
CPU_CFG_TS_EN
CPU_CFG_INT_DIS_MEAS_EN
CPU_CFG_INT_DIS_MEAS_OVRHD_NBR
CPU_CFG_LEAD_ZEROS_ASM_PRESENT
DEF_ENABLED
16u
DEF_ENABLED
DEF_ENABLED
1u
DEF_ENABLED
(1)
(2)
(3)
(4)
(5)
(6)
LB-1(1)
848
Assign an ASCII name to the CPU by calling CPU_NameSet(). This is useful for
debugging purposes.
LB-1(2)
The name of the CPU should be limited to 15 characters plus a NUL, unless this
value is changed.
LB-1(3)
LB-1(4)
This #define determines whether to measure interrupt disable time. This is a useful
feature during development but it may be turned off when deploying a system,
as measuring interrupt disable time adds measurement artifacts (i.e. overhead).
LB-1(5)
LB-1(6)
The ARMv7 instruction set of the Cortex-M3 contains a Count Leading Zeros
(CLZ) instruction, which significantly improves the performance of the
C/OS-III scheduler and, therefore, this option always needs to be enabled.
Appendix B
B
(1)
(2)
(3)
}
#endif
LB-2(1)
LB-2(2)
To initialize the DWTs CYCCNT set bit 0 in the DWTs Control Register (DWT_CR).
A read-modify-write avoids altering the other bits in the DWT_CR.
LB-2(3)
CPU_TS_TmrInit() requires that the function returns the number of left shifts
needed to make CPU_TS_TmrRd() (described below) return a 32-bit value. Since
CYCCNT is already a 32-bit counter, no shifts are needed, and this value is 0.
850
B-6 CPU.H
cpu.h contains processor- and implementation-specific #defines constants, macros
and typedefs.
#define
CPU_CFG_STK_GROWTH
#define
CPU_CFG_LEAD_ZEROS_ASM_PRESENT
CPU_STK_GROWTH_HI_TO_LO
#define
CPU_SR_ALLOC()
#define
CPU_CRITICAL_ENTER()
{ cpu_sr = CPU_SR_Save(); }
(4)
#define
CPU_CRITICAL_EXIT()
{ CPU_SR_Restore(cpu_sr);}
(5)
CPU_SR
(1)
(2)
cpu_sr = (CPU_SR)0;
(3)
LB-4(1)
This #define specifies that the Cortex-M3 stack grows from high memory to
lower-memory addresses.
LB-4(2)
LB-4(3)
The macro is used to allocate a local variable in a function that needs to protect a
critical section by disabling interrupts. C/OS-III uses CPU_SR_ALLOC() as follows:
CPU_CRITICAL_ENTER();
/* Code protected by critical section */
CPU_CRITICAL_EXIT();
:
}
851
Appendix B
B
The macro might not appear necessary if we are only declaring a single
variable, but the actual code in cpu.h is slightly more complex. Therefore the
macro hides this complexity from the user.
LB-4(4)
LB-4(5)
852
typedef
void
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
typedef
char
CPU_CHAR;
char
CPU_BOOLEAN;
char
CPU_INT08U;
char
CPU_INT08S;
short
CPU_INT16U;
short
CPU_INT16S;
int
CPU_INT32U;
int
CPU_INT32S;
long long CPU_INT64U;
long long CPU_INT64S;
float
CPU_FP32;
double
CPU_FP64;
CPU_INT08U CPU_REG08;
CPU_INT16U CPU_REG16;
CPU_INT32U CPU_REG32;
CPU_INT64U CPU_REG64;
void
(*CPU_FNCT_VOID)(void);
void
(*CPU_FNCT_PTR )(void *);
unsigned
unsigned
signed
unsigned
signed
unsigned
signed
unsigned
signed
volatile
volatile
volatile
volatile
CPU_VOID;
/*
/*
/*
/*
/*
/*
/*
/*
/*
/*
/*
/*
/*
/*
/*
/*
8-bit
8-bit
8-bit
8-bit
16-bit
16-bit
32-bit
32-bit
64-bit
64-bit
32-bit
64-bit
8-bit
16-bit
32-bit
64-bit
character
boolean or logical
unsigned integer
signed integer
unsigned integer
signed integer
unsigned integer
signed integer
unsigned integer
signed integer
floating point
floating point
register
register
register
register
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
(1)
(2)
(3)
(4)
(5)
LB-5(1)
LB-5(2)
LB-5(3)
The signed and unsigned integer data types are declared for 8, 16 and 32-bit
quantities.
LB-5(4)
C/OS-III requires that the compiler defines 64-bit data types. These are used
when computing CPU usage on a per-task basis. The 64-bit data types are used
when declaring OS_CYCLES in os_type.h.
LB-5(5)
853
Appendix B
B
#define
#define
#if
typedef
#elif
typedef
#else
typedef
#endif
#if
typedef
#elif
typedef
#else
typedef
#endif
typedef
typedef
typedef
typedef
typedef
typedef
CPU_CFG_ADDR_SIZE
CPU_WORD_SIZE_32
(6)
CPU_CFG_DATA_SIZE
CPU_WORD_SIZE_32
(CPU_CFG_ADDR_SIZE == CPU_WORD_SIZE_32)
CPU_INT32U
CPU_ADDR;
(CPU_CFG_ADDR_SIZE == CPU_WORD_SIZE_16)
CPU_INT16U
CPU_ADDR;
CPU_INT08U
CPU_ADDR;
(CPU_CFG_DATA_SIZE == CPU_WORD_SIZE_32)
CPU_INT32U
CPU_DATA;
(CPU_CFG_DATA_SIZE == CPU_WORD_SIZE_16)
CPU_INT16U
CPU_DATA;
CPU_INT08U
CPU_DATA;
CPU_DATA
CPU_ADDR
CPU_INT16U
CPU_INT32U
CPU_ADDR
CPU_INT32U
CPU_ALIGN;
CPU_SIZE_T;
CPU_ERR;
CPU_STK;
CPU_STK_SIZE;
CPU_SR;
(7)
(8)
LB-6(1)
LB-6(2)
CPU_STK declares the width of a CPU stack entry and they are 32-bits wide on
the Cortex-M3. All C/OS-III stacks must be declared using CPU_STK.
LB-6(3)
854
CPU_SR
void
CPU_SR_Save
CPU_SR_Restore
(void);
(CPU_SR
CPU_DATA
CPU_CntLeadZeros (CPU_DATA
cpu_sr);
val);
B-7 CPU_A.ASM
cpu_a.asm contains assembly language functions provided by C/CPU. Three functions of
particular importance to C/OS-III are shown in Listing B-8.
CPU_SR_Save() obtains the current value of the Cortex-M3 PSR and then disables all CPU
interrupts. The value of the saved PSR is returned to the caller.
CPU_SR_Restore() reverses the process and restores the PSR to the value passed to
CPU_SR_Restored() as an argument.
CPU_CntLeadZeros() counts the number of zero bits starting from the most significant bit
position. This function is implemented in assembly language because the ARMv7 instruction
incorporates this functionality.
In all of the functions below, R0 contains the value passed to the function, as well as the
returned value.
855
Appendix B
B
CPU_SR_Save
MRS
CPSID
BX
R0, PRIMASK
I
LR
CPU_SR_Restore
MSR
BX
PRIMASK, R0
LR
CPU_CntLeadZeros
CLZ
R0, R0
BX
LR
856
Appendix
C
IAR Systems IAR Embedded Workbench for ARM
IAR Embedded Workbench is a set of highly sophisticated and easy-to-use development tools for
embedded applications. It integrates the IAR C/C++ Compiler, assembler, linker, librarian, text
editor, project manager and C-SPY Debugger in an integrated development environment (IDE).
With its built-in chip-specific code optimizer, IAR Embedded Workbench generates very
efficient and reliable FLASH/ROMable code for ARM devices. In addition to this solid
technology, the IAR Systems also provides professional world-wide technical support.
The KickStart edition of IAR Embedded Workbench is free of charge and you may use it for
as long as you want. KickStart tools are ideal for creating small applications, or for getting
started fast on a new project. The only requirement is that you register to obtain a license key.
The KickStart edition is code-size limited, but a fully functional integrated development
environment that includes a project manager, editor, compiler, assembler, linker, librarian,
and debugger tools. A complete set of user guides is included in PDF format.
The KickStart edition corresponds to the latest release of the full edition of IAR Embedded
Workbench, with the following exceptions:
The KickStart edition of IAR Embedded Workbench allows you to run all of the examples
provided in this book.
857
Appendix C
Support for:
ARM7
ARM9
ARM9E
ARM10
ARM11
SecurCore
Cortex-M0
Cortex-M1
Cortex-M
Cortex-R4
Intel XScale
Function profiler
858
Custom Plug-Ins
(editors, source code
control systems, etc.)
C-CPY Debugger
Project
Manager
C/C++
Compilers
Assembler
Linker,
Libraries
HW
Systems
Plug-ins
IAR J-Link
IAR J-Trace
IAR ROM-Monitor
Other JTAG Probes
State
Machine
Debugging
IAR visualSTATE
RTOS
Plug-ins
Micrium C/OS-III
Tool options configurable on global, group of source files, or individual source files level
859
Appendix C
Flexible project building via batch build, pre/post-build or custom build with access to
external tools in the build process.
Hierarchical Project
Representation
Editable code
template for easy
code insetion
860
Support for C, EC++ and extended EC++ including templates, namespace, standard
template library (STL) etc.
ARM Embedded Application Binary Interface (EABI) and ARM Cortex Microcontroller
Software Interface Standard (CMSIS) compliant
Reentrant code
Multiple levels of optimizations on code size and execution speed allowing different
transformations enabled, such as function inlining, loop unrolling etc.
Advanced global and target-specific optimizer generating the most compact and stable
code
Compressed initializers
Support for ARM7, ARM7E, ARM9, ARM9E, ARM10E, ARM11, Cortex-M0, Cortex-M1,
Cortex-M3, Cortex-R4 and Intel XScale
861
Appendix C
Core support - instruction set, debugger interface (for all supported devices)
Header/DDF files - peripheral register names in C/asm source and debugger (for all
supported devices)
Flash loader for on-chip flash or off-chip EVB flash (for most of our supported devices)
Project examples - varies from simple to fairly complex applications (for most of our
supported devices)
C/C++ Support
Wide selection of
Cortex-M3 chips
MISRA C Checker
Multibyte Support
Little and big Endian
Figure C-3 Device Support
862
Runtime stack analysis - stack window to monitor the memory consumption and
integrity of the stack
Trace utility with expressions, such as variables and register values, to examine
execution history
Versatile monitoring of registers, structures, call chain, locals, global variables and
peripheral registers
True editing-while-debugging
863
Appendix C
Simulator
Emulator (JTAG/SWD)
IAR J-Link probe, JTAG and SWD support, connection via USB or TCP/IP server
RDI (Remote Debug Interface), such as Abatron BDI1000 & BDI2000, EPI Majic,
Ashling Opella, Aiji OpenICE, Signum JTAGjet, ARM Multi-ICE
A powerful relocating macro assembler with a versatile set of directives and operators
Link compatibility with object files and libraries generated by other EABI compliant tools
864
All low-level routines such as writechar() and readchar() provided in full source code
Library tools for creating and maintaining library projects, libraries and library modules
Context sensitive help and hypertext versions of the user documentation available
online
865
Appendix C
866
Appendix
D
Micrims C/Probe
C/Probe is an award-winning Microsoft Windows-based application that allows a user to
display or change the value (at run time) of virtually any variable or memory location on a
connected embedded target. The user simply populates C/Probes graphical environment with
gauges, numeric indicators, tables, graphs, virtual LEDs, bar graphs, sliders, switches, push
buttons, and other components, and associates each of these to a variable or memory location.
With C/Probe, it is not necessary to instrument the target code in order to display or
change variables at run time. In fact, there is no need to add printf() statements,
hardware such as Light Emitting Diodes (LEDs), Liquid Crystal Displays (LCDs), or use any
other means to get visibility inside an embedded target at run time.
Two versions of C/Probe are available from Micrim (See section 3-2 Downloading
C/Probe on page 763).
C/OS-III licensees will receive one free license of the full version of C/Probe. This full
version supports J-Link, RS-232C, TCP/IP, USB, and other interfaces, and allows you to
display or change an unlimited number of variables. The trial version only allows you to
display or change up to 8 application variables. However, it allows you to monitor any
C/OS-III variables since C/Probe is C/OS-III aware.
The examples provided with this book assume that you have downloaded and installed one
of these two versions of C/Probe.
This appendix provides a brief introduction to C/Probe.
867
Appendix D
D
Figure D-1 shows a block diagram of a typical development environment with the addition
of C/Probe as used with the C/Eval-STM32F107, available with this book.
$SSOLFDWLRQ
&RGH
,$5 (PEHGGHG:RUNEHQFK$50
&RPSLOHU
$VVHPEOHU
/LQNHU
/RFDWRU
70
&63<
'HEXJJHU
&3UREH
&(YDO670)
-/LQN
6:'
670)
7DUJHW
&RUWH[0
56&7&3,3RU86%
FD-1(1)
This is the application code you are developing. It is assumed that you are
using C/OS-III provided with this book. However, C/Probe does not require
an RTOS, and can work with or without an RTOS.
FD-1(2)
The examples provided with this book assumes the IAR Embedded Workbench
for ARM, but C/Probe works with any toolchain as long as the linker/locator is
able to produce an .ELF or .IEEE695 output file.
FD-1(3)
FD-1(4)
C/Probe reads the exact same .ELF or .IEEE695 output file produced by the
linker/locator. From this file, C/Probe is able to extract names, data types and
addresses of all the global variables of the application code. This information
allows C/Probe to display any of the values of the variables using the display
objects available in C/Probe (gauges, meters, virtual LEDs, bar graphs,
numeric indicators, graphs, and more.
868
Micrims C/Probe
D
FD-1(5)
C/Probe is able to interface to the Cortex-M3 processor via the SWD interface
of the J-Link. In fact, both the C-SPY debugger and C/Probe can access the
target through the J-Link at the same time. This allows C/Probe to monitor or
change any target variable while you are stepping through the code using the
C-SPY debugger. Interfacing through the J-Link also has the advantage of not
requiring any target resident code to interface to C/Probe.
FD-1(6)
869
Appendix D
(6)
Run/Stop
(4)
Objects Ribbon
(5)
Object Tabs
(2)
Workspace
(3)
Symbol Browser
(1)
Data Screen
FD-2(1)
C/Probes main focus is the Data Screen. This is where you drag and drop
such Objects as gauges, meters, graphs, virtual LEDs, sliders, switches, and
more, which are used to display or change the value of target variables at run
time. C/Probe allows you to define any number of Data Screens and each
Data Screen can be assigned a name. Each data screen is selected by using a
Tab at the top of the data screen area.
FD-2(2)
When data screens are created, their names also appear in the Workspace area.
The Workspace defines the structure of the C/Probe project. Data screens can
be imported from other projects, and can be exported.
870
Micrims C/Probe
D
FD-2(3)
The Symbol Browser contains a list of all the variables that can be displayed or
changed in the target by C/Probe. The variables are organized alphabetically
by compile modules (i.e., source files). You can expand each of those files and
view all the variables defined in that module, and search symbols by using the
search box.
FD-2(4)
The Object Ribbon is where to find the objects (gauges, meters, numeric
indicators, sliders, graphs, etc.) to drag and drop onto the data screen.
FD-2(5)
Similar objects are grouped together. Each group is selected by clicking on the
appropriate tab. Drag and drop any object onto a data screen of your choice,
and associate a variable to the instantiated object. Some objects even allow you
to associate multiple variables.
FD-2(6)
The Run/Stop icon is found in the upper left corner. Run mode in C/Probe
has nothing to do with running the target application. In C/Probe, Run means
to start communicating with the target and collect data to display.
Figure D-3 shows a group of Meter objects and Figure D-4 shows a group of
Level objects.
Figure D-5 shows a group of Slider objects, which can be used to modify target variables.
871
Appendix D
(4)
Run
(1)
Select Objects
(2)
Drag and Drop
(3)
Find the Variable
872
Micrims C/Probe
D
FD-6(1)
Select the object that will allow you to better visualize the variable (a meter, a
thermometer, an LED, etc.).
FD-6(2)
FD-6(3)
Find the variable in the symbol browser. Simply type the first few letters of the
variable and C/Probe will narrow down the search. Click on the small box to
the left of the variable.
FD-6(4)
When you want to see the value of the variable, simply click on the Run
button on the upper left corner.
Add as many objects as you want to each data screen and use as many data screens as you
want. However, remember that the trial-version of C/Probe only allows you to have a total
of five application variables, but enables the display of any C/OS-III variable.
873
Appendix D
874
Appendix
E
C/Eval-STM32F107 Users Guide
The C/Eval-STM32F107 evaluation board is designed as a complete development platform
for STMicroelectronics ARM Cortex-M3 core-based microcontroller with full speed USB
OTG, Ethernet MAC, two channels of CAN2.0A/B compliant interface, two channels I2S, two
channels I2C, five USARTs with smartcard support, three SPIs, internal 64KB SRAM and
256KB Flash, JTAG and SWD debugging support.
The full range of hardware features on the board helps you to evaluate all peripherals (USB
OTG FS, Ethernet, CAN, SD/MMC card, USART, Temperature sensor, etc.) and develop your
own applications. Extension pin headers and wire wrapping area make it possible to easily
add your own components/interface on the board for a specific application.
Figure E-1 shows a picture of the C/Eval-STM32F107.
875
Appendix E
876
E-1 FEATURES
E
The C/Eval-STM32F107 provides the following features:
64 Kbytes of SRAM
RS-232C connector
SD/MMC socket
Reset button
Prototyping area
RoHS compliant
877
Appendix E
0LQL86%
&RQQHFWRU
-/LQN
670)
-7$*6:'
0,,
3+<
63,
6'00&
6RFNHW
(WKHUQHW
&RQQHFWRU
5-
9%86
([WHUQDO
3RZHU6XSSO\
&RQQHFWRU
9 95HJ
3RZHU/('
0+]
&U\VWDO
,&60%
26&
/0
7HPSHUDWXUH
6HQVRU
670)9&7
0LFUR$%
86%&RQQHFWRU
9%86 6ZLWFK
6XE'SLQ
&RQQHFWRU
56&
&$1
'ULYHU
27*
86$57
*3,2
&$1
*3,2
/('V
*<5
3LWFK+HDGHU
3URWRW\SLQJ
$UHD
878
CN5
OTG LEDs
USB Mini-B
J-Link connector
JP7
J-Link
Selection
TP3 TP5
Power Test Points
CN7
DB9F
CN8
USB-OTG
Mini-AB
RS-232C
LD5 +5V
Power
JP3, JP4
U7 LM75
Selection
Boot0/1
Temp
Sensor
CN6
SD/MMC
Socket
B1 Reset
Button
CN3
CN2
RJ45
Ethernet
Expansion
Connector
JP1 CAN
CN1
+3.3V & +5V
Terminal
Selection
CN9
Prototyping
Grounds
Area
879
Appendix E
5V DC power adapter connected to CN10, the power screw terminal on the board.
5V VBUS power with 500mA limitation from CN5, the mini USB type B of the
embedded J-LINK.
The power supply is configured by setting the related jumpers JP5 as described in Table E-1.
Jumper
Description
The board is powered by VBUS of the embedded J-LINK input CN5 when JP5
is set as shown on the right: (Default setting)
JP5
The board is powered by 5V DC input CN10 when JP5 is set as shown on the
right:
Notes:
1
The board cannot be powered by the VBUS available on CN8 when the USB OTG is
used as a USB device.
The LED LD5 is lit when the C-EVAL board is correctly powered by the 5V.
Three test points TP4 (5V), TP3 (GND), and TP2 (3.3V) are available on the top right of
the board to check power supply levels.
880
System memory
The boot option is configured by setting switch JP3 (BOOT1) and JP4 (BOOT0).
Jumper
Boot from
Switch configuration
C-EVAL boot from User Flash when JP4 is set as shown to the right.
JP3 is dont care in this configuration. (Default setting)
C-EVAL boot from Embedded SRAM when JP3 and JP4 are set as
JP3 & JP4
C-EVAL boot from System Memory when JP3 and JP4 are set as
shown to the right.
Embedded J-LINK
881
Appendix E
Jumper
Description
JP1
CAN terminal resistor is enabled when JP1 is fitted. Default setting: Not fitted
E-7 RS-232C
The RS232 communication with hardware flow control is supported by D-type 9-pins RS232
connector CN7 and the transceiver U8, which is connected to USART2 remapped on PD3 to
PD6 of STM32F107VCT on C/Eval-STM32F107 evaluation board.
882
The green LED LD6 will be turned on when the power switch (U9) is ON, which
corresponds to USB-host mode. In such case, the 5V VBUS is provided by the board to a
USB device connected on CN8. The red LED LD7 will be turned on when an over-current
condition is detected.
Jumper
Description
JP2
883
Appendix E
Jumper
Description
SB1
J-LINK TDO/SWO is not connected to the TDO of the STM32F107VCT when SB1 is open. J-LINK
supports SWD communication only.
J-LINK TDO/SWO is connected to the TDO of the STM32F107VCT when SB1 is closed. J-LINK
supports JTAG and SWD communication.
(Default setting)
SB2
J-LINK TDI is not connected to the TDI of the STM32F107VCT when SB2 is open. J-LINK
supports SWD communication only.
J-LINK TDI is connected to the TDI of the STM32F107VCT when SB2 is closed. J-LINK supports
JTAG and SWD communication.
(Default setting)
SB3
J-LINK TRST is not connected to the TRST of the STM32F107VCT when SB3 is open. J-LINK
supports SWD communication only.
J-LINK TRST is connected to the TRST of the STM32F107VCT when SB3 is closed. J-LINK
supports JTAG and SWD communication.
(Default setting)
E-12 ETHERNET
The C/Eval-STM32F107 evaluation board supports a 10/100 Ethernet communication
interface with a PHY (DP83848CVV, U2) and integrated RJ45 connector (CN2). MII
interface mode is also supported.
The 25 MHz Ethernet clock is provided by crystal X1 connected to the PHY.
Note: Test point TP1 can be used to check the PHY clock frequency.
884
The PC14 and PC15 are available on extension connector CN3 depending on SB4 and SB5
configuration as mentioned in Table E-6.
Jumper
Description
SB4
SB5
885
Appendix E
E-14 CONNECTORS
E
Pin number
of CN3
of CN3
PA4
IO port
PB0
IO port
Description
Pin name
Pin name
Description
IO port
PE3
IO port
PE4
IO port
PB1
PB3
IO port
PB9
PB4
IO port
PB14
10
PE7
IO port
IO port
PB15
11
12
PE8
IO port
IO port
PC0
13
14
PE9
IO port
IO port
PC4
15
16
PE10
IO port
IO port
PC5
17
18
PE11
IO port
IO port
PC6
19
20
P12
IO port
IO port
PC7
21
22
PE13
IO port
IO port
PC8
23
24
PE14
IO port
IO port
PC9
25
26
PE15
IO port
IO port
PC10
27
28
CAN_L
CAN bus L
IO port
PC11
29
30
CAN_H
CAN bus H
IO port
PC12
31
32
PD6
IO port
IO port
PC13
33
34
PD5
IO port
IO port (SB4)
PC14
35
36
PD4
IO port
IO port (SB5)
PC15
37
38
PD3
IO port
IO port
PD2
39
40
PA15
IO port
PD7
41
42
PE2
IO port
IO port
PE0
43
44
PA13
IO port or TMS
Board RESET
RESET
45
46
PA14
IO port or TCK
Note: (SBx) means that a corresponding solder bridge must be set to enable the signal on
the connector.
886
Figure E-4 C/Eval-STM32F107 DB-9F RS-232C connector CN6 with ISP support (front view)
Pin number
Description
Pin number
Description
NC
NC
RS232_TXD (PD5)
RS232_CTS (PD3)
RS232_RXD (PD6)
RS232_RTS (PD4)
NC
NC
GND
887
Appendix E
Pin Name
PE2
IO PORT PE2
PE3
IO PORT PE3
PE4
IO PORT PE4
PE5
MII_INT
PE6
SDCard_Detection
VBAT
PC13-ANTI_TAMP
IO PORT PC13
PC14-OSC32_IN
PC15-OSC32_OUT
10
VSS_5
11
VDD_5
12
OSC_IN
13
OSC_OUT
14
NRST
RESET
15
PC0
IO PORT PC0
16
PC1
ETHER_MDC
17
PC2
ETHER_TXD2
18
PC3
ETHER_TX_CLK
19
VSSA
20
VREF-
21
VREF+
22
VDDA
23
PA0-WKUP
888
ETHER_CRS
Pin No.
Pin Name
24
PA1
ETHER_RX_CLK
25
PA2
ETHER_MDIO
26
PA3
ETHER_COL
27
VSS_4
28
VDD_4
29
PA4
IO PORT PA4
30
PA5
SPI_SCK_MMC
31
PA6
SPI_MISO_MMC
32
PA7
SPI_MOSI_MMC
33
PC4
IO PORT PC4
34
PC5
IO PORT PC5
35
PB0
IO PORT PB0
36
PB1
IO PORT PB1
37
PB2
BOOT1
38
PE7
IO PORT PE7
39
PE8
IO PORT PE8
40
PE9
IO PORT PE9
41
PE10
IO PORT PE10
42
PE11
IO PORT PE11
43
PE12
IO PORT PE12
44
PE13
IO PORT PE13
45
PE14
IO PORT PE14
46
PE15
IO PORT PE15
47
PB10
ETHER_RX_ER
889
Appendix E
Pin No.
Pin Name
48
PB11
ETHER_TX_EN
49
VSS_1
50
VDD_1
51
PB12
ETHER_TXD0
52
PB13
ETHER_TXD1
53
PB14
IO PORT PB14
54
PB15
IO PORT PB15
55
PD8
ETHER_RX_DV
56
PD9
ETHER_RXD0
57
PD10
ETHER_RXD1
58
PD11
ETHER_RXD2
59
PD12
ETHER_RXD3
60
PD13
LED0
61
PD14
LED1
62
PD15
LED2
63
PC6
IO PORT PC6
64
PC7
IO PORT PC7
65
PC8
IO PORT PC8
66
PC9
IO PORT PC9
67
PA8
SPI_CS_MMC
68
PA9
VBUS
69
PA10
ID
70
PA11
DM
71
PA12
DP
890
Pin No.
Pin Name
72
PA13
Debug TMS
73
NC
74
VSS_2
75
VDD_2
76
PA14
Debug TCK
77
PA15
Debug TDI
78
PC10
IO PORT PC10
79
PC11
IO PORT PC11
80
PC12
IO PORT PC12
81
PD0
CAN_RX
82
PD1
CAN_TX
83
PD2
IO PORT PD2
84
PD3
USART_CTS
85
PD4
USART_RTS
86
PD5
USART_TX
87
PD6
USART_RX
88
PD7
IO PORT PD7
89
PB3
Debug TDO
90
PB4
Debug TRST
91
PB5
INT_Temperature
92
PB6
I2C_SCL_Temperature
93
PB7
I2C_SDA_Temperature
94
BOOT0
BOOT0
95
PB8
ETHER_TXD3
891
Appendix E
Pin No.
Pin Name
96
PB9
IO PORT PB9
97
PE0
IO PORT PE0
98
PE1
USB_PowerSwitchOn
99
VSS_3
100
VDD_3
E-16 SCHEMATICS
Schematics for the uc/Eval-STM32F107 board are shown in the next 11 pages.
892
893
Appendix E
894
895
Appendix E
896
897
Appendix E
898
899
Appendix E
900
901
Appendix E
902
903
Appendix E
904
Appendix
F
Bibliography
ARM Ltd, ARM Cortex-M3 Technical Reference Manual, 110 Fulbourn Road, Cambridge,
CB1 9NJ, England, http://www.arm.com/documentation/ARMProcessor_Cores/
Hitex (UK) Ltd., The Insiders Guide to the STM32 ARM Based Microcontroller, Sir
William Lloyd Road, University of Warwick Science Park, Covertry, CV4 7EZ, United
Kingdom, www.hitex.com
2009 STMicroelectronics, RM0008 Reference Manual STM32F101xx, STM32F102xx,
STM32F103xx, STM32F105xx and STM32F107xx advanced ARM-based 32-bit MCUs.
2009 STMicroelectronics, STM32F105xx - STM32F107xx datasheet.
2009 STMicroelectronics, STM32F105xx and STM32F107xx Errata Sheet.
2009 STMicroelectronics, PM0042 Programming Manual.
2009 STMicroelectronics, STM32F10xx Flash programming.
905
Appendix F
906
Appendix
G
Licensing Policy
This book contains C/OS-III in source form for FREE short-term evaluation, for educational
use or for peaceful research. If you plan or intend to use C/OS-III in a commercial
application/product then, you need to contact Micrim to properly license C/OS-III for its
use in your application/product.
We provide ALL the source code for your convenience and to help you experience
C/OS-III. The fact that the source is provided does NOT mean that you can use it
commercially without paying a licensing fee. Knowledge of the source code may NOT be
used to develop a similar product.
The user may use C/OS-III with the C/Eval-STM32F107 and it is not necessary to
purchase anything else as long as the initial purchase is used for educational purposes.
Once the code is used to create a commercial project/product for profit, however, it is
necessary to purchase a license.
It is necessary to purchase this license when the decision to use C/OS-III in a design is
made, not when the design is ready to go to production.
If you are unsure about whether you need to obtain a license for your application, please
contact Micrim and discuss the intended use with a sales representative.
CONTACT MICRIUM
1290 Weston Road, Suite 306
Weston, FL 33326
USA
+1 954 217 2036
+1 954 217 2037 (FAX)
E-mail: [email protected]
Web: www.micrium.com
907
Appendix G
908
Index
A
B
background ..................................................................32, 35
bilateral rendezvous ........................................292, 313314
binary semaphores ..........................................................239
bit banding ...............................................................743, 751
board support package 51, 54, 68, 358, 391392, 411, 724,
760, 768, 825, 849
boot options .....................................................................881
bounded ...................................................................255256
broadcast .................................................281, 307, 311, 331
on post calls ..........................................................89, 193
to a semaphore ...........................................................306
BSP ..................................................................759760, 850
BSP group ........................................................................768
bsp.c ................................................................392, 849850
bsp.h ..........................................................................68, 392
BSP_Init() ................................................68, 74, 80, 136, 392
bsp_int.c ...........................................................................394
bsp_int.h ..........................................................................394
BSP_LED_Off() .................................................................392
BSP_LED_On() .....................................................68, 75, 392
BSP_LED_Toggle() ...........................................................392
BSP_PB_Rd() ...................................................................393
909
Index
CPU_CFG_CRITICAL_METHOD .....................................367
CPU_CFG_DATA_SIZE ....................................................366
CPU_CFG_ENDIAN_TYPE ...............................................366
CPU_CFG_INT_DIS_MEAS_EN ...............................362, 837
CPU_CFG_INT_DIS_MEAS_OVRHD_NBR ......................362
CPU_CFG_LEAD_ZEROS_ASM_PRESENT ....................362
CPU_CFG_NAME_EN ......................................................361
CPU_CFG_NAME_SIZE ...................................................361
CPU_CFG_STK_GROWTH ..............................................367
CPU_CFG_TRAIL_ZEROS_ASM_PRESENT ...................362
CPU_CFG_TS_32_EN ......................................................361
CPU_CFG_TS_64_EN ......................................................362
CPU_CFG_TS_TMR_SIZE ...............................................362
CPU_CntLeadZeros .........................................................363
CPU_CntLeadZeros() .......................................................855
cpu_core.c ......................... 61, 358, 360, 363364, 847848
cpu_core.h ...........................................61, 69, 360, 364, 848
CPU_CRITICAL_ENTER() .....61, 86, 88, 234236, 366, 368,
618, 702, 847, 852, 854
CPU_CRITICAL_EXIT() .61, 86, 88, 234236, 366, 368, 702,
847, 852, 854
CPU_DATA .......................................................142145, 365
CPU_DATA_SIZE_MAX ...................................................367
cpu_def.h ...................................................61, 360361, 848
CPU_Init() .............................................................74, 80, 363
CPU_SR_Restore() ...........................................................368
CPU_SR_Save() ...............................................................368
CPU_STK ...................................................69, 773, 833, 854
CPU_TS_Get32 ................................................................363
CPU_TS_TmrFreqSet ......................................................363
CPU_TS_TmrInit() ............................................393, 849850
C/CPU functions .......................................................850
CPU_TS_TmrRd() .....................................393, 825, 849850
C/CPU functions .......................................................850
creating a memory partition ............................................344
credit tracking ..........................................................279, 308
critical region .....................................................85, 425, 438
C-SPY Debugger .............................................................864
E
ELF/DWARF ...................................................................... 43
embedded systems . 19, 31, 37, 91, 93, 102, 184, 350, 354,
725, 731
error checking ................................................................... 38
Ethernet ............. 34, 43, 49, 55, 94, 176, 289, 310, 312, 884
ETM .................................................................................. 752
event flags 40, 4647, 89, 193, 197, 273, 281, 294296, 298
300, 305308, 423424, 448, 690, 703
internals ...................................................................... 300
synchronization .......................................................... 448
using ............................................................................ 296
example project .............................................................. 772
exception vector table .................................................... 748
extension connector (CN3) ............................................. 886
F
features ............................................................................ 877
features of C/OS, C/OS-II and C/OS-III ..................... 40
FIFO ................................... 81, 311, 318, 322, 326, 451452
fixed-size memory partitions .......................................... 455
floating-point ........................................................... 814, 853
flow control ...................................................................... 314
footprint ............................................. 40, 438439, 441, 690
foreground ................................................................... 32, 35
foreground/background systems ..................................... 32
FPU .......................................................................... 102, 178
fragmentation ............................................ 98, 343344, 354
free() ......................................................................... 343, 354
DAP ..................................................................................752
data screen ......................................783, 805, 870871, 873
data types (os_type.h) .....................................................683
data watch trace ..............................................................752
deadlock ...................................... 3940, 252, 267270, 690
prevention .......................................................3940, 690
deadly embrace ...............................................................267
debug access port ...........................................................752
debug interface ................................................................883
debugging features .........................................................752
deferred post ................... 152153, 161, 186, 189, 191195
device support .................................................................862
direct post ........................ 152, 186188, 190, 192193, 195
direct vs. deferred post method .....................................192
910
H
hardware layout and configuration ................................ 878
HID ................................................................................... 869
hooks and port ................................................................ 723
human interface device .......................................... 738, 869
I
I/O assignments ...............................................................888
IAR assembler ..................................................................864
IAR Embedded Workbench for AR .................................858
IAR J-LINK Linker ............................................................864
IAR Library .......................................................................865
idle task (OS_IdleTask()) ..................................................125
infinite loop ........71, 75, 91, 93, 97, 125, 139, 417418, 724
input capture ............................................814, 816, 820821
instruction set ..................................................................751
internal tasks ....................................................................125
interrupt ...8587, 8990, 138, 160, 175181, 183187, 189
193, 195, 233236, 271, 273, 309, 394, 676, 684, 702
controller ..................... 176177, 183185, 368, 394395
disable ...........................................................................86
disable time 61, 87, 90, 138, 175, 187188, 191192, 233,
271, 413414, 419
disable time, measuring ...............................................86
disable/enable .............................................................234
handler task .................................................................138
latency ..74, 175, 188, 190191, 193, 233, 235, 271, 419,
676, 694
management ...............................................................175
periodic ........................................................................203
recovery ...............................................176, 188, 190191
response ..............................................175, 188, 190191
vector to a common location .....................................183
interrupt service routine ..........................................273, 350
intuitive .................................................................36, 44, 100
ISR ............................................................................273, 350
epilogue .......................................180, 183184, 188, 191
handler task .................138139, 147, 154, 671, 678, 684
handler task (OS_IntQTask()) ......................................138
prologue ......................................180, 183185, 188, 191
typical C/OS-III ISR ...................................................177
J
J-Link ...............................................................................883
JTAG .................................................752, 864, 875, 883884
K
kernel awareness debuggers ............................................39
kernel object ....................................................................422
kernel objects ..........................................................793, 801
L
LED .................................................................42, 51, 75, 392
lib_ascii.c ...........................................................................63
lib_ascii.h ...........................................................................63
lib_cfg.h ..............................................................................64
lib_def.h ........................................................................63, 69
lib_mem.c ...........................................................................63
lib_mem.h ...........................................................................63
lib_mem_a.asm ..................................................................64
lib_str.c ...............................................................................63
lib_str.h ...............................................................................63
M
malloc() ................................ 69, 98, 343, 345347, 349, 354
MCU ............................................................... 5152, 54, 358
measuring RPM using an input capture ........................ 816
memory management ..................................................... 707
memory management unit .............................................. 103
memory map ................................................................... 750
memory partitions .. 317, 344, 346, 350, 354, 415, 424, 455,
676
using ............................................................................ 350
memory protection unit .................................................. 103
message mailboxes ........................................................ 705
message passing ...................................... 47, 309, 451452
message queue .47, 198, 309317, 319, 321, 323325, 331,
333, 341, 705, 710711, 717
configurable ................................................................ 311
internals ...................................................................... 328
message passing ........................................................ 451
task ...................................................................... 312, 452
using ............................................................................ 319
messages ........................................................................ 310
meters ...................................................... 812, 868, 870871
migrating .................................................................... 47, 689
miscellaneous ................................................................. 721
MISRA-C
2004, Rule 14.7 (Required) ......................................... 728
2004, Rule 15.2 (Required) ......................................... 729
2004, Rule 17.4 (Required) ......................................... 730
2004, Rule 8.12 (Required) ......................................... 727
2004, Rule 8.5 (Required) ........................................... 726
MMU .......................................................................... 62, 103
modular and extensible IDE ........................................... 859
MPU ................................................................................. 103
MSD ......................................................................... 738739
multiple tasks
application with kernel objects .................................... 76
waiting on a semaphore ............................................. 281
multitasking ............................... 33, 36, 40, 91, 96, 139, 690
mutual exclusion semaphore .256, 260264, 271, 422423,
677, 708709
internals ...................................................................... 261
resource management ............................................... 447
N
nested task suspension .................................................... 38
nested vector interrupt controller .......................... 743, 747
numeric indicators .......................................... 867868, 871
NVIC ................................................................. 743, 747748
911
Index
O
object names .....................................................................39
object ribbon ....................................................................871
objects .....................................................................870873
one-shot timers ................................................................215
os.h .....................................................................................69
os_app_hooks.c ....................................... 827831, 837838
OS_AppIdleTaskHookPtr ................................................827
OS_AppStatTaskHookPtr ................................................828
OS_AppTaskDelHookPtr .................................................830
OS_AppTaskReturnHookPtr ...........................................831
OS_AppTaskSwHookPtr .........................................836837
OS_AppTimeTickHookPtr ...............................................838
os_cfg.h ..............................................69, 124, 419, 671672
os_cfg_app.c ...................................................438, 769, 775
os_cfg_app.h ...........................................671, 683, 769, 840
OS_CFG_APP_HOOKS_EN .....................................672, 827
OS_CFG_ARG_CHK_EN ..................................................674
OS_CFG_CALLED_FROM_ISR_CHK_EN .......................674
OS_CFG_DBG_EN ...........................................................675
OS_CFG_FLAG_DEL_EN .................................................675
OS_CFG_FLAG_EN ..........................................................675
OS_CFG_FLAG_MODE_CLR_EN ....................................675
OS_CFG_FLAG_PEND_ABORT_EN ................................675
OS_CFG_IDLE_TASK_STK_SIZE ....................................684
OS_CFG_INT_Q_SIZE ......................................................684
OS_CFG_INT_Q_TASK_STK_SIZE ..................................684
OS_CFG_ISR_POST_DEFERRED_EN .....................676, 773
OS_CFG_ISR_STK_SIZE .................................................684
OS_CFG_MEM_EN ..........................................................676
OS_CFG_MSG_POOL_SIZE ............................................684
OS_CFG_MUTEX_DEL_EN ..............................................677
OS_CFG_MUTEX_EN ......................................................677
OS_CFG_MUTEX_PEND_ABORT_EN .............................677
OS_CFG_OBJ_TYPE_CHK_EN .......................................677
OS_CFG_PEND_MULTI_EN ............................................677
OS_CFG_PRIO_MAX .......................................................677
OS_CFG_Q_DEL_EN .......................................................678
OS_CFG_Q_EN ................................................................678
OS_CFG_Q_FLUSH_EN ...................................................679
OS_CFG_Q_PEND_ABORT_EN ......................................679
OS_CFG_SCHED_LOCK_TIME_MEAS_EN ............679, 837
OS_CFG_SCHED_ROUND_ROBIN_EN ..........................679
OS_CFG_SEM_DEL_EN ..................................................679
OS_CFG_SEM_EN ...........................................................679
OS_CFG_SEM_PEND_ABORT_EN .................................679
OS_CFG_SEM_SET_EN ...................................................679
OS_CFG_STAT_TASK_EN .......................................680, 788
OS_CFG_STAT_TASK_PRIO ...........................................685
OS_CFG_STAT_TASK_RATE_HZ ....................................685
OS_CFG_STAT_TASK_STK_CHK_EN .............................680
OS_CFG_STAT_TASK_STK_SIZE ...................................685
OS_CFG_STK_SIZE_MIN ................................................680
912
P
partition ............................................316317, 343354, 424
partition memory manager ............................................. 676
pend
lists ........................................................ 46, 138, 197, 202
on a task semaphore .................................................. 290
on multiple objects ... 38, 41, 89, 193, 333, 430, 453, 691
performance measurements .. 793, 795, 799, 801, 806, 808
periodic (no initial delay) ................................................. 216
periodic (with initial delay) .............................................. 217
periodic interrupt ............................................................. 203
peripherals ..................................................... 31, 51, 99, 358
per-task statistics - run-time .......................................... 419
polling .............................................................................. 175
porting ....................................................... 47, 165, 355, 358
posting (i.e. signaling) a task semaphore ...................... 291
power connectors (CN1 & CN9) ..................................... 887
power supply ................................................................... 880
preemption lock ................................................................ 85
preemptive scheduling ................................... 100, 152153
priorities
task .............................................................................. 100
913
Index
priority ... 81, 83, 89, 100101, 139, 155156, 161, 163, 168,
173, 175176, 185, 193, 221, 273, 279, 281, 306, 420, 422,
677678, 690
inheritance .............................................37, 233, 257, 271
inversion ......................................................248, 254255
level ....................................... 37, 142, 145146, 149150
OS_IdleTask() ..............................................................125
OS_StatTask() ......................................................134, 680
OS_TmrTask() ......................................................137, 221
pend list .......................................................................197
priority ready bitmap ..................................................158
round-robin scheduling ................................................36
Processors with Multiple Interrupt Priorities ..................181
producer ...................................................................314315
program status register ...........................................746, 854
protocol mechanism ................................................237, 274
R
ready list .............................46, 109, 138, 141, 146150, 197
adding tasks ................................................................149
real-time kernels ................................................................33
real-time operating system ...........................1920, 35, 127
reentrant .......................................................9293, 260, 355
rendezvous .............................. 276, 292, 306307, 313314
reset sources ...................................................................881
resource sharing ..............................................................233
response time ..............................................32, 38, 175, 299
retriggering .......................................................................216
returning a memory block to a partition .........................349
revolutions per minute .....................................................809
RMS ..........................................................................100101
ROMable ..................................................21, 35, 37, 40, 690
rotating wheel data ..........................................................811
round-robin scheduling ...................................................156
RPM ..........................................................741, 809, 811822
measurement simulation implementation ..................813
setpoint ................................................................812, 817
RS-232C ...................................................................882, 887
running the project ..................................770, 786, 794, 810
run-time configurable ..........................................37, 41, 690
S
scalable ....................................................21, 3536, 40, 690
scheduling algorithm ...............................................194195
scheduling internals ........................................................158
scheduling points ....................................................154, 163
schematics .......................................................................892
SD/MMC card ..................................................................882
SecurCore ........................................................................858
semaphore .. 77, 96, 119, 123, 200, 233, 237256, 260264,
267, 269, 271, 274292, 294, 306309, 315316, 333, 337,
339, 352353, 420423, 558, 677, 679, 690, 708709, 712
713, 717
internals (for resource sharing) ..................................249
internals (for synchronization) ....................................282
synchronization ...........................................................449
servers ..............................................................................327
914
T
tail chaining ..................................................... 743, 747, 845
task
adding to the readylist ............................................... 149
latency ................................. 176, 188, 190191, 420, 679
management ....................................................... 444, 714
message ........................................................................ 38
message queue .................................................. 312, 452
priorities, assigning .................................................... 100
registers .................................................. 38, 41, 121, 691
semaphore ...................................289292, 308, 315316
semaphores, synchronization .................................... 450
signals ............................. 38, 44, 151, 154, 287, 291, 341
stack overflows .......................................................... 103
states .......................................................................... 108
task control block ....................................... 69, 94, 113, 330
task management
internals ...................................................................... 108
services ....................................................................... 107
temperature sensor
monitoring ................................................................... 790
test code .......................................................................... 801
thread .......................................................................... 33, 91
thread mode ............................................................ 744, 746
tick task (OS_TickTask()) ................................................ 127
tick wheel .......................... 47, 116, 131, 414, 440, 671, 683
time management ................. 37, 42, 46, 203, 446, 718719
time slicing .............................................................. 120, 156
time stamps ......................................................... 41, 74, 691
timeouts ............................. 39, 127, 194195, 203, 212, 685
U
UARTs ................................................................................49
unbounded priority inversion ...37, 233, 254256, 262, 267,
271
unilateral rendezvous ..............................................276, 292
universal asynchronous receiver/transmitters .................49
unlock ...............................................................................236
unlocking ..........................................................138, 233, 271
USB ....................................................................................43
USB-OTG .........................................................................882
user definable hooks .........................................................39
using event flags ..............................................................296
using memory partitions ..................................................350
Micrium
C/CPU ...741, 752, 761, 769, 774775, 803, 822, 837, 847
850, 854855
C/CPU functions
in bsp.c ............................................................... 849850
in CPU_TS_TmrInit() ................................................... 850
in CPU_TS_TmrRd() .................................................... 850
C/Eval-STM32F107 737739, 741742, 753, 755757, 760,
767768, 770, 774775, 780, 785786, 791, 793794, 803,
810, 814, 868869, 875888
C/FS ......................................................................... 35, 739
C/GUI ............................................................................... 35
C/LIB .................................................... 51, 6264, 761, 769
portable library functions ............................................. 62
C/OS-III ............................................................................ 35
features ......................................................................... 40
features (os_cfg.h) ...................................................... 672
features with longer critical sections ........................... 89
porting ......................................................................... 369
stacks, pools and other (os_cfg_app.h) .................... 683
C/OS-III convention changes ....................................... 695
C/Probe 39, 4244, 57, 120, 123, 220, 240, 249, 261, 263,
283284, 301, 303, 413, 426, 441, 795, 805, 811, 817, 868
using ............................................................................ 795
C/TCP-IP ......................................................... 35, 738, 869
C/USB .............................................................. 35, 738, 869
V
variable name changes ...................................................701
variables
monitoring ...................................................................776
vector .........................................92, 176177, 183, 185, 195
vector address .........................................................176, 183
W
wait lists .......................................................42, 46, 138, 197
walks the stack ................................................................105
watermark ............................................................72, 95, 115
what is C/OS-III? ..............................................................21
why a new C/OS version? ...............................................21
workspace 759, 768769, 779, 786, 790, 793, 795, 810811,
870
X
XScale ..............................................................................858
Y
yielding .............................................................................156
915
Index
916
*MVMNQ\NZWU
W]ZI_IZL
_QVVQVO
+WZ\M` \WWT
<5
KWVKMX\
0Q\M`WNNMZ[\PMKWUXTM\M+WZ\M`SVW_PW_
-^IT]I\QWVIVL[\IZ\]X\WWT[
0QOPMVL2<)/LMJ]OOMZ
;MZQIT?QZM>QM_MZ[]XXWZ\
<ZIQVQVOKWV[]T\QVO
,WK]UMV\I\QWVIXXTQKI\QWVSVW_PW_
.QZ[\KTI[[LM^MTWXUMV\\M[\[MZ^QKM[
7\PMZKWZM[[]XXWZ\MLI[_MTTNWZMI[aUQOZI\QWV
___PQ\M`KUKWZ\M`
?MJ[PWX"___MPQ\M`LM
)_IZL_QVVQVO\WWT[
NWZaW]Z+WZ\M`[\IZ\
0Q\M`UISM[aW]Z[\IZ\QV\W\PM+WZ\M`IZKPQ\MK\]ZMMI[a
)_QLMZIVOMWNM^IT]I\QWV\WWT[PMTX[aW]
7]ZI_IZL_QVVQVO;<5=;*[\QKSKWVKMX\Q[\PM
JI[Q[NWZ\PMOZMI\V]UJMZWNM^IT]I\QWV[\QKS[IVL
KWZZM[XWVLQVOM`\MV[QWVJWIZL[)TT\WWT[IZMI^IQTIJTM
I\\PM0Q\M`_MJ[PWX"
;<58MZNWZUIVKM;\QKS[
;<5KWU;\QKS
;<517*WIZL
;<54+,*WIZL
;<58ZW\W\aXQVO*WIZL
+WUXTM\M,M^MTWXUMV\;]Q\M
NWZ+WZ\M`"+WZ\QVW
<PMVM_0Q\M`+WZ\QVWQ[IKWUXTM\MLM^MTWXUMV\
XTI\NWZUwQVIVQKMIVLN]VK\QWVITXIKSIOM
+WZ\QVWKWUM[_Q\P/6=+WUXQTMZ0Q<781,-IVL2<)/
QV\MZNIKMNWZ+WZ\M`5
<IV\QVWNWZ+WZ\M`
<PMXZW^MV<IV\QVWKWUXTM\M[\PM\WWTWNNMZ"IV=;*\W
2<)/LMJ]OQV\MZNIKMNWZ+WZ\M`UQKZWKWV\ZWTTMZ[[]XXWZ\[
ITTZ]VKWV\ZWTLMJ]ONIKQTQ\QM[TQSMJZMISXWQV\[LI\I
_I\KPXWQV\[[QVOTM[\MXZMOQ[\MZIVLUMUWZa^QM_
IVLWNKW]Z[M;?,IVL;?>
0Q\M`[MZ^QKM[NWZ+WZ\M`
0Q\M`PI[IKKWUXIVQML\PMQV\ZWL]K\QWVWN
\PM+WZ\M`IZKPQ\MK\]ZMNZWU\PMJMOQVVQVO
_Q\P\WWT[]XXWZ\IVLKWUXZMPMV[Q^M
SVW_PW_JI[MLWVUWZM\PIVaMIZ[WN
M`XMZQMVKMQV\PMMUJMLLML_WZTL
8ZWNM[[QWVIT_WZTL_QLM[MZ^QKM[IZW]VLaW]Z
+WZ\M`XZWRMK\PMTX\W[I^M\QUMIVLKW[\[
/M\QVNWZUMLI\W]Z_MJ[Q\MWZKWV\IK\][
<ZIQVQVOKWV[]T\QVONWZ+WZ\M`
1V[QLMZr[/]QLM[IXXTQKI\QWVSVW_PW_
,M^MTWXUMV\IVL\M[\[MZ^QKM[
Optim
IAR E
IAR Em
for build
assemb
develop
editor, b
you can
and deb
Desig
IAR v
IAR visu
easy-toimplem
machine
utilities
100% co
KickS
Appli
IAR K
Develop
IAR Sys
with all
to deve
applicat
the box
or
ns
KickStart Your
Application with
IAR KickStart Kit!
Development kits from
IAR Systems provide you
with all the tools you need
to develop embedded
applications right out of
the box.
Development Tools
J-Link JTAG-Emulator
Very easy to use
#1 emulator for ARM cores
High-Speed download
Direct support by major IDEs
Easy installation on host
Supports JTAG/SWD/SWO
Optimized ash algorithms*
Unlimited Flash breakpoints*
Connects via USB or Ethernet**
Integration into Micriums C/Probe
JTAG-isolation-Adapter available
J-Trace
For use with ETM
Instruction tracing
ARM7, ARM9 & Cortex-M3
Production Tools by
Flash programming software J-Flash
Fast and easy to use
Sample projects
External ash auto-detection
Support for internal ash of MCUs
Flasher Stand-Alone
Flash-Programmer
High speed programming
ASCII command interface
Batch mode for PC software
*MVMNQ\NZWU
W]ZI_IZL
_QVVQVO
+WZ\M` \WWT
<5
KWVKMX\
0Q\M`WNNMZ[\PMKWUXTM\M+WZ\M`SVW_PW_
-^IT]I\QWVIVL[\IZ\]X\WWT[
0QOPMVL2<)/LMJ]OOMZ
;MZQIT?QZM>QM_MZ[]XXWZ\
<ZIQVQVOKWV[]T\QVO
,WK]UMV\I\QWVIXXTQKI\QWVSVW_PW_
.QZ[\KTI[[LM^MTWXUMV\\M[\[MZ^QKM[
7\PMZKWZM[[]XXWZ\MLI[_MTTNWZMI[aUQOZI\QWV
___PQ\M`KUKWZ\M`
?MJ[PWX"___MPQ\M`LM
)_IZL_QVVQVO\WWT[
NWZaW]Z+WZ\M`[\IZ\
0Q\M`UISM[aW]Z[\IZ\QV\W\PM+WZ\M`IZKPQ\MK\]ZMMI[a
)_QLMZIVOMWNM^IT]I\QWV\WWT[PMTX[aW]
7]ZI_IZL_QVVQVO;<5=;*[\QKSKWVKMX\Q[\PM
JI[Q[NWZ\PMOZMI\V]UJMZWNM^IT]I\QWV[\QKS[IVL
KWZZM[XWVLQVOM`\MV[QWVJWIZL[)TT\WWT[IZMI^IQTIJTM
I\\PM0Q\M`_MJ[PWX"
;<58MZNWZUIVKM;\QKS[
;<5KWU;\QKS
;<517*WIZL
;<54+,*WIZL
;<58ZW\W\aXQVO*WIZL
+WUXTM\M,M^MTWXUMV\;]Q\M
NWZ+WZ\M`"+WZ\QVW
<PMVM_0Q\M`+WZ\QVWQ[IKWUXTM\MLM^MTWXUMV\
XTI\NWZUwQVIVQKMIVLN]VK\QWVITXIKSIOM
+WZ\QVWKWUM[_Q\P/6=+WUXQTMZ0Q<781,-IVL2<)/
QV\MZNIKMNWZ+WZ\M`5
<IV\QVWNWZ+WZ\M`
<PMXZW^MV<IV\QVWKWUXTM\M[\PM\WWTWNNMZ"IV=;*\W
2<)/LMJ]OQV\MZNIKMNWZ+WZ\M`UQKZWKWV\ZWTTMZ[[]XXWZ\[
ITTZ]VKWV\ZWTLMJ]ONIKQTQ\QM[TQSMJZMISXWQV\[LI\I
_I\KPXWQV\[[QVOTM[\MXZMOQ[\MZIVLUMUWZa^QM_
IVLWNKW]Z[M;?,IVL;?>
0Q\M`[MZ^QKM[NWZ+WZ\M`
0Q\M`PI[IKKWUXIVQML\PMQV\ZWL]K\QWVWN
\PM+WZ\M`IZKPQ\MK\]ZMNZWU\PMJMOQVVQVO
_Q\P\WWT[]XXWZ\IVLKWUXZMPMV[Q^M
SVW_PW_JI[MLWVUWZM\PIVaMIZ[WN
M`XMZQMVKMQV\PMMUJMLLML_WZTL
8ZWNM[[QWVIT_WZTL_QLM[MZ^QKM[IZW]VLaW]Z
+WZ\M`XZWRMK\PMTX\W[I^M\QUMIVLKW[\[
/M\QVNWZUMLI\W]Z_MJ[Q\MWZKWV\IK\][
<ZIQVQVOKWV[]T\QVONWZ+WZ\M`
1V[QLMZr[/]QLM[IXXTQKI\QWVSVW_PW_
,M^MTWXUMV\IVL\M[\[MZ^QKM[
KickStart Your
Application with
IAR KickStart Kit!
Development kits from
IAR Systems provide you
with all the tools you need
to develop embedded
applications right out of
the box.
Development Tools
J-Link JTAG-Emulator
Very easy to use
#1 emulator for ARM cores
High-Speed download
Direct support by major IDEs
Easy installation on host
Supports JTAG/SWD/SWO
Optimized ash algorithms*
Unlimited Flash breakpoints*
Connects via USB or Ethernet**
Integration into Micriums C/Probe
JTAG-isolation-Adapter available
J-Trace
For use with ETM
Instruction tracing
ARM7, ARM9 & Cortex-M3
Production Tools by
Flash programming software J-Flash
Fast and easy to use
Sample projects
External ash auto-detection
Support for internal ash of MCUs
Flasher Stand-Alone
Flash-Programmer
High speed programming
ASCII command interface
Batch mode for PC software