Quality RTOS & Embedded Software

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


Loading

Task states and Application Tag

Posted by Jens Gydesen on August 5, 2012
Hi,

I know that this question has been around before in this forum, but not led to a general solution, only some specialized partiel solutions.

For syncronizing tasks, I need an utility function, which returns the actual state for the specified xHandle. I mean one of the states READY, RESUMED, RUNNING and BLOCKED.

Other people are recommended to implement their own special version, and I could do something similar.

But I find it is a waste of develop time, code size and execution time that such a general function is not a generel part of the FreeRTOS.

I can solve my problem with a work around, using the application tag functions, but this is really a waste to do parallel monitoring of the state of each task when the information already exist and can be accessed in a general way.

By the way, it would be nice to know if the application tag is initialized by the xTaskCreate(), eeg. to the value NULL?

Thanks for an exellent OS.

Best regards



RE: Task states and Application Tag

Posted by Richard on August 5, 2012
Normally tasks synchronise with each other using things like semaphores, and don't need to know their state, so I'm not sure what it is you are trying to achieve. Could you describe what it is you are wanting to do, maybe there is an alternative.

It would be simple enough to add in an API function that returned the state of a task. If you really need this, please add it to the feature request tracker (in Sourceforge).

To answer your second question - look at the function prvInitialiseTCBVariables() in tasks.c. pxTaskTag is initialised to NULL. No TCB variables are left uninitialised.

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