2021-07-28 01:26 AM
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?
Solved! Go to Solution.
2021-07-28 03:32 AM
https://www.st.com/resource/en/user_manual/dm00629856-stm32cubeide-user-guide-stmicroelectronics.pdf
User manual section 6.
Sub section 6.3 is brand new.
2021-07-28 03:32 AM
https://www.st.com/resource/en/user_manual/dm00629856-stm32cubeide-user-guide-stmicroelectronics.pdf
User manual section 6.
Sub section 6.3 is brand new.
2021-08-19 01:30 AM
And in INC/FreeRTOSConfig.h, set configUSE_PORT_OPTIMISED_TASK_SELECTION to 0.
2021-08-19 02:25 AM
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.