wolfBoot/config/openocd/openocd_stm32wbx.cfg

9 lines
157 B
INI

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