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