This is an automated email from Gerrit.

Spencer Oliver (s...@spen-soft.co.uk) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/1995

-- gerrit

commit 1fc90021336de0f1403a76304ae8f70932016fc7
Author: Spencer Oliver <s...@spen-soft.co.uk>
Date:   Thu Feb 27 20:44:19 2014 +0000

    cfg: change default SAM4L cortex_m reset_config
    
    From testing this target does not seem to support using SYSRESETREQ, change
    the default to the safe VECTRESET.
    
    This target also has other reset issues (srst not working) that will be
    addressed in another patch.
    
    Change-Id: Icfc78347dc71aa3a062ddea63190a818d7fbc760
    Signed-off-by: Spencer Oliver <s...@spen-soft.co.uk>

diff --git a/tcl/target/at91sam4lXX.cfg b/tcl/target/at91sam4lXX.cfg
index 590d78f..77ff98a 100644
--- a/tcl/target/at91sam4lXX.cfg
+++ b/tcl/target/at91sam4lXX.cfg
@@ -6,3 +6,6 @@ source [find target/at91sam4XXX.cfg]
 set _FLASHNAME $_CHIPNAME.flash
 flash bank $_FLASHNAME at91sam4l 0x00000000 0 1 1 $_TARGETNAME
 
+# if srst is not fitted use VECTRESET to perform a soft reset
+# this will only reset the core, not the peripherals
+cortex_m reset_config vectreset

-- 

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to