2022-12-01 04:02 AM
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?
2022-12-02 05:24 AM
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;