diff --git a/openocd.cfg b/openocd.cfg index ca96a1c4b..c7f60e5bd 100644 --- a/openocd.cfg +++ b/openocd.cfg @@ -1 +1,7 @@ -source [find board/stm32f429discovery.cfg] +source [find interface/stlink-v2.cfg] + +transport select hla_swd + +source [find target/stm32f4x.cfg] + +#reset_config srst_only