Quality RTOS & Embedded Software

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


Loading

uxMissedTicks should saturate

Posted by David Farrell on December 7, 2011
In tasks.c uxMissedTicks should probably saturate. In the case of long delays with the scheduler suspended the "feature" of uxMissedTicks is lost.

RE: uxMissedTicks should saturate

Posted by Dave on December 7, 2011
What you are saying is technically possible.

uxMissedTicks is used when the scheduler is suspended. Assuming a 100 ms tick and a 32 bit uxMissedTicks value. 0xFFFFFFFF x 100ms = 0x63ffffff9c ms, which is 13.6 years. If you suspend the scheduler for 13.6 years then you don't really need a scheduler. I don't think I will worry about that one.

RE: uxMissedTicks should saturate

Posted by David Farrell on December 7, 2011
True, but I use 1ms and 49 days is not inconceivable. I do not necessarily mean 2^32 saturation. There is probably some reasonable limit as to how many ticks to unroll when the scheduler is re-enabled. I would think the system would take quite some time to unroll 2^32. Thanks for your response.

RE: uxMissedTicks should saturate

Posted by Richard on December 7, 2011
I think 49 days is inconceivable if the functionality is used in the way it is intended. The scheduler should only ever be suspended for very short periods indeed. The value should never reach double digits in practical applications. You are also correct, unrolling the value takes time, and any remotely high value is going to cause problems for that reason.

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