target: Do not use LOG_USER() for error messages
[openocd.git] / tcl / board / stm32439i_eval_stlink.cfg
blob7a1a396fcbac796dc9f03bc99ff4aabaf2ca91af
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # STM32439I-EVAL: This is an STM32F4 eval board with a single STM32F439NIH6
4 # (2048KB) chip.
5 # http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1199/PF259094
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 STM32F439NIH6
19 source [find target/stm32f4x.cfg]
21 reset_config srst_only