2021-01-14 04:43 PM
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!
Solved! Go to Solution.
2021-01-14 11:11 PM
STM32CubeIDE user guide is quite helpful here: https://www.st.com/resource/en/user_manual/dm00629856-stm32cubeide-user-guide-stmicroelectronics.pdf ... see section 6
2021-01-14 11:11 PM
STM32CubeIDE user guide is quite helpful here: https://www.st.com/resource/en/user_manual/dm00629856-stm32cubeide-user-guide-stmicroelectronics.pdf ... see section 6
2021-01-25 03:07 PM
Thanks, that's exactly what I was looking for