Skip to main content
arnold_w
Senior II
December 1, 2022
Question

STM32CubeIDE -> Window -> Show View -> FreeRTOS -> FreeRTOS Task List -> FreeRTOS Task List only shows addresses, not userfriendly object names

  • December 1, 2022
  • 1 reply
  • 1099 views

I'm working with the "NUCLEO-U575ZI-Q" development board and I compile using STM32CubeIDE 1.11.0. My project uses FreeRTOS and I have clicked Window -> Show View -> FreeRTOS -> FreeRTOS Task List. However, when I halt execution and take a look at the FreeRTOS Task List, then I can only see addresses (in RAM) under "Event Object", I don't see any userfriendly text names for the objects. Does anybody know what I'm doing wrong?

This topic has been closed for replies.

1 reply

Wijeden RHIMI
ST Employee
December 2, 2022

Hello arnold_w,

In my view I think that you must have a look at User Guide>>>>FREERTOS>>>Requirements (6.2.1) then you could be able to understand the illimitations of using FREERTOS.

Wijeden;