From: Laurent Charpentier Date: Mon, 6 Jun 2011 10:47:52 +0000 (+0200) Subject: Added configuration file for STM3220G-EVAL board. X-Git-Tag: v0.5.0-rc1~35 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=e899fcaca0d207eadea569b9dd9b2d54afafcfd4 Added configuration file for STM3220G-EVAL board. --- diff --git a/tcl/board/stm3220g_eval.cfg b/tcl/board/stm3220g_eval.cfg new file mode 100644 index 0000000000..e836f0ed75 --- /dev/null +++ b/tcl/board/stm3220g_eval.cfg @@ -0,0 +1,11 @@ +# STM3220G-EVAL: This is an STM32F2 eval board with a single STM32F207IGT6 +# (128KB) chip. +# http://www.st.com/internet/evalboard/product/250374.jsp + +# increase working area to 128KB +set WORKAREASIZE 0x20000 + +# chip name +set CHIPNAME STM32F207IGT6 + +source [find target/stm32f2xxx.cfg]