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/3366

-- gerrit

commit 11f6317ae7423668e792c205f0036660ba815cf2
Author: Uwe Bonnes <[email protected]>
Date:   Sun Feb 28 19:20:43 2016 +0100

    tcl/target/stm32l4x.cfg: Reduce adapter speed before reset.
    
    Change-Id: I200286c0b980369f74e8f1e497bc5e565ddb616d
    Signed-off-by: Uwe Bonnes <[email protected]>

diff --git a/tcl/target/stm32l4x.cfg b/tcl/target/stm32l4x.cfg
index 8b827ad..69818d7 100644
--- a/tcl/target/stm32l4x.cfg
+++ b/tcl/target/stm32l4x.cfg
@@ -89,6 +89,11 @@ $_TARGETNAME configure -event reset-init {
        adapter_khz 4000
 }
 
+$_TARGETNAME configure -event reset-start {
+       # Reset clock is MSI (4 MHz)
+       adapter_khz 500
+}
+
 $_TARGETNAME configure -event examine-end {
        # DBGMCU_CR |= DBG_STANDBY | DBG_STOP | DBG_SLEEP
        mmw 0xE0042004 0x00000007 0

-- 

------------------------------------------------------------------------------
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