diff --git a/test-app-STM32F4-measured-boot/openocd.cfg b/test-app-STM32F4-measured-boot/openocd.cfg new file mode 100644 index 0000000..65b5d8a --- /dev/null +++ b/test-app-STM32F4-measured-boot/openocd.cfg @@ -0,0 +1,8 @@ +source [find interface/stlink-v2-1.cfg] +source [find target/stm32f4x.cfg] +$_TARGETNAME configure -event reset-init { + mmw 0xe0042004 0x7 0x0 +} +init +reset +halt