Quality RTOS & Embedded Software

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


Loading

Tracking active task in STM32

Posted by Jack Peacock on June 30, 2010
The STM32 ITM debug cell has channels to trace debug information in real time. Where would be the best place to insert a hook routine in FreeRTOS to output the task ID number to an ITM channel? This could provide task profiling information. It seems some IDE vendors already do this, sending task information to ITM channel 31.

One idea is to sample the active task in the system tick hook but this isn't very accurate since tasks can switch in less than the system tick interval depending on events.
Jack Peacock

RE: Tracking active task in STM32

Posted by Richard on July 1, 2010
This is exactly the reason that the trace hook macros were introduced - although they have been used for lots of things since then.

Take a look at http://www.freertos.org/rtos-trace-macros.html

If you just want to see which task is running when then all you need to do is define traceTASK_SWITCHED_IN to write the task ID out. If you want more information than that (for example, why a task gives up processing time) then you can define many more of the macros too.

If you come up with a comprehensive scheme for any particular IDE then it would be great if you posted it to the FreeRTOS Interactive section of the FreeRTOS site. http://interactive.freertos.org

Regards.


[ 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