repo.or.cz
/
openocd
/
jflash.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
UserGuide: Fixing two typos.
[openocd/jflash.git]
/
tcl
/
target
/
stm32f1x_stlink.cfg
blob
67dfb7bca32808a66aa0e8dcaa4bc89ec923b469
1
#
2
# STM32f1x stlink pseudo target
3
#
4
5
set CHIPNAME stm32f1x
6
set CPUTAPID 0x1ba01477
7
set WORKAREASIZE 0x4000
8
9
source [find target/stm32_stlink.cfg]
10
11
set _FLASHNAME $_CHIPNAME.flash
12
flash bank $_FLASHNAME stm32f1x 0 0 0 0 $_TARGETNAME