2026-02-11 5:06 AM
Hi,
I haven’t used SWO functionality before, but I now need it to stream real-time data.
I’m using VS Code with the STM32CubeIDE extension, but I haven’t found any options to configure and display real-time data (via SWO) in a VS Code window. How can this be done?
If this isn’t possible in VS Code, what alternatives would you recommend? Ideally, I’d like to output both text messages and real-time numeric data, with the data automatically plotted on a chart. What is the best way to achieve this?
Thank you
Solved! Go to Solution.
2026-02-11 5:36 AM
2026-02-11 5:36 AM
2026-02-11 9:44 AM
Thank you @Nawres GHARBI
that is very useful for text. Are there workaround for the graph side of things? i.e. to stream data to some graphical window in VScode or some other external app so it plots those data points in real time?
Thank you
2026-02-13 12:47 AM
hi @Ricko yes that's in real time
2026-02-14 10:10 AM
thank you @Nawres GHARBI
not sure if I am missing something but openOCD does not seem to be able to plot data onto a graph which what I was asking. How can I do that?
Many thanks