From 197333c83be952aaea23c3de29acd700faf956d2 Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Thu, 7 Jul 2016 18:20:18 +0200 Subject: [PATCH] OpenOCD uses an STLink Change-Id: Ie7aee7c557edc0db34cdffbbc0d432c27c446812 --- openocd.cfg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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