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

-- gerrit

commit 2b1679b80e5693dd071e1a9c36ca7e07f729abe3
Author: is2t <[email protected]>
Date:   Fri Dec 7 08:15:03 2012 +0100

    LPC1788 target configuration file.
    
    Change-Id: I68bd6b7c19d9d1bee13d0921c32b4490e68ab8f2
    Signed-off-by: is2t <[email protected]>

diff --git a/tcl/target/lpc1788.cfg b/tcl/target/lpc1788.cfg
new file mode 100644
index 0000000..ebe9e39
--- /dev/null
+++ b/tcl/target/lpc1788.cfg
@@ -0,0 +1,17 @@
+# NXP LPC1788 Cortex-M3 with 512kB Flash and 64kB Local On-Chip SRAM,
+set CHIPNAME lpc1788
+set CPUTAPID 0x4ba00477
+set CPURAMSIZE 0x10000
+set CPUROMSIZE 0x80000
+
+# After reset the chip is clocked by the ~12MHz internal RC oscillator.
+# When board-specific code (reset-init handler or device firmware)
+# configures another oscillator and/or PLL0, set CCLK to match; if
+# you don't, then flash erase and write operations may misbehave.
+# (The ROM code doing those updates cares about core clock speed...)
+#
+# CCLK is the core clock frequency in KHz
+set CCLK 12000
+
+#Include the main configuration file.
+source [find target/lpc17xx.cfg];
\ No newline at end of file

-- 

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

Reply via email to