aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/stm32f1x.cfg
diff options
context:
space:
mode:
authorJonathan Dumaresq <jdumaresq@cimeq.qc.ca>2011-08-24 16:13:35 -0400
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-08-25 20:13:16 +0200
commit4bcf37e2c0c355378f9941d853da63a3e47bd9b9 (patch)
treef56722d725d43f091a56d292ded30f2dbde09cdf /tcl/target/stm32f1x.cfg
parent62eec47ff105c60ed0b789d8f63b70a8b060a199 (diff)
Add Valuline HD to config file
This will add the BSTAP for the medium and high density devices
Diffstat (limited to 'tcl/target/stm32f1x.cfg')
-rw-r--r--tcl/target/stm32f1x.cfg8
1 files changed, 7 insertions, 1 deletions
diff --git a/tcl/target/stm32f1x.cfg b/tcl/target/stm32f1x.cfg
index 8007ff57..25a6059a 100644
--- a/tcl/target/stm32f1x.cfg
+++ b/tcl/target/stm32f1x.cfg
@@ -55,11 +55,17 @@ if { [info exists BSTAPID ] } {
set _BSTAPID6 0x06418041
# XL line devices, Rev A
set _BSTAPID7 0x06430041
+ # VL line devices, Rev A and Z In medium-density and high-density value line devices
+ set _BSTAPID8 0x06420041
+ # VL line devices, Rev A
+ set _BSTAPID9 0x06428041
+
}
jtag newtap $_CHIPNAME bs -irlen 5 -expected-id $_BSTAPID1 \
-expected-id $_BSTAPID2 -expected-id $_BSTAPID3 \
-expected-id $_BSTAPID4 -expected-id $_BSTAPID5 \
- -expected-id $_BSTAPID6 -expected-id $_BSTAPID7
+ -expected-id $_BSTAPID6 -expected-id $_BSTAPID7 \
+ -expected-id $_BSTAPID8 -expected-id $_BSTAPID9
set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME cortex_m3 -endian $_ENDIAN -chain-position $_TARGETNAME