This is an automated email from Gerrit. Gianluca Renzi ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/960
-- gerrit commit c4764b8826bd9273bb7bf8fb60f71f6398ede7ef Author: Gianluca Renzi <[email protected]> Date: Mon Nov 5 08:58:19 2012 +0100 Add support to SYSRESETREQ LPC1850 According to the user guide the LPC1850 supports SYSRESETREQ Change-Id: Id2bc1165fa6956561df242980862795678590b4e Signed-off-by: Gianluca Renzi <[email protected]> diff --git a/tcl/target/lpc1850.cfg b/tcl/target/lpc1850.cfg index d628019..1ea7a49 100644 --- a/tcl/target/lpc1850.cfg +++ b/tcl/target/lpc1850.cfg @@ -25,3 +25,7 @@ jtag newtap $_CHIPNAME m3 -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_M3_ set _TARGETNAME $_CHIPNAME.m3 target create $_TARGETNAME cortex_m3 -endian $_ENDIAN -chain-position $_TARGETNAME + +# if srst is not fitted use SYSRESETREQ to +# perform a soft reset +cortex_m3 reset_config sysresetreq -- ------------------------------------------------------------------------------ LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command center Diagnose problems and improve visibility into emerging IT issues Automate, monitor and manage. Do more in less time with Central http://p.sf.net/sfu/logmein12331_d2d _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
