This is an automated email from Gerrit.

Uwe Bonnes ([email protected]) just uploaded a new patch 
set to Gerrit, which you can find at http://openocd.zylin.com/3377

-- gerrit

commit 2ec5aa081132c4f3c403678d819cf4a1f25b0b7a
Author: Uwe Bonnes <[email protected]>
Date:   Wed Mar 2 13:29:47 2016 +0100

    target/stm32f4x.cfg: Add STM32F410/F412/F469.
    
    Taken from git://git.ac6.fr/openocd commit e8ed67c42227b7072a1e7
    
    Change-Id: Iac106d4823123eaa96f16a975e7ecbcb24189924
    Signed-off-by: Uwe Bonnes <[email protected]>

diff --git a/tcl/target/stm32f4x.cfg b/tcl/target/stm32f4x.cfg
index 0ac49e0..19fd76e 100644
--- a/tcl/target/stm32f4x.cfg
+++ b/tcl/target/stm32f4x.cfg
@@ -54,12 +54,23 @@ if { [info exists BSTAPID] } {
   # See STM Document RM0383 (Rev 2)
   # STM32F411
   set _BSTAPID5 0x06431041
+  # See STM Document RM0386
+  # STM32F469
+  set _BSTAPID6 0x06434041
+  # See STM Document RM0401
+  # STM32F410
+  set _BSTAPID7 0x06458041
+  # Not yet released
+  # STM32F412
+  set _BSTAPID8 0x06441041
 }
 
 if {[using_jtag]} {
  swj_newdap $_CHIPNAME bs -irlen 5 -expected-id $_BSTAPID1 \
      -expected-id $_BSTAPID2 -expected-id $_BSTAPID3 \
-     -expected-id $_BSTAPID4 -expected-id $_BSTAPID5
+     -expected-id $_BSTAPID4 -expected-id $_BSTAPID5 \
+     -expected-id $_BSTAPID5 -expected-id $_BSTAPID6 \
+     -expected-id $_BSTAPID7 -expected-id $_BSTAPID8
 }
 
 set _TARGETNAME $_CHIPNAME.cpu

-- 

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to