2020-08-28 12:00 PM
Hello
When debugging, I obviously use ST-Link and Keil displays register values for me
Can I export these values somehow without having to transmit them over UART?
I need these values for later graphing in python and UART would just take unnecessary scripting, is there any other way?
Thanks
2020-08-28 01:36 PM
Not something I've tried to do with Keil.
What interfaces does your board support/provide?
For the F7, you could use the SWO pin to implement SWV (Serial Wire Viewer), I can cut-n-paste that from a window in Keil
2020-08-28 04:10 PM
You can use SWO instead.
Still going to need the script to turn them into a plot.
STM32CubeMonitor can monitor and plot variables in real-time. Could try that.
"Live Expressions" in STM32CubeIDE will update expressions as they change.