cancel
Showing results for 
Search instead for 
Did you mean: 

exporting Keil debugger values from registers to PC without UART

hashtala
Associate II

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

2 REPLIES 2

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
TDK
Guru

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.

If you feel a post has answered your question, please click "Accept as Solution".