Quality RTOS & Embedded Software

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


Loading

Does the highest priority task run at all times?

Posted by bupthebroker on May 9, 2016

Hi, i read the scheduler pages but am still confused about if it is always the highest priority task in FreeRTOS that is executing? Or does the scheduler yield the highest priority task to give processing time to others as well?

Regards


Does the highest priority task run at all times?

Posted by rtel on May 9, 2016

By default, configUSETIMESLICING is set to 1, and configUSE_PREEMPTION is set to 1. When this is the case, the scheduler will always run the highest priority task that is able to run. A task that is able to run is a task that is not in the Blocked or Suspended state.

Therefore, if a low priority task is running when a high priority task becomes able to run, then a switch to the higher priority task will occur immediately. Also, while a higher priority task is running (is not in the Blocked or Suspended state) all lower priority tasks will be starved of processing time - which is why tasks must enter the Blocked state.

If there is more than one task at any given priority, and that priority is the highest priority that has any tasks that are able to run, then the scheduler will time slice the tasks - each time the tick interrupt occurs it will switch to another task of equal priority.


Does the highest priority task run at all times?

Posted by bupthebroker on May 10, 2016

Thanks!


[ 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