Quality RTOS & Embedded Software

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


Loading

The difference between xEventGroupSync() and xEventGroupWaitBits()?

Posted by murajin on July 2, 2014

These two functions seem to behave in a similar way. And it looks like that with using xEventGroupWaitBits(), you can make the RTOS behave the same way as using xEventGroupSync(). (by setting xClearOnExit parameter to pdTRUE and xWaitForAllBits to pdTRUE) Am I missing something? Or is there another function in xEventGroupSync() that I didn't understand?


The difference between xEventGroupSync() and xEventGroupWaitBits()?

Posted by rtel on July 2, 2014

xEventGroupsSync() sets bits then waits for bits.

xEventGroupWaitBits() only waits for bits.

So the two functions are quite different.

xEventGroupSync() is equivalent to calling xEventGroupSetBits() bits followed by a call to xEventGroupWaitBits() BUT does it in an atomic way. Calling the two functions separately to try and effect what is commonly called a task rendezvous will not work because of the race conditions it creates - hence you use xEventGroupSync() instead. Many other RTOSes that don't have this atomic set then wait capability.

Regards.


The difference between xEventGroupSync() and xEventGroupWaitBits()?

Posted by jdurand on July 2, 2014

So is Wait is the same as calling Sync without setting any bits.

Attachments

alternate (2331 bytes)

The difference between xEventGroupSync() and xEventGroupWaitBits()?

Posted by rtel on July 2, 2014

Not really. It does not make sense to call Sync without setting any bits, so in a real world example they can't really be considered as equivalent. I suppose you could call Sync without setting any bits, but why would you if you can set the parameters of the Wait function to do the same thing in a more efficient way?

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