Quality RTOS & Embedded Software

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


Loading

uc/OS v/s freeRTOS

Posted by Nobody/Anonymous on November 10, 2004
how do we compare uc/OS with freeRTOS. I am interested only in reliability and performance. ie how good is the existing features of freeRTOS compared to the similar features offered by uc/OS

RE: uc/OS v/s freeRTOS

Posted by Richard on November 11, 2004
Which is best depends on your application. The mechanics of using FreeRTOS and uCOS are very similar.

There are two main differences between the two:

1)Licensing. FreeRTOS is completely free for any application. The uCOS source code comes bundled with a book requiring purchase, and a binary run time license ($$$) is required if you use uCOS in a commercial application.

2)Scheduling. uCOS uses a bitmap scheduler, FreeRTOS does not. A bitmap scheduler has the advantage of allowing a more deterministic context switch time, and in some cases a faster context switch time – it does however severely restrict your design freedom as it only allows a single task at any given priority level. FreeRTOS on the other hand is more flexible as any number of tasks can share the same priority.

I think FreeRTOS is simpler to use; initialization is automatic on creation of the first task, and ISR routines don’t have to be written in assembler. But you are probably asking the wrong person if you want a non-biased opinion!

Regards.


RE: uc/OS v/s freeRTOS

Posted by Nobody/Anonymous on December 2, 2004
another point is ports: ucos supports tens (hundreds) of MCUs while freertos is still starting up. also code quality has been proven by validation suites for ucos (e.g. FDA).

I wonder how well freertos covers a full range testsuite..?


[ 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