Quality RTOS & Embedded Software

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


Loading

emptying a queue

Posted by Alessandro de Manzano on March 11, 2010
Hello,

I'm still newbie with FreeRTOS, so I hope my questions are not (much) stupid..

How can I empty a queue ?

Sometimes I have the need to just ignore every data which could be in a queue until that moment (think about a keyboard buffer, for example)
Currently I do a simple loop of xQueueReceive until it gets data (and ignore it), but I guess I could do something more efficient..

Thanks in advance,

bye

A. de Manzano

RE: emptying a queue

Posted by Richard on March 11, 2010
The loop is probably the best thing. You could delete then re-create the queue (I have not done that in a long time!) provided the items it holds are not dynamically allocated. If they were dynamically allocated then you would loose references to items that were queued and therefore leak memory.

Regards.

RE: emptying a queue

Posted by Alessandro de Manzano on March 13, 2010
Currently my data is not dynamically allocated, it's simple value data (like serial I/O, etc.), so I could do that, but IMHO the less memory is allocated/freeed, the best ;)
Just for curiosity, why there is not a xQueueEmpty() method (atomic action) ? Just because it's not so often needed ?
Thanks for answer!
Ale


[ 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