Quality RTOS & Embedded Software

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


Loading

configTICK_RATE_HZ

Posted by Nobody/Anonymous on March 26, 2006
I am using STR71X port. configTICK_RATE_HZ=1000.
Is it too high? When I set configTICK_RATE_HZ=100
The kernel can't work. Lowering this value will improve efficiency,I think.But i don't know how much configTICK_RATE_HZ is.

RE: configTICK_RATE_HZ

Posted by Richard on March 26, 2006
The tick interrupt is configured using the library provided by ST. See the function prvSetupTimerInterrupt() in port.c. The existing code I think uses the library incorrectly. Unfortunately this is also the case in V4.0.0 to be released tomorrow. This is the only "known issue" in V4.0.0 and will be on the issue list tomorrow.

Take a look at the function, as it uses the library it should be simply to fix (I hope), unless the library itself is incorrect.

I have seen 1000Hz works ok, but 100Hz, not so can confirm your results. Sorry for inconvenience!

RE: configTICK_RATE_HZ

Posted by Nobody/Anonymous on March 27, 2006
Thank you for help!
V4.0.0 to will be released ? Oh! very good!
I am waiting the new version for a long time!

RE: configTICK_RATE_HZ

Posted by Nobody/Anonymous on March 28, 2006
Well the libary function works fine, but the function WDG_PeriodValueConfig the input parameter is time in uS, not Hz, so in order to get 100 Hz you can set the tick rate to 10000.

Or change the line to:

WDG_PeriodValueConfig((1/configTICK_RATE)*1000);

Best regards,

Frank Andersen

RE: configTICK_RATE_HZ

Posted by Nobody/Anonymous on March 30, 2006
Oh I see!
Thanks!


[ 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