Quality RTOS & Embedded Software

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


Loading

xTaskNotifyGive

Posted by valeriv on June 21, 2017

Hi, I notify the low priority task from another task, with higher priority, using xTaskNotifyGive()/ulTaskNotifyTake().

It is not clear from manual if the task from which I make call xTaskNotifyGive (the higher task) will finish its work.

It would be very helpful if somebody can answer me claerly how this functin work, if it calls to context switch, if its work depends on priority task...

Many thanks

Valerie


xTaskNotifyGive

Posted by rtel on June 21, 2017

FreeRTOS will always run the highest priority task that is able to run. When a task is blocked waiting for a notification it is not able to run, when it receives the notification it is waiting for it is able to run.

If the priority of the task giving the notification is higher than the priority of the task receiving the notification then the giving task will continue to run, because it has the highest priority.

If the priority of the task giving the notification is lower than the priority of the task receiving the notification then the receiving task will start running the moment the notification is received.


xTaskNotifyGive

Posted by valeriv on June 22, 2017

Thanks a lot to you


[ 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