Debugger / Compiler
OpenOCD
$ sudo apt update
$ sudo apt install openocd$ cd /usr/local/share/openocd/scripts/board $ cat stm32h7x3i_eval.cfg
source [find interface/stlink.cfg]
transport select hla_swd
source [find target/stm32h7x_dual_bank.cfg]
reset_config srst_onlyCompiler's option
References
Last updated