From: ntfreak at B. <nt...@ma...> - 2009-03-17 10:48:47
|
Author: ntfreak Date: 2009-03-17 10:48:46 +0100 (Tue, 17 Mar 2009) New Revision: 1414 Modified: trunk/src/target/target/stm32stick.cfg Log: - fix incorrect stm32stick.cfg Modified: trunk/src/target/target/stm32stick.cfg =================================================================== --- trunk/src/target/target/stm32stick.cfg 2009-03-16 22:42:29 UTC (rev 1413) +++ trunk/src/target/target/stm32stick.cfg 2009-03-17 09:48:46 UTC (rev 1414) @@ -30,10 +30,10 @@ # 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 |