From: Nathael Pajani Date: Fri, 1 Mar 2013 08:55:09 +0000 (+0100) Subject: Added support for LPC1224 Devices X-Git-Tag: v1.0~6 X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=cfb0094a87471741ef850f90d92dd1e710cacd45;p=soft%2Ftools%2Flpctools Added support for LPC1224 Devices --- diff --git a/parts.c b/parts.c index 2c2232e..76e139a 100644 --- a/parts.c +++ b/parts.c @@ -19,6 +19,7 @@ struct part_desc parts[] = { /* | nb | vector | buffer */ /* part_id part name | base addr size sect | offset | base addr size off size */ { 0x2540102B, "LPC1114FHN33/302", 0x00000000, 0x8000, 8, 0x04, 0x10000000, 0x2000, 0x800, 0x400 }, + { 0x3640C02B, "LPC1224FBD48/101", 0x00000000, 0x8000, 8, 0x04, 0x10000000, 0x1000, 0x800, 0x400 }, { 0x26011922, "LPC1764FBD100", 0x00000000, 0x10000, 16, 0x04, 0x10000000, 0x4000, 0x800, 0x800 }, {0, NULL, 0, 0, 0, 0, 0, 0, 0, 0}, };