2019-05-10 12:43 PM
The FreeRTOS debugging tools (as present in Atollic, NXP MCUxpresso, etc) seem to be missing in STM32CubeIDE. These include task view with stack use, semaphore/mutex view, queue view. Those of us using FreeRTOS need these!
What's going on? Are available as a plug-in somewhere?
Thanks!
Best Regards, Dave
Solved! Go to Solution.
2019-05-12 05:03 PM
You can try the Stateviewer plugin starting from here: https://www.highintegritysystems.com/down-loads/stateviewer-plug-in/
It provides the Task / Queue / Timer table.
Best regards,
Stefano
2019-05-12 05:03 PM
You can try the Stateviewer plugin starting from here: https://www.highintegritysystems.com/down-loads/stateviewer-plug-in/
It provides the Task / Queue / Timer table.
Best regards,
Stefano
2019-05-13 10:17 AM
Thanks @Stefano Oliveri_O - that works fine.
Unfortunately there are too many other bugs in STM32CubeIDE; we'll need to continue using Atollic for now...
2019-05-13 11:00 AM
@Stefano Oliveri_O - ST will fix this so FreeRTOS plug-in is included out-of-the-box in STM32CubeIDE, right?
2019-05-13 06:30 PM
Hi Dave,
I am not in the position to answer this question because I am a FAE working with our customers to make their products. But I will say "trust ST".
At the moment I working to figure out how to migrate my projects from TrueSTUDIO to CubeIDE because one thing is very important to me is that CubeIDE is based on the latest Eclipse platform (v4.11.0), and that is enough to make an effort.
I am not seeing bugs, as you reported in your comment, but other missing features.
For the missing features can be useful the attached (p2f) file:
I hope this can help to restore your favorite IDE.
About the bugs, what in particular is preventing you to move from Atollic to CubeIDE? I will appreciate if you have time to share your valuable experience.
2019-05-14 05:32 AM
Yes, it's on the road map but I can't say for sure when.
2019-05-14 06:50 AM
@Stefano Oliveri_O - Trust is hard to earn and easily lost.
Thanks for your plugin package, but I can't use STM32CubeIDE until bugs are fixed so it can:
Thanks,
Best Regards, Dave
2019-09-10 10:11 AM
How does one install this plugin into stm32cubeide? The plugin, as downloaded from HighIntegritySystems, is a zip with a .dll, not a .jar
2019-09-12 08:50 AM
Figgered it out - it is included in @Stefano Oliveri_O 's .p2f clump of plugins
2019-11-15 12:26 PM
I would like to also point out a briliant page general on how to debug freeRTOS on Eclipse, which is applicable for STM32CubeIDE as well:
https://mcuoneclipse.com/2017/03/18/better-freertos-debugging-in-eclipse/