wolfBoot-examples/test-app-STM32F4-measured-boot/openocd.cfg

9 lines
162 B
INI

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