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/+/9469
-- gerrit commit b0afaaab3aca9279e0dbfa8234471759b50d078f Author: Mark O'Donovan <[email protected]> Date: Mon Feb 16 13:54:00 2026 +0000 tcl/target: Add max32650.cfg Config file added and tested on max32650fthr EV kit Change-Id: Ice4be920fa8a8198f03c6fbd13638ac55e6a7a5c Signed-off-by: Mark O'Donovan <[email protected]> diff --git a/tcl/target/max32650.cfg b/tcl/target/max32650.cfg new file mode 100644 index 0000000000..eca1e4df07 --- /dev/null +++ b/tcl/target/max32650.cfg @@ -0,0 +1,17 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# Maxim Integrated MAX32650 - Arm Cortex-M4F @ 120MHz + +# Set the reset pin configuration +reset_config srst_only + +# Set flash parameters +set FLASH_BASE 0x10000000 +set FLASH_SIZE 0x300000 +set FLC_BASE 0x40029000 +set FLASH_SECTOR 0x2000 +set FLASH_CLK 96 + +# Use Serial Wire Debug +transport select swd + +source [find target/max32xxx_common.cfg] --
