Browse Source

stm32f7x.cfg: Fix expected JTAG id.

Change-Id: Icd21b9ac5f50094262f30db431d8a775a0d263ca
Signed-off-by: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Reviewed-on: http://openocd.zylin.com/3512
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
tags/v0.10.0-rc1
Uwe Bonnes 8 years ago
committed by Andreas Fritiofson
parent
commit
406f4d1c68
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tcl/target/stm32f7x.cfg

+ 1
- 1
tcl/target/stm32f7x.cfg View File

@@ -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]} {


Loading…
Cancel
Save