From: Fredrik Hederstierna Date: Thu, 12 Jun 2014 22:29:43 +0000 (+0200) Subject: tcl/board: add STM32429I-EVAL and STM32439I-EVAL dev boards from ST. X-Git-Tag: v0.9.0-rc1~327 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=e03eb89cfb7ee7a952bf8536ae1a4e7f2087d766 tcl/board: add STM32429I-EVAL and STM32439I-EVAL dev boards from ST. Change-Id: I304b6e7bae832391f11d53003299d68e31b0e4ef Signed-off-by: Fredrik Hederstierna Reviewed-on: http://openocd.zylin.com/2171 Tested-by: jenkins Reviewed-by: Spencer Oliver Reviewed-by: Franck Jullien Reviewed-by: Andreas Fritiofson --- diff --git a/tcl/board/stm32429i_eval.cfg b/tcl/board/stm32429i_eval.cfg new file mode 100644 index 0000000000..a5d3f53c92 --- /dev/null +++ b/tcl/board/stm32429i_eval.cfg @@ -0,0 +1,11 @@ +# STM32429I-EVAL: This is an STM32F4 eval board with a single STM32F429NIH6 +# (2048KB) chip. +# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1199/PF259093 + +# increase working area to 128KB +set WORKAREASIZE 0x20000 + +# chip name +set CHIPNAME STM32F429NIH6 + +source [find target/stm32f4x.cfg] diff --git a/tcl/board/stm32429i_eval_stlink.cfg b/tcl/board/stm32429i_eval_stlink.cfg new file mode 100644 index 0000000000..ad3ea80891 --- /dev/null +++ b/tcl/board/stm32429i_eval_stlink.cfg @@ -0,0 +1,18 @@ +# STM32429I-EVAL: This is an STM32F4 eval board with a single STM32F429NIH6 +# (2048KB) chip. +# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1199/PF259093 +# +# This is for using the onboard STLINK/V2 + +source [find interface/stlink-v2.cfg] + +# increase working area to 128KB +set WORKAREASIZE 0x20000 + +# chip name +set CHIPNAME STM32F429NIH6 + +source [find target/stm32f4x_stlink.cfg] + +# use hardware reset, connect under reset +reset_config srst_only srst_nogate diff --git a/tcl/board/stm32439i_eval.cfg b/tcl/board/stm32439i_eval.cfg new file mode 100644 index 0000000000..8ebdc82675 --- /dev/null +++ b/tcl/board/stm32439i_eval.cfg @@ -0,0 +1,11 @@ +# STM32439I-EVAL: This is an STM32F4 eval board with a single STM32F439NIH6 +# (2048KB) chip. +# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1199/PF259094 + +# increase working area to 128KB +set WORKAREASIZE 0x20000 + +# chip name +set CHIPNAME STM32F439NIH6 + +source [find target/stm32f4x.cfg] diff --git a/tcl/board/stm32439i_eval_stlink.cfg b/tcl/board/stm32439i_eval_stlink.cfg new file mode 100644 index 0000000000..5b57e1a169 --- /dev/null +++ b/tcl/board/stm32439i_eval_stlink.cfg @@ -0,0 +1,18 @@ +# STM32439I-EVAL: This is an STM32F4 eval board with a single STM32F439NIH6 +# (2048KB) chip. +# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1199/PF259094 +# +# This is for using the onboard STLINK/V2 + +source [find interface/stlink-v2.cfg] + +# increase working area to 128KB +set WORKAREASIZE 0x20000 + +# chip name +set CHIPNAME STM32F439NIH6 + +source [find target/stm32f4x_stlink.cfg] + +# use hardware reset, connect under reset +reset_config srst_only srst_nogate