Quality RTOS & Embedded Software

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


Loading

What is the fastest tick rate achievable?

Posted by Rick Huang on May 5, 2009
I'm using FreeRTOS on an ARM_CM3 (LM3S1968) running at 50MHz. I wonder what would the fastest tick rate achievable be?

If such a rate is faster then 1KHz, what would it take to achieve it beside changing the value of configTICK_RATE_HZ in FreeRTOSConfig.h.

Many thanks,
Rick

RE: What is the fastest tick rate achievable?

Posted by dave m on May 5, 2009
I've been using FreeRTOS on various Luminary procs, and have occasionally run at 1kHz. You can definitely run them much faster -- I just tried 50kHz (with a 50MHz system clock) and it seemed to work OK. (This was an LM5732 board I built myself, and the app just blinks LEDs and talks out the serial port, but it didn't do anything unusual.) Just change configTICK_RATE_HZ and give it a try.

d.

RE: What is the fastest tick rate achievable?

Posted by Richard on May 5, 2009
There is nothing to stop you running the tick faster, but 1KHz is already much faster than most applications need. The faster the tick the more interrupt and scheduler overhead there is so you are reducing efficiency.

A couple of things to watch out for.

1) prvSetupTimerInterrupt() in port.c may have numerical problems if you change the tick frequency too much. For example, you may need to adjust the pre-scale on the clock that feeds the timer.

2) portTICK_RATE_MS is a constant used for convenience to convert delay periods from ms to ticks. The kernel itself does not use this constant although lots of the standard demo tasks do. Changing the tick rate to be greater than 1KHz could cause problems if portTICK_RATE_MS became equal to zero.

Regards.

RE: What is the fastest tick rate achievable?

Posted by Rick Huang on May 6, 2009
Thanks a lot!

Rick


[ 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