cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 GDB Automated debugging over STLINK

Abdelaziz-Mohamed
Associate II

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 ? 

3 REPLIES 3
Abdelaziz-Mohamed
Associate II

any help 🙁

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

 

Abdelaziz-Mohamed
Associate II

Thank you for the links