Skip to main content
Associate
May 13, 2024
Question

STM32 GDB Automated debugging over STLINK

  • May 13, 2024
  • 2 replies
  • 1068 views

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 ? 

2 replies

Associate
May 15, 2024

any help :slightly_frowning_face:

Andrew Neil
Super User
May 15, 2024

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

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Associate
May 15, 2024

Thank you for the links