mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-21 19:48:58 +10:00
Change-Id: Ie92a87ce077c538fdd04af37c798e0a8054b423a Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/610 Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com> Tested-by: jenkins Reviewed-by: Xiaofan <xiaofanc@gmail.com>
16 lines
370 B
INI
16 lines
370 B
INI
# STM320518-EVAL: This is an STM32F0 eval board with a single STM32F051R8T6
|
|
# (64KB) chip.
|
|
# http://www.st.com/internet/evalboard/product/252994.jsp
|
|
#
|
|
# This is for using the onboard STLINK/V2
|
|
|
|
source [find interface/stlink-v2.cfg]
|
|
|
|
# increase working area to 8KB
|
|
set WORKAREASIZE 0x2000
|
|
|
|
# chip name
|
|
set CHIPNAME STM32F051R8T6
|
|
|
|
source [find target/stm32f0x_stlink.cfg]
|