Quality RTOS & Embedded Software

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


Loading

FreeRTOS with RMS

Posted by Rickey Leung on December 11, 2008
Does anybody know how to implement the RMS in FreeRTOS? Need to write separate program? Many thanks for your help.

Rickey

RE: FreeRTOS with RMS

Posted by Richard on December 12, 2008
What is RMS?

Regards.

RE: FreeRTOS with RMS

Posted by Rickey Leung on December 14, 2008
Dear Richard,

Thx for your help, I just sent you the email for the training.

Because we worked in RTAI environment before.
Besides preemptive priority-based FIFO and round robin scheduling, RTAI also support the Rate Monotonic Scheduling (RMS), I just wonder if FreeRTOS support it? If not, how to make the program to simulate?

Rickey

RE: FreeRTOS with RMS

Posted by Richard on December 14, 2008
Ah - OK.

I don't think there is anything in FreeRTOS that prevents rate monotonic scheduling:

In its simplest form, for RMS you need:

+ A fixed priority preemptive scheduler - FreeRTOS does not use any dynamic priority algorithms so is a fixed priority preemptive system. Tasks are permitted to change their own priority and the priority of other tasks, so for RMS you would have to avoid using the vTaskPrioritySet() API function.

+ Tasks with the shortest period to be assigned the highest priority - There is no automatic way to do this, but presuming the system designer knows the period of each task then they can also ensure the priorities are assigned accordingly. FreeRTOS does not impose a limit on the number of priorities that are available.

+ Each task to be assigned a unique priority - again there is nothing to prevent you from doing this.

+ A known context switch time - the worst case is always calculable so this is also ok.

It would be best to then turn off the timeslicing (keeping the preemption) as timeslicing would just be an overhead with no benefit.

Do you agree? Or am I missing something?

Regards.

RE: FreeRTOS with RMS

Posted by Rickey Leung on December 16, 2008
oooh~~ thx. That means need to write our own routine to handle such scheduler. U_U


[ 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