Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

When do turn to a RTOS

Posted by Nobody/Anonymous on February 21, 2006

Does anyone have any good primers on when to turn to a RTOS? Thanks.


RE: When do turn to a RTOS

Posted by Jokke on February 22, 2006
Just trying to figure out when NOT using an RTOS:
-Extreme time constraints: All OS:s slow down task switching. Normally, on the other hand, you can bypass the OS for the very quick interrupts (> 1kHz I guess is very quick for most systems). The OS also uses rather much of the processor time (no exact figures, depends on a lot of things, e g tick rate, but tens of % I think is normal).
-Extremely small and energy constrained devices, where you can defend such greediness in hardware that you cannot afford the extra space to OS will need (5k is not much!), and where you will not have a very complicated application.
-Small projects with special processor. In some cases there is more work to port an existing OS, than to write a small timer-interrupt-based scheduler by yourself.

I have been working for about 15 years without OS, and 1 year with freeRTOS. I will stay with the OS if I can! It simplifies work, facilitates porting of third party software, and inproves software structure.

I am sure I have missed a lot :-). Let's see what other people say.

Jokke

RE: When do turn to a RTOS

Posted by Henk Visser on February 22, 2006
My goal is to be sampling about 3 a/d channels as fast as possible. And while doing this I need to be able to read other devices and write to a screen. The faster sampling the better. >= 1 kHz. There have been so many timing issues that we have been trying to work out and most of the time we have been dropping in delays manually to balanace the timings!

If I am trying to sample a high speeds from what you are saying the OS might get in the way! I guess I can just try it out and see how fast I can do everything.

Thanks for your thoughts.



RE: When do turn to a RTOS

Posted by Nobody/Anonymous on February 22, 2006
You might like to try having your a2d sampling completely interrupt driven, with a fast data transfer to wherever the data is used. Then have cooperative tasks and a slow tick rate as possible to limit the overhead of the os.


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner