mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
89f593d8cb
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
7 lines
204 B
INI
7 lines
204 B
INI
# script for stm32xl family (dual flash bank)
|
|
source [find target/stm32f1x.cfg]
|
|
|
|
# flash size will be probed
|
|
set _FLASHNAME $_CHIPNAME.flash1
|
|
flash bank $_FLASHNAME stm32f1x 0x08080000 0 0 0 $_TARGETNAME
|