Quality RTOS & Embedded Software

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


Loading

if a task receiving data from queue when int

Posted by francis wang on August 9, 2009
What will happen if a task is receiving data from a queue when an interrupt comes,and the interrupt send data to the same queue using the api function?
Can anyone give a efficient solution of serial receiving if the length of data to be received is unknown, how to handle the possible buffer overflow?

Regards!
wfrancis

RE: if a task receiving data from queue when

Posted by Richard on August 9, 2009
You don't need to worry about mutual exclusion on a queue - the kernel takes care of all that for you.

Generally the most efficient way of receiving data would be to turn all FIFOs and DMA that is available on. Then either have the DMA place all received data into a buffer and interrupt a task to process the data if necessary, or have the UART interrupt a task to process the data when either there is enough data to process, a complete message has been received (as determined by the interrupt service routine), or there is a break in the transmission.

The interrupt can signal events to the task, and in so doing unblock the task, using either a binary or counting semaphore as appropriate for your application.

Do not use a queue to pass individual characters between an interrupt and task unless the data rate is low. The examples in the FreeRTOS download do this to demonstrate the mechanism but also to deliberately load up the system with interrupt and processing overhead to test the port is working correctly.

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