summaryrefslogtreecommitdiff
path: root/src/target/target/stm32stick.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/target/stm32stick.cfg')
-rw-r--r--src/target/target/stm32stick.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target/stm32stick.cfg b/src/target/target/stm32stick.cfg
index bb297dd7..3e9997d7 100644
--- a/src/target/target/stm32stick.cfg
+++ b/src/target/target/stm32stick.cfg
@@ -35,7 +35,7 @@ jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0xf -irmask 0xe -expected-id $_CP
# The boundery scan register, leave the "expected-id" undefined.
jtag newtap $_CHIPNAME bs -irlen 5 -ircapture 0x1 -irmask 0x1e
-# What is this? It must be some extra chip on the stm32stick...
+# configure str750 connected to jtag chain
jtag newtap $_CHIPNAME unknown -irlen 4 -ircapture 0x1 -irmask 0x0f
set _TARGETNAME [format "%s.cpu" $_CHIPNAME]