flash/nor/at91samd: Use 32-bit register writes for ST-Link compat
[fw/openocd] / tcl / board / stm32439i_eval.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
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
6
7 # increase working area to 128KB
8 set WORKAREASIZE 0x20000
9
10 # chip name
11 set CHIPNAME STM32F439NIH6
12
13 source [find target/stm32f4x.cfg]