cfg: fix incorrect stm32f3 TAPID
[fw/openocd] / tcl / target / stm32f3x_stlink.cfg
index bc86ed946b3c1ae1c5fe92cde5b116d04f82bb08..b2ba9d92be14896ce39b94870130e2eff8fb4383 100644 (file)
@@ -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 } {