2018-06-22 12:22 AM
Hi everyone!
Can anyone please explain what to do step by step to visualize a variable in Atollic project as a real time graph? I'm working on STM32F7 series microcontroller and using ST-Link as debugger.
Thank you,
2018-06-22 02:49 AM
2018-06-22 03:57 AM
'
Can anyone please explain what to do step by step to visualize a variable in Atollic project as a real time graph?'
another alternative, more generic, is to output the data over serial and use serial visualization software to plot it out. RTT/jscope is essentially that , implemented over a particular debug probe.
2018-06-22 05:11 AM
Thanks Vitaly .
2018-06-22 06:26 AM
Unfortunately my variable is not being placed in SWV Data Trace watch window and so not being plotted in the graph. What can be the problem?