Quality RTOS & Embedded Software

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


Loading

QUEUE RECEIVE FROM ISR

Posted by Piero B on July 8, 2009
Hi.
i want to discuss for a new feature for future implementation.
Actually it is possible to syncronize ISR and task using semaphore (giveFromISR - take from Task). But sometimes i need (it could be useful IMO) that a task notifies something to ISR driver (for example, "pause acquisition"), without using global flag or calling a function and in task-safe mode . I can imagine the first objection of Richard: a task can wait on Q, and stay in wait state, and the scheduler can put it in ready when an element is present on the queue, for the ISR is a nonsense. But i'm imaging something similar to queueReceive, without the waitDelay, without a switch, because the ISR should only check if an element is present, and the rtos can only garantee that task cannot send element if the q is full, and remove element when the ISR read th element.

Sorry if my post is a little confused... i hope it was clear my idea.

Bye
Piero

RE: QUEUE RECEIVE FROM ISR

Posted by Richard on July 8, 2009
There is already an xQueueReceiveFromISR() function. Is this any good for your purpose.

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