Quality RTOS & Embedded Software

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


Loading

unblocking more tasks on semaphore

Posted by pavel on October 2, 2011
Hello,

I wonder if more tasks are waiting on a semaphore and semaphore is signaled what tasks are woken up? All or arbitary one or the first one that took the semaphore?

(Cortex-M3, freeRTOS 7.0)

thank you

RE: unblocking more tasks on semaphore

Posted by Richard on October 2, 2011
None of the above.

To make FreeRTOS real time, it has to be the highest priority task that is waiting for the semaphore, so that is what it does.

It unblocks one task, and it is always the highest priority task that is waiting - no matter how many lower priority tasks attempted to take the semaphore first. Any system that does not do that is basically broken as it would be designing priority inversion into the kernel - rather than trying to design it out.

Regards.

RE: unblocking more tasks on semaphore

Posted by pavel on October 3, 2011
Hi Richard

thank you for the reply.

But I could have high prio producers (all with the same prio) of some commands and low prio consumer of the commands. If all the producers fill up the freeRTOS queue they all should sleep on the queue until the consumer picks up one item. I don't understand what happens with producers after the consumer gets one item from the queue. Could you please clear the point for me?

Thank you

RE: unblocking more tasks on semaphore

Posted by Richard Damon on October 3, 2011
If a producer tries to put date into a full queue, that producer will be held (unless the timeout for the queue write is 0) until there is space in the queue or the timeout expires. When a task takes an item from the queue, the highest priority task waiting to write to the queue wakes up and completes its write. The rest continue to be held.

RE: unblocking more tasks on semaphore

Posted by pavel on October 3, 2011
And if all the waiting tasks have the same priority, than the rule is the first to acquire the first to wake up?

RE: unblocking more tasks on semaphore

Posted by Richard on October 3, 2011
“And if all the waiting tasks have the same priority, than the rule is the first to acquire the first to wake up? ”


Yes

Regards.


[ 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