|
|
| About site: Software/Operating Systems/Realtime - embOS |
Return to Computers also Computers |
| About site: http://www.segger.com/embos.html |
Title: Software/Operating Systems/Realtime - embOS A RTOS for embedded uses, multitasking, minimum cost no royalty, fully interruptible, efficient for time critical uses, RAM and ROM needs are so small it fits one-chip uses, leaving more room for user |
|
|
|
|
Systems_Management_Server Systems Management Server (SMS) supports detailed hardware inventory, software inventory and metering, compliance checking, software distribution and installation, network discovery, and remote troubl
| RFC_0390 TSO Scenario. R.T. Braden. September 1972.
| Golf_Web_Designs Web design, development, and online marketing services for golfing related businesses. Site includes design samples and golf related links.
| The_Gallery_B Photographic wallpaper with different motifs, sorted in categories.
| Data_Access_for_SQL_Server_in_C# Examples of accessing SQL via Stored Procedures using ADO.Net in C# by Satya Akkinepally. (July 23, 2003)
| George_the_Window_Cleaner\'s_Assistant Produces worklists, invoices, debt lists, finance histories and forecasts, automatically backs up the data files, handles tips, and overpayments.
|
|
| Alexa statistic for http://www.segger.com/embos.html |
Please visit: http://www.segger.com/embos.html
|
| Related sites for http://www.segger.com/embos.html |
| Clavister Range of stateful inspection firewall appliances, includes product details, technology descriptions, support and resellers. | | Biometrics_Privacy_Initiative Organization discussing finger scan, voice scan, iris scan, retina scan technologies, standards and privacy issues. | | Groovy_Wish_List Criticism, mainly of "." and "->" operators. Otaku, Cedric's weblog. (March 22, 2004) | | Satori To be a superset of Smalltalk-80 with optional variable typing, to allow typechecking of variables and static binding of methods. Typechecking helps ensure type-safe code. Static binding cuts runtime | | Tux_Racer An Open Source project in which the user takes the form of Tux (the Linux Mascot) and races downhill through alpine trails. | | Jacana_by_Momentum_Utilities A range of utility software, including data access, reporting, e-forms, report mining and web/email distribution for iSeries-AS/400. | | Electronic_Sales_Associates_Inc_ Offers 486, 586 and PIII motherboard solutions for commercial and industrial embedded applications. | | XSL_Transformations_(XSLT)_in_Mozilla Information about Mozilla's native XSLT processor. Includes a FAQ and a list of known bugs. | | Silk_Shorts Offers web design, management and hosting services. | | ICSE2000 International Conference on Software Engineering. Limerick, Ireland; 4--11 June 2000. | | Screen_Saver_Zone Free and shareware multimedia screen savers, many with built-in wallpaper capability, organized by category. | | DataBak Remote data backup service via internet for home or corporate clients. Suitable for Windows 95/98/NT/2000 including Exchange and SQL servers. | | Netware_Hack_FAQ Unofficial Netware-hacking FAQ. | | NetZoom_Symbols Add-on for Microsoft Publisher that contains over 50,000 detailed and accurate network equipment symbols from over 1000 manufacturers. | | RFC_1650 Definitions of Managed Objects for the Ethernet-Like Interface Types using SMIv2. F. Kastenholz. August 1994. | | Introduction_to_XML_For_Web_Developers Using simple, well-explained examples this tutorial walks you through XML and the sister XSL style sheet language. | | Imaging_Science_and_Biomedical_Engineering A division of the Faculty of Medicine. Basic, strategic and applied research in imaging, computer vision, image analysis, pattern recognition, physiological measurement and health informatics. | | Multi_Level_Store Online storefront application with network marketing integration. | | Drakkaro Offer web design, domain registration, and hosting services. Based in Jakarta, Indonesia. | | OpenVRML An Open Source browser (GNU LGPL). Includes libraries you can use to add VRML support to an application, and Lookat, a simple stand-alone VRML browser. Binaries and source are available for Windows, |
|
This is websites2007.org cache of m/ as retrieved on 2008.10.06 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
SEGGER Microcontroller GmbH & Co.KG, Embedded Software Solutions - embOS
       
