Bug: STM32CubeIDE - FreeRTOS debug windows are missing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
Bug-report
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-12 5: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-12 5: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-13 6: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:
- Select the "File > Import" menu command to open the Import wizard
- In the "Import / Select" step select "Install Software Items from File"
- In the "Import / Import Software Configuration" step press the "Browse..." button and select the attached file
- You will see a list of the missing features plus few other plug-ins I use to manage the whole firmware development life-cycle.
- Select what you want and complete the wizard.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-14 5:32 AM
Yes, it's on the road map but I can't say for sure when.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-14 6: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:
- generate a basic project from scratch (fails here), and
- successfully import an existing project from Atollic
Thanks,
Best Regards, Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-12 8:50 AM
Figgered it out - it is included in @Stefano Oliveri_O​ 's .p2f clump of plugins
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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/
