|
From: <ge...@op...> - 2016-05-31 14:33:26
|
This is an automated email from Gerrit. Uwe Bonnes (bo...@el...) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3512 -- gerrit commit 11bb6c3078ea70dd50a881d9ad3a8a9e9f00d591 Author: Uwe Bonnes <bo...@el...> Date: Tue May 31 16:31:11 2016 +0200 stm32f7x.cfg: Fix expected JTAG id. Change-Id: Icd21b9ac5f50094262f30db431d8a775a0d263ca Signed-off-by: Uwe Bonnes <bo...@el...> diff --git a/tcl/target/stm32f7x.cfg b/tcl/target/stm32f7x.cfg index 1662467..05470d4 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]} { -- |