jtag/drivers/jlink: Use correct command errors
[openocd.git] / tcl / board / stm320518_eval_stlink.cfg
blob153f7e5cbcd4f98ef119cc543ff65b67aa68f504
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # STM320518-EVAL: This is an STM32F0 eval board with a single STM32F051R8T6
4 # (64KB) chip.
5 # http://www.st.com/internet/evalboard/product/252994.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 8KB
14 set WORKAREASIZE 0x2000
16 # chip name
17 set CHIPNAME STM32F051R8T6
19 source [find target/stm32f0x.cfg]
21 reset_config srst_only