Quality RTOS & Embedded Software

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


Loading

Event groups

Posted by valeriv on July 28, 2016

Hi all I use Event Groups to synchronize starting of the tasks. For example run the FIRST TASK and in the specific moment use uxSetBits = xEventGroupSetBits( *mEventBits, BIT_0 ) - to set the bit.

and other tasks is BLOCKED on uxWaitBits = xEventGroupWaitBits( *mEventBits, BIT_0, pdFALSE, pdFALSE, 50000 );

And everything is working correctly, but if I debug the situation I see that uxSetBits sometimes is 1, and sometimes is 0. uxWaitBits ALWAYS is 1 and all the tasks exits the blocked state when bit set (not on timeout).

I am really worried about the fact that xEventGroupSetBits not set bit. What do you think about this ?

p.s. I have no tasks with higher priority than FIRST TASK, the only task with the same priority is TmrSvc

Thanks in advance

Valerie


Event groups

Posted by rtel on July 28, 2016

I'm afraid I don't fully understand your question, and without being able to see the rest of the code it would be difficult to provide an answer anyway.

I assume your intention is for the code to execute in such a way (the order in which the tasks run, etc.) that the event group value would always be 0 when xEventGroupSetBits() was called - but that is evidently not the case. If so, perhaps the trace tool could help you visualise how the application is being scheduled so you could adjust as necessary.

That said, if the system is actually executing as you expect, and you only see this anomaly when debugging, perhaps it is the interaction with the debugger that is actually causing the anomaly.


Event groups

Posted by valeriv on July 28, 2016

Which trace tool do you have in mind ? Thank you very much.


Event groups

Posted by rtel on July 29, 2016

http://www.freertos.org/trace


[ 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