Quality RTOS & Embedded Software

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


Loading

Block task until an event happens (xTaskNotify didn't fit)

Posted by gutolaureano on November 16, 2015

Hello,

I would like some help to find out how use the FreeRTOS resources:

I need lock a task execution until an event (interrupt) happen, but i need unlock the task only if this event happened after the task has been locked, interrupts that happened before the lock does not care, the first feature that came in mind was the task Notify events, but I figured out that if any event happened before the xTaskNotifyWait it will not lock (because the state will be eNotified) even if I set all bits in ulBitsToClearOnEntry ( is there a way to clean the eNotified state before calling xTaskNotifyWait() ?)

Stopping the interrupt until the locking moment is not an option, any suggestions? (I am new to the RTOS world, still learning how to model my solutions using RTOS, sorry if this is a trivial problem)

Thanks for your time! Gustavo


Block task until an event happens (xTaskNotify didn't fit)

Posted by davedoors on November 16, 2015

You can call xTaskNotifyWait() with a block time of 0 to clear the notification state before you call it again to wait for the interrupt. In 8.2.3 there is also a function xTaskNotifyStateClear().


Block task until an event happens (xTaskNotify didn't fit)

Posted by gutolaureano on November 16, 2015

Thank you! Exactly what I needed!

I'm using 8.2.1 atm, I can just update my Freertos source to the latest? no need any adittional changes, right?

Thanks again


Block task until an event happens (xTaskNotify didn't fit)

Posted by rtel on November 16, 2015

Yes - it should be just a drop in replacement.

Regards.


Block task until an event happens (xTaskNotify didn't fit)

Posted by gutolaureano on November 17, 2015

Perfect! Thanks


[ 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