STM32 GDB Automated debugging over STLINK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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 ?
- Labels:
-
Other Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-15 12:45 AM
any help :slightly_frowning_face:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-15 1: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
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-15 5:53 AM
Thank you for the links
