diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-03-17 09:48:46 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-03-17 09:48:46 +0000 |
commit | ae62743a4c1d28914a4c7f68c1e9b4f6394f94d7 (patch) | |
tree | e94c16eed5ac86d17343a9b21e118bb7c8b6b7a6 /src | |
parent | 8ea1bc666da14fd5a0fb5847fa9a47bc6d5ec12e (diff) | |
download | openocd+libswd-ae62743a4c1d28914a4c7f68c1e9b4f6394f94d7.tar.gz openocd+libswd-ae62743a4c1d28914a4c7f68c1e9b4f6394f94d7.tar.bz2 openocd+libswd-ae62743a4c1d28914a4c7f68c1e9b4f6394f94d7.tar.xz openocd+libswd-ae62743a4c1d28914a4c7f68c1e9b4f6394f94d7.zip |
- fix incorrect stm32stick.cfg
git-svn-id: svn://svn.berlios.de/openocd/trunk@1414 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r-- | src/target/target/stm32stick.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/target/stm32stick.cfg b/src/target/target/stm32stick.cfg index 3e9997d7..5effbd96 100644 --- a/src/target/target/stm32stick.cfg +++ b/src/target/target/stm32stick.cfg @@ -30,10 +30,10 @@ if { [info exists CPUTAPID ] } { # Section 26.6.3 set _CPUTAPID 0x3ba00477 } -jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0xf -irmask 0xe -expected-id $_CPUTAPID +jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID # The boundery scan register, leave the "expected-id" undefined. -jtag newtap $_CHIPNAME bs -irlen 5 -ircapture 0x1 -irmask 0x1e +jtag newtap $_CHIPNAME bs -irlen 5 -ircapture 0x1 -irmask 0x1 # configure str750 connected to jtag chain jtag newtap $_CHIPNAME unknown -irlen 4 -ircapture 0x1 -irmask 0x0f |