Quality RTOS & Embedded Software

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


Loading

understanding vApplicationIdleHook

Posted by Robert H. Oujesky on October 24, 2011
I implemented vApplicationIdleHook just like in the ebook. Every second, I have a task which prints out the value of ulIdleCycleCount. the value hovers around 2,724,536. Sounds like a nice beg number which, I think, means we have lots of idle time, but I am not really sure. What does that number really mean when I am running a PIC32 at 80MHZ?

thanks!

RE: understanding vApplicationIdleHook

Posted by MEdwards on October 24, 2011
Is ulIdleCycleCount a variable that just gets incremented each time vApplicationIdleHook() is executed? If so, then all it is is a count of how many times the function has been called.

RE: understanding vApplicationIdleHook

Posted by Robert H. Oujesky on October 24, 2011
Is there a way to correlate that to % of CPU used?
thanks!

RE: understanding vApplicationIdleHook

Posted by MEdwards on October 24, 2011
No.

If you want to know the % of CPU used then you can do one of three things.

1) Use run time stats http://www.freertos.org/rtos-run-time-stats.html

2) Use the traceTASK_SWITCHED_IN trace macro to see when the idle task is switched in, and when it is switched out, and use a timer to keep track of when it is the task in the running state.

3) Use the idle hook to toggle a digital output pin and view it on a scope. Crude but effective.

Probably other things too.


[ 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