This is an automated email from Gerrit.

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

-- gerrit

commit eb98952aa70b06b4299dc4cebace5a9078595e27
Author: Paul Fertser <[email protected]>
Date:   Wed Apr 23 12:22:39 2014 +0400

    tcl/target/kl25z.cfg: add maximum speed specification
    
    Maximum frequency wasn't tested on hardware but the docs seem to be
    quite explicit and do not mention any restrictions for that.
    
    Change-Id: Idcf58df5358d06525e683f07c76eedad8f0b292d
    Signed-off-by: Paul Fertser <[email protected]>

diff --git a/tcl/target/kl25.cfg b/tcl/target/kl25.cfg
index c5dda15..7a3a97e 100644
--- a/tcl/target/kl25.cfg
+++ b/tcl/target/kl25.cfg
@@ -43,6 +43,11 @@ $_TARGETNAME configure -work-area-phys 0x20000000 
-work-area-size $_WORKAREASIZE
 set _FLASHNAME $_CHIPNAME.flash
 flash bank $_FLASHNAME kinetis 0 0 0 0 $_TARGETNAME
 
+# Table 5-1. Clock Summary of KL25 Sub-Family Reference Manual
+# specifies up to 24MHz for run mode; Table 11 of Sub-Family Data
+# Sheet lists 25MHz as the maximum frequency.
+adapter_khz 24000
+
 # if srst is not fitted use SYSRESETREQ to
 # perform a soft reset
 cortex_m reset_config sysresetreq

-- 

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to