RTOS support improvements: full call stack for all tasks in the Debug view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-28 1: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.
- Labels:
-
FreeRTOS
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-28 3: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-28 3: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-19 1:30 AM
And in INC/FreeRTOSConfig.h, set configUSE_PORT_OPTIMISED_TASK_SELECTION to 0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-19 2: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.
