Atollic/CubeIDE Automatically start SWO trace - still not done?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-07 5:40 PM
"Is it possible to automatically record SWV output in the SWV Console window so i do not have to push the red button manually on every launch?"
This was asked back in 2018 and still annoyes users...
https://blog.atollic.com/learn-serial-wire-viewer-debugging-on-cortex-m
Any chance it will be done?
Thanks,
Pavel
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-20 12:10 AM
Hello,
This feature is supported since STM32CubeIde 1.8.0 version.
You have to start it once (with the red button) and it will be automatically started on the next debug sessions.
Rgds,
Laurent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-09 1:43 AM
I've tried to raise this issue as well. Apparently it's more complicated than at least I would have guessed. There's more to that little red button than meets the eye. But I'll keep on fighting to make it no longer necessary to activate it every launch! :smiling_face_with_smiling_eyes:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-10 2:34 PM
Thank you for your efforts, Markus.
If this can be done via some monitor command in the debug start script, would be OK for me.
-- pa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-14 2:00 AM
I agree, this one is really annoying...
R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-14 8:44 AM
Can I add my voice to this also? I've only started using STM32Cube today and it is already very annoying to have to take such a redundant step simply to see my own trace output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-09 4:07 AM
still annoying!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-09 4:39 AM
...and it can't be that complicated to do 'cos I can make it happen from the command-line using the OpenOCD and configuration files that are provided inside the STM32Cube directory with:
openocd –f stlink.cfg –f stm32f4.cfg -c init -c "itm port 0 on" -c "tpiu config internal temp.dat uart off 168000000 2000000" -c "reset init" -c resume
Surely it can't be easier to do from the command line than from inside what I assume is an Eclipse plug-in!?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-03 2:35 PM
waiting for some progress...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-06 3:06 AM
Also looking forward to this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-19 12:33 PM
Any update for this feature?
