This is an automated email from Gerrit. "Mark O'Donovan <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9458
-- gerrit commit 60e8baabd94ed83dc2ae11901206bc7e00c3242b Author: Mark O'Donovan <[email protected]> Date: Tue Feb 10 09:41:12 2026 +0000 tcl/target: Fix max32625 support Interfaces used: jlink, olimex-arm-usb-tiny-h, cmsis-dap On openocd master the only command that works (on any adapter) is reset run. With this commit the following works on all adapters: Reading flash Writing flash reset run reset halt (except on cmsis-dap) Change-Id: Ieb7f783394fae0d4f7051f107e4b6eb39c49599f Signed-off-by: Mark O'Donovan <[email protected]> diff --git a/tcl/target/max32625.cfg b/tcl/target/max32625.cfg index 4529e542a3..5b0b037363 100644 --- a/tcl/target/max32625.cfg +++ b/tcl/target/max32625.cfg @@ -2,8 +2,7 @@ # Maxim Integrated MAX32625 - Arm Cortex-M4F @ 96MHz # Set the reset pin configuration -reset_config srst_only -adapter srst delay 200 +reset_config none # Set flash parameters set FLASH_BASE 0x0 --
