jtag/drivers/cmsis_dap: prevent conn/discon workaround before line reset
[openocd.git] / tcl / board / stm32429i_eval_stlink.cfg
blobbe3c482263c6a7e55d5332d4df9d64faa7eff622
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # STM32429I-EVAL: This is an STM32F4 eval board with a single STM32F429NIH6
4 # (2048KB) chip.
5 # http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1199/PF259093
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 STM32F429NIH6
19 source [find target/stm32f4x.cfg]
21 reset_config srst_only