This is an automated email from Gerrit. IS2T development team ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1011
-- gerrit commit 6a0c10a073cf80b923f504a292f0760d1fe86e76 Author: is2t <[email protected]> Date: Fri Dec 7 15:10:20 2012 +0100 LPC1788: use SYSRESETREQ This reset method is better, and it works on LPC178x unlike other members of the LPC17xx family. Change-Id: I5c1f8509009bf6623046c75feca745427ada8ca5 Signed-off-by: is2t <[email protected]> diff --git a/tcl/target/lpc1788.cfg b/tcl/target/lpc1788.cfg index ebe9e39..16b62c8 100644 --- a/tcl/target/lpc1788.cfg +++ b/tcl/target/lpc1788.cfg @@ -14,4 +14,7 @@ set CPUROMSIZE 0x80000 set CCLK 12000 #Include the main configuration file. -source [find target/lpc17xx.cfg]; \ No newline at end of file +source [find target/lpc17xx.cfg]; + +# if srst is not fitted, use SYSRESETREQ to perform a soft reset +cortex_m3 reset_config sysresetreq -- ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
