Quality RTOS & Embedded Software

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


Loading

Timing precision using ticks

Posted by Matt on December 11, 2008
I have set up a control task that sets a frequency generator up and delays itself for a set period of time in millisecond ticks. The idea is that when it resumes it turns off the frequency generator and an exact known number of rising edges have occurred.

My question is... Just how accurate is tick timing? Presumably, i could run the frequency generator at 1kHz for 1000 ticks and i'd get exactly 1000 rising edges. What are the odds I'd get 999 or 1001.

Now, pushing the limits, what if i were running at 2, 5, 10kHz, how likely am I to be able to stop the frequency generator at exactly the right number of rising edges?

For the sake of argument, lets say there is only ONE task running.

Thanks for your input,
Matt

RE: Timing precision using ticks

Posted by Richard on December 11, 2008
I don't think it can be guaranteed because of jitter in the tick caused by critical sections.

If the port you are using supports interrupt nesting then you can run an interrupt above the system call interrupt priority to avoid any jitter, then it should work well.

Also check the timer peripheral to see if you can do what you want purely using the peripheral hardware.

Regards.

RE: Timing precision using ticks

Posted by Matt on December 11, 2008
Richard, Thanks for your input.

I'm almost to the point where the OS is just a big waste of code space if I take that function out of a task... all I'll be left with is a com task, that could just as easily be polling from the main loop, and a bunch of interrupts.


[ 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