Quality RTOS & Embedded Software

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


Loading

Queue and several receiver

Posted by ebookaktiv on December 14, 2008
1) Is it possible to have more than one sender for the same queue. My opinion Yes it should be possible. The messages will be stored inside the buffer.

2) Is it possible to have more than one reciever for the same queue? My opinion NO, because = who shoul take the message is more than one task are able to receive the message.

Thank you for your contribution

RE: Queue and several receiver

Posted by Dave on December 14, 2008
Answers -

1) Yes.
2) Yes.

The reason the answer to question 2 is yes is because tasks are blocked in priority order. If more than one task is blocked on the same queue then the higher priority task will be the task that receives the next data. If both (or more) tasks have the same priority then the first task to block will be the first task to receive the data.

RE: Queue and several receiver

Posted by ebookaktiv on December 14, 2008
Thank you for the answer :)


RE: Queue and several receiver

Posted by ebookaktiv on December 14, 2008
If i want to send one and the same message to three receiver task than i have to generate three queues and send the same message in every queue?

RE: Queue and several receiver

Posted by woops_ on December 14, 2008
or you could have two tasks peek the queue and one receive the queue as long as the peeking tasks are higher priority so they wake first.

RE: Queue and several receiver

Posted by ebookaktiv on December 16, 2008
I will write an eBook about FreeRTOS on www.ebookaktiv.de and www.ebooksmechatronic.com


First time in german language but next year it will be translated to english.


RE: Queue and several receiver

Posted by Richard on December 16, 2008
I'm a fare way down the route of writing some more comprehensive and printable documentation, but unfortunately time constraints mean it will be a little while before this is published.

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