Quality RTOS & Embedded Software

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


Loading

possible problem in xTaskCheckForTimeOut

Posted by Andras Brozso on July 29, 2009
Hi,

I'm using vs2008 to compile the FreeRTOS V5.4.1 with win32 emulation (with unsigned short portTickType) . I've found a possible bug in the xTaskCheckForTimeOut() function using this enviroment:

in tasks.c at line 1704:
else if( ( ( portTickType ) xTickCount - ( portTickType ) pxTimeOut->xTimeOnEntering ) < ( portTickType ) *pxTicksToWait )

should be replace to:
else if( ( portTickType )( xTickCount - pxTimeOut->xTimeOnEntering ) < ( portTickType ) *pxTicksToWait )

not doing this, the substraction will be converted to 32bit wide integert instead of "unsigned short", which could lead to other problems (invalid pxTicksToWait for example).

I don't know how it affects the other environments, but I hope this helps for somebody.


RE: possible problem in xTaskCheckForTimeOut

Posted by Richard on July 29, 2009
Those casts are new in V5.4.1 and intended to stop exactly the situation you describe. It worked for the code I was working on at the time, but it seems not all compilers.

Can you add a bug report in the SourceForge tracker for this - that way it will get looked at again before the next release.

Thanks and regards.

RE: possible problem in xTaskCheckForTimeOut

Posted by Andras Brozso on July 29, 2009
I've added this bug to the tracker!

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