From cb5dc5cc1c2958b387ad01c81680f8b5e9ef4107 Mon Sep 17 00:00:00 2001 From: schneider <schneider@blinkenlichts.net> Date: Sun, 19 May 2019 23:47:42 +0200 Subject: [PATCH] fix(openocd): We don't have a reset line ATM. Don't try to use it --- openocd/scripts/target/max32665.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openocd/scripts/target/max32665.cfg b/openocd/scripts/target/max32665.cfg index 893ffa8b..4ade1745 100644 --- a/openocd/scripts/target/max32665.cfg +++ b/openocd/scripts/target/max32665.cfg @@ -2,8 +2,10 @@ # www.maximintegrated.com # Set the reset pin configuration -reset_config srst_only -adapter_nsrst_delay 200 +reset_config none + +#reset_config srst_only +#adapter_nsrst_delay 200 # Set flash parameters set FLASH_BASE 0x10000000 -- GitLab