From: ntfreak Date: Tue, 17 Mar 2009 09:48:46 +0000 (+0000) Subject: - fix incorrect stm32stick.cfg X-Git-Tag: v0.2.0~1088 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ae62743a4c1d28914a4c7f68c1e9b4f6394f94d7;p=openocd - fix incorrect stm32stick.cfg git-svn-id: svn://svn.berlios.de/openocd/trunk@1414 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- 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