jtag/drivers/jlink: Use correct command errors
[openocd.git] / tcl / board / stm3241g_eval_stlink.cfg
blobd2d579077686401b260384ac75d31920d1dc265c
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # STM3241G-EVAL: This is an STM32F4 eval board with a single STM32F417IGH6
4 # (1024KB) chip.
5 # http://www.st.com/internet/evalboard/product/252216.jsp
7 # This is for using the onboard STLINK/V2
9 source [find interface/stlink.cfg]
11 transport select hla_swd
13 # increase working area to 128KB
14 set WORKAREASIZE 0x20000
16 # chip name
17 set CHIPNAME STM32F417IGH6
19 source [find target/stm32f4x.cfg]
21 reset_config srst_only