This is an automated email from Gerrit. Rémi PRUD'HOMME ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2346
-- gerrit commit 1ec1a831197318b706e5e579802a1f6fbc987da1 Author: Rémi PRUD’HOMME <[email protected]> Date: Thu Oct 16 01:18:18 2014 +0200 add config file for stm3210c board. This old board from STMicroelectronics works with JTAG interface. Tested with hardware and ST link dongle V2. Change-Id: I81e569d6c80ce1fb5baf626da6510a814d30c029 Signed-off-by: Rémi PRUD’HOMME <[email protected]> diff --git a/tcl/board/stm3210c_eval_stlink.cfg b/tcl/board/stm3210c_eval_stlink.cfg new file mode 100755 index 0000000..d7326bd --- /dev/null +++ b/tcl/board/stm3210c_eval_stlink.cfg @@ -0,0 +1,11 @@ +# This is an STM32 eval board with a single STM32F107VCT chip. +# http://www.st.com/internet/evalboard/product/217965.jsp + +source [find interface/stlink-v2.cfg] + +transport select hla_jtag + +# increase working area to 32KB for faster flash programming +set WORKAREASIZE 0x8000 + +source [find target/stm32f1x.cfg] -- ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
