Quality RTOS & Embedded Software

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


Loading

What to do to get round the lack of events?

Posted by Paul Coleman on February 28, 2012
The other day I had a situation where events would have made my life easier... I wanted to wait for three separate threads to reach a particular state before I continued. I didn't know what order the threads would occur in and it could be different each time. Being new to FreeRTOS I started looking in the manual for the section on events only to find that it doesn't support them. So I got round it by using a counting semaphore which the main thread takes three times, then in each of the other three threads I give the semaphore once. Only when the semaphore has been given three times will the main thread continue. This solved my problem but I was wondering if there was a better way I could have achieved this?

Thanks, Paul.

RE: What to do to get round the lack of events?

Posted by Richard Damon on February 28, 2012
There normally is nothing wrong in waiting first for thread1, then thread2, then thread3. If thread3 finishes first, it just says that the wait for it will return immediately.

RE: What to do to get round the lack of events?

Posted by Paul Coleman on February 29, 2012
Yes that's a fair point but it just seemed easier to create one counting semaphore rather than three binary ones. Less resources and less to keep track of :o)

Paul.

RE: What to do to get round the lack of events?

Posted by Richard Damon on February 29, 2012
As long as you have other synchronizations going so task1 can't give the semaphore twice before task3 gives it once!


[ 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