From: Uwe Bonnes Date: Tue, 31 May 2016 14:31:11 +0000 (+0200) Subject: stm32f7x.cfg: Fix expected JTAG id. X-Git-Tag: v0.10.0-rc1~153 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=406f4d1c68330e3bf8d9db4e402fd8802a5c79e2 stm32f7x.cfg: Fix expected JTAG id. Change-Id: Icd21b9ac5f50094262f30db431d8a775a0d263ca Signed-off-by: Uwe Bonnes Reviewed-on: http://openocd.zylin.com/3512 Tested-by: jenkins Reviewed-by: Andreas Fritiofson --- diff --git a/tcl/target/stm32f7x.cfg b/tcl/target/stm32f7x.cfg index 1662467011..05470d4988 100755 --- a/tcl/target/stm32f7x.cfg +++ b/tcl/target/stm32f7x.cfg @@ -43,7 +43,7 @@ if { [info exists BSTAPID] } { # See STM Document RM0385 # Section 40.6.1 # STM32F75xxG - set _BSTAPID1 0x06449071 + set _BSTAPID1 0x06449041 } if {[using_jtag]} {