X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Fstm3210e_eval.cfg;fp=tcl%2Fboard%2Fstm3210e_eval.cfg;h=83ce488c74602cfbe074b1303baddab18f3d9572;hb=cf811d8e6b7228348658f9211e0628fb725c5466;hp=ab2f64f0aaeee028c2ff9dc87c988e7a085ed0e7;hpb=f32492c74f29f7efd0d73f8118d0b988bc24f56a;p=openocd.git diff --git a/tcl/board/stm3210e_eval.cfg b/tcl/board/stm3210e_eval.cfg index ab2f64f0aa..83ce488c74 100644 --- a/tcl/board/stm3210e_eval.cfg +++ b/tcl/board/stm3210e_eval.cfg @@ -1,3 +1,8 @@ -# This is an STM32 eval board with a single STM32F103ZET6 chip on it. +# This is an STM32 eval board with a single STM32F103ZE chip on it. +# http://www.st.com/mcu/contentid-100-110-STM3210E_EVAL.html + +# increase working area for faster flash programming + +set WORKAREASIZE 32768 source [find target/stm32.cfg]