Skip to content

Instantly share code, notes, and snippets.

View katyo's full-sized avatar

Kayo Phoenix katyo

View GitHub Profile
@katyo
katyo / svd-dump.py
Created June 20, 2020 05:21 — forked from devanlai/svd-dump.py
gdb script for dumping STM32 registers
"""
Utilities for dumping STM32 peripheral registers with tab-completion
Based on a script by vampi-the-frog
Dependencies:
pip install -U cmsis-svd
Usage (inside gdb):
(gdb) source /path/to/svd-dump.py