2024-05-13 12:10 AM
Hi,
My goal is automate some integration testing, to do this i need to use the GDB over STLINK to debug the sw under testing then watch some variables. I need to do it in a script format(command line).
are there any documents, tutorials or something else can help me ?
2024-05-15 12:45 AM
any help :slightly_frowning_face:
2024-05-15 01:34 AM
Have you asked your favourite internet search engine?
eg, https://www.google.com/search?q=gdb+st-link
Have you looked at the GDB documentation?
https://ftp.gnu.org/old-gnu/Manuals/gdb/html_node/gdb_toc.html
2024-05-15 05:53 AM
Thank you for the links