diff options
Diffstat (limited to 'tcl/board/stm3210e_eval.cfg')
-rw-r--r-- | tcl/board/stm3210e_eval.cfg | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tcl/board/stm3210e_eval.cfg b/tcl/board/stm3210e_eval.cfg index ab2f64f0..83ce488c 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] |