Files
sw_openocd/tcl/board/stm3210c_eval.cfg
Tormod Volden 9f18afc39e tcl/board: Fix ST URLs in stm32* eval board configuration files
ST recently rewamped (screwed up) their web site and broke all links.
Also match the chip names with those on the web site product
descriptions.
2010-12-20 07:52:26 +01:00

9 lines
231 B
INI

# This is an STM32 eval board with a single STM32F107VCT chip.
# http://www.st.com/internet/evalboard/product/217965.jsp
# increase working area for faster flash programming
set WORKAREASIZE 32768
source [find target/stm32.cfg]