cancel
Showing results for 
Search instead for 
Did you mean: 

RTOS support improvements: full call stack for all tasks in the Debug view

awiernie
Senior II

The most recent update of STM32CubeIDE says:

" RTOS support improvements: full call stack for all tasks in the Debug view"

I have installed STM32CubeIDE 1.7.0 but cannot see any difference. In the debug view (on the left) I see only Thread #1, which refers to one of the rtos threads depending which thread was active. In the "FreeRTOS task list" however, the tasks are shown (which was also true before the update). Are there additional steps necessary?

1 ACCEPTED SOLUTION

Accepted Solutions
3 REPLIES 3
Cartu38 OpenDev
Lead II
NRoos.1348
Associate II

And in INC/FreeRTOSConfig.h, set configUSE_PORT_OPTIMISED_TASK_SELECTION to 0.

awiernie
Senior II

The hint from Cartu38 reading the new manual section 6.3 had helped. The modification with configUSE_PORT_OPTIMISED_TASK_SELECTION was already part of subsection 6.3.