Behaviour and Performance Comparison between FreeRTOS and uC/OS-III This publication appears in: International Journal of Embedded Systems Authors: L. Peng, F. Guan, L. Perneel and M. Timmerman Volume: 8 Issue: 4 Pages: 300-312 Publication Date: Jul. 2016
Abstract: As the prevalence of embedded systems in various fields, real-time operatingsystems (RTOSs) have been widely used for many years satisfying real-time requirements and a multitasking design. The use of RTOS adds additional overhead to a system, which should be deliberately considered and evaluated in some critical systems. This paper presents a qualitative and quantitative comparison between an open-source RTOS (FreeRTOS V8.0.0) and a commercial one (µC/OS-III). Both RTOS use a preemptive multitasking kernel, with additional support for round robin scheduling. We aim to benchmark and evaluate the performance and behaviour of them, including seven performance tests and two behaviour tests. Comparing the measurement results shows that the commercial µC/OS-III doesnt behave much better than FreeRTOS. Furthermore, we discovered that the priority changing function of µC/OS-III doesnt behave correctly in some circumstances. Although FreeRTOS has no such problem in the latest version, it still has a problem with its dynamic memory management.
|