cancel
Showing results for 
Search instead for 
Did you mean: 

Enable STM32CubeIDE FreeRTOS Thread-Aware Debug

KDubo
Associate II

Hi, I read a press release that STM32Cube IDE had added thread debug functionality. I have a project that uses FreeRTOS 10.0.1 with trace facility enabled. I am hoping to leverage the FreeRTOS debug tool to aid in my development but at this moment I am not sure how to enable it within the debugger view. I am using STM32CubeIDE Version: 1.5.1. My project is not based on CubeMX directly but I could generate new files if needed. Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
Cartu38 OpenDev
Lead II
2 REPLIES 2
Cartu38 OpenDev
Lead II

STM32CubeIDE user guide is quite helpful here: https://www.st.com/resource/en/user_manual/dm00629856-stm32cubeide-user-guide-stmicroelectronics.pdf ... see section 6

Thanks, that's exactly what I was looking for