jtag/drivers/jlink: Use correct command errors
[openocd.git] / tcl / board / stm3241g_eval.cfg
blob7df373faf29ecae2e8a4ab0eb030d946d3067e65
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 # increase working area to 128KB
8 set WORKAREASIZE 0x20000
10 # chip name
11 set CHIPNAME STM32F417IGH6
13 source [find target/stm32f4x.cfg]