wolfBoot/config/openocd/openocd_stm32h7.cfg

9 lines
160 B
INI

source [find interface/stlink.cfg]
source [find target/stm32h7x.cfg]
$_CHIPNAME.cpu0 configure -event reset-init {
mmw 0xe0042004 0x7 0x0
}
init
reset
halt