tcl/board: add SPDX tag
[fw/openocd] / tcl / board / stm3241g_eval_stlink.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
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
6 #
7 # This is for using the onboard STLINK/V2
8
9 source [find interface/stlink.cfg]
10
11 transport select hla_swd
12
13 # increase working area to 128KB
14 set WORKAREASIZE 0x20000
15
16 # chip name
17 set CHIPNAME STM32F417IGH6
18
19 source [find target/stm32f4x.cfg]
20
21 reset_config srst_only