Quality RTOS & Embedded Software

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


Loading

Wake up tasks blocked on empty/full queue with error_status

Posted by ondrap-cze on January 7, 2016

Hi We are using FreeRTOS version 8.0.1 and our interest is about the blocked task on empty/full queue. We would like to have queue which can be closed. Function close will wake up all tasks blocked on empty/full queue with special error code (or exception) and all future requests for read or write to the queue will return this special error code (or exception). Same functionality is described in paper [1] on http://www.open-std.org/.

Is it possible to achieve this functionality with FreeRTOS queues or another synchronization primitives?

Our system uses tasks which receive shutdown signal and after received it terminates itself. But we started using queues for sending messages between tasks and this approach is not possible when task gets blocked on empty queue. Our primary concern is to implement proper shutdown procedure for every task.

Thanks, Ondrej

[1] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3533.html#closed_queues


Wake up tasks blocked on empty/full queue with error_status

Posted by rtel on January 7, 2016

There is an outstanding feature request, which is scheduled to be implemented "soon" (?) to allow tasks that are in the Blocked state to wait for an event to abort their wait, and re-enter the Ready state. That may simplify your particular scenario, but other than that, there is no way to close a queue. Perhaps you could implement this using a wrapper around the queue functions, or possibly even using the trace macros (although you may find trace macros are only in place after a read/write to a queue has already passed or failed).


[ 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