embOS - Real
time operating system
awmSelectedItem="2"
var MenuLinkedBy='', awmBN='520'; awmAltUrl='';
awmBuildMenu();
| General Info
| Supported CPUs
| Frame Program
| Sample Program
| Context switiching time
| Interrupt latency
| embOS Simulation
| embOS IAR Plugin
|
embOS is a priority-controlled multitasking system,
designed to be used as an embedded operating system for the development
of real time applications for a variety of microcontrollers.
It is a high-performance
tool that has been optimized for minimum memory consumption in both RAM
and ROM, as well as high speed and versatility.
Features
Throughout the development process of embOS, the limited
resources of microcontrollers have always been kept in mind. The internal
structure of the realtime operating system (RTOS) has been optimized
in a variety of applications with different customers, over a period of
more than 5 years, to fit the needs of the industry.
Fully source-compatible
RTOS are available for a variety of microcontrollers, making it well worth
the time and effort to learn how to structure realtime programs with real
time-operating systems.
embOS is highly modular. This means that only
those functions that are needed are linked, keeping the ROM size very
small. The minimum memory consumption is little more than 1 kb of ROM
and about 30 bytes of RAM (plus memory for stacks). A couple of files
are supplied in source code form to make sure that you do not lose any
flexibility by using embOS and that you can customize the system to
fully fit your needs.
The tasks that are created by the programmer can easily and safely communicate
with each other using a complete palette of communication mechanisms such
as semaphores, mailboxes and events.
Some features of embOS include:
Preemptive scheduling:
Guarantees that of all tasks in READY state the one with the highest
priority executes, except for situations where priority inversion
applies.
Round-robin scheduling for tasks with identical priorities.
Preemptions can be disabled for entire tasks or for sections of a
program.
Up to 255 priorities:
Every task can have an individual priority => the response of tasks
can be precisely defined according to the requirements of the application.
Unlimited number of tasks(limited only by the amount of available
memory).
Unlimited number of semaphores (limited only by the amount of available
memory).
2 types of semaphores: resource and counting.
Unlimited number of mailboxes (limited only by the amount of available
memory).
Size and number of messages can be freely defined when initializing
mailboxes.
Unlimited number of software timers (limited only by the amount of
available memory).
8-bit events for every task.
Time resolution can be freely selected (default is 1ms).
Easily accessible time variable.
Power management:
Unused calculation time can automatically be spent in halt mode.
Power-consumption is minimized.
Full interrupt support:
Interrupts can call any function except those that require waiting for
data, as well as create, delete or change the priority of a task. Interrupts
can wake up or suspend tasks and directly communicate with tasks using
all available communication instances (mailboxes, semaphores, events).
Very short interrupt disable-time => short interrupt latency time.
Nested interrupts are permitted.
embOS has its own interrupt stack (usage optional).
Frame application for an easy start.
Debug version performs run time checks, simplifying development.
Profiling and stack check may be implemented by choosing specified
libraries.
Monitoring during run time via UART available (embOSView).
Very fast, efficient yet small code.
Minimum RAM usage.
Core written in assembly language.
Interfaces "C" and/or assembly.
Initialization of microcontroller hardware as sources.
Supported CPUs
embOS has been ported to a variety of CPUs and development
environments. We constantly add new devices to the list. If your microcontroller
is not supported yet, please contact us at info@segger.com
Semiconductor
Core
Altera
NIOS/NIOS2
Analog Devices
ADuC702x (ARM7 TDMI)
Atmel
SAM7/SAM7X/SAM7S/AT91SAM9x/AVR/ATmega/AVR32
Freescale
Coldfire
FUJITSU
F2MC-16LX/FR30/FR50/FR60/FR70
Infineon
C16x
LuminaryMicro
CortexM3
Microchip
PIC24
National Semiconductor
CR16C
NEC
V850/V850E/V850ES/78K0/K0S/K0R/78K4
Renesas
R8C/M16C6x/M16C80/M32C/R32C/M7700/SH2/H8/H8S/H8SX
STMicroelectronics
ST7/ARM STR7xx/STR9xx/CortexM3/
Texas Instruments
MSP430x/MSP430
TOSHIBA
TLCS900
Copyright SEGGER Microcontroller GmbH & Co.KG. All
rights reserved.
For more information, please visit our web site
www.segger.com or contact us at info@segger.com
Last update:
December 7, 2007
e-mail: info@segger.com
www.segger.com, All rights reserved. | Imprint | Disclaimer | Site Map
|
|
| |
A | RTOS | for | embedded | uses, | multitasking, | minimum | cost | no | royalty, | fully | interruptible, | efficient | for | time | critical | uses, | RAM | and | ROM | needs | are | so | small | it | fits | one-chip | uses, | leaving | more | room | for | user |
|
http://www.segger.com/embos.html
embOS 2008 October
dvd rental
dvd
A RTOS for embedded uses, multitasking, minimum cost no royalty, fully interruptible, efficient for time critical uses, RAM and ROM needs are so small it fits one-chip uses, leaving more room for user
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Personal Loans - Verizon Ringtones - Mobile Phone - Mobile Phones - RealEstate
|