Quality RTOS & Embedded Software

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


Loading

increasing configTICK_RATE_HZ problem

Posted by Nobody/Anonymous on December 13, 2006
Hi everybody,

AT91SAM7XC256 EK, and freeRTOS with uIP.

I am trying to increase tick frequency in order to run some uIP tests, as i am aweare of limitations due to this change. There is only uIP task i left ro run.

Here are the changes i've made:

#define configTICK_RATE_HZ ((portTickType)5000) in FreeRTOSConfig.h
#define portTICK_RATE_MS ((portTickType)5000/configTICK_RATE_HZ) in portmacro.h
#define portPIT_COUNTER_VALUE (((configCPU_CLOCK_HZ / portPIT_CLOCK_DIVISOR)/5000UL) * portTICK_RATE_MS ) in port.c

So the tick period would be 200 us, and it appears that EMAC initialisation is significantly longer ( around 30 s )and some other strange things happens. When i set tick to be 100us uIP stops working.

I'am wondering if this is correct way to increase tick rate? Or if freeRTOS is designed to support higher tick than 1ms, at all? ( i guess not)

Thanks anyway.

RE: increasing configTICK_RATE_HZ problem

Posted by Nobody/Anonymous on December 13, 2006
You should have only altered configTICK_RATE_HZ, not portTICK_RATE_MS. You have set portTICK_RATE_MS to 1, that is one tick every ms.

portTICK_RATE_MS should be ( 1000 / configTICK_RATE_HZ ) which will not provide a useful number if you are wanting a tick greater than 1000Hz.

portTICK_RATE_MS is not used by FreeRTOS itself, but is used by the demo apps. Therefore the demo apps will not work at a tick rate greater than 1000Hz.


[ 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