From: Spencer Oliver Date: Thu, 27 Sep 2012 11:35:44 +0000 (+0100) Subject: cfg: fix incorrect stm32f3 TAPID X-Git-Url: https://git.gag.com/?p=fw%2Fopenocd;a=commitdiff_plain;h=abccd76ea45df7a3fad3fbb8e0def11e994fc20c cfg: fix incorrect stm32f3 TAPID Change-Id: Id66d4e03a77c47a49086ee753bed01b3944064e1 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/855 Tested-by: jenkins Reviewed-by: Freddie Chopin --- diff --git a/tcl/target/stm32f3x_stlink.cfg b/tcl/target/stm32f3x_stlink.cfg index bc86ed946..b2ba9d92b 100644 --- a/tcl/target/stm32f3x_stlink.cfg +++ b/tcl/target/stm32f3x_stlink.cfg @@ -7,7 +7,7 @@ if { [info exists CHIPNAME] == 0 } { } if { [info exists CPUTAPID] == 0 } { - set CPUTAPID 0x1ba01477 + set CPUTAPID 0x2ba01477 } if { [info exists WORKAREASIZE] == 0 } {