erwango / openocd-stm32

Some scripts to flash and debug stm32 boards
GNU General Public License v2.0
15 stars 2 forks source link

openocd for STM32

This repository proposes some scripts on top of openocd to flash and debug seamlessly official STM32 development board (Nucleo, Discovery and Eval series)

Prerequistites

Quick install and use

Install opencod

Load scripts

Flash your board

Debug

Commands

For ease of use, following command could be defined in a local .gdbinit

About

Supported STM32 families

This version support following families:

openocd

Current openocd version is 0.10.0. Check README for more information

Credits

Thanks to @jamike for his initial work and support