From f16e4de88337c157d587c9710d6bc969e2ed2444 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 26 May 2022 23:23:02 +0200 Subject: [PATCH] Update parts description file --- lpctools_parts.def | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/lpctools_parts.def b/lpctools_parts.def index 5af2626..7fb9360 100644 --- a/lpctools_parts.def +++ b/lpctools_parts.def @@ -10,28 +10,35 @@ # Line format : -# part info | flash | reset | ram | ram | UU +# part info | flash | reset | ram | ram | UU # | nb | vector | | buffer | encode -# part_id part name | base addr size sect | offset | base addr size | off size | ? +# part_id part name | base addr size sect | offset | base addr size | off size | ? # LPC81X Familly -0x00008100, LPC810M021FN8, 0x00000000, 0x1000, 4, 0x04, 0x10000000, 0x0400, 0x300, 0x100, 0 -0x00008122, LPC812M101JDH20, 0x00000000, 0x4000, 16, 0x04, 0x10000000, 0x1000, 0x800, 0x400, 0 +0x00008100, LPC810M021FN8, 0x00000000, 0x1000, 4, 0x04, 0x10000000, 0x0400, 0x300, 0x100, 0 +0x00008122, LPC812M101JDH20, 0x00000000, 0x4000, 16, 0x04, 0x10000000, 0x1000, 0x800, 0x400, 0 # LPC82X Familly -0x00008222, LPC822M101JDH20J, 0x00000000, 0x4000, 16, 0x04, 0x10000000, 0x1000, 0x800, 0x400, 0 +0x00008222, LPC822M101JDH20J, 0x00000000, 0x4000, 16, 0x04, 0x10000000, 0x1000, 0x800, 0x400, 0 +0x00008242, LPC824M201JDH20J, 0x00000000, 0x8000, 32, 0x04, 0x10000000, 0x2000, 0x800, 0x400, 0 # LPC11XX Familly -0x2540102B, LPC1114FHN33/302, 0x00000000, 0x8000, 8, 0x04, 0x10000000, 0x2000, 0x800, 0x400, 1 -0x4d80002b, LPC11A04UK, 0x00000000, 0x8000, 8, 0x04, 0x10000000, 0x2000, 0x800, 0x400, 1 +0x2540102B, LPC1114FHN33/302, 0x00000000, 0x8000, 8, 0x04, 0x10000000, 0x2000, 0x800, 0x400, 1 +0x4d80002b, LPC11A04UK, 0x00000000, 0x8000, 8, 0x04, 0x10000000, 0x2000, 0x800, 0x400, 1 # LPC12XX Familly -0x3640C02B, LPC1224FBD48/101, 0x00000000, 0x8000, 8, 0x04, 0x10000000, 0x1000, 0x800, 0x400, 1 -0x3642C02B, LPC1224FBD48/121, 0x00000000, 0x8000, 8, 0x04, 0x10000000, 0x1000, 0x800, 0x400, 1 -0x3660002B, LPC1226FBD48/301, 0x00000000, 0x18000, 24, 0x04, 0x10000000, 0x2000, 0x800, 0x400, 1 +0x3640C02B, LPC1224FBD48/101, 0x00000000, 0x8000, 8, 0x04, 0x10000000, 0x1000, 0x800, 0x400, 1 +0x3642C02B, LPC1224FBD48/121, 0x00000000, 0x8000, 8, 0x04, 0x10000000, 0x1000, 0x800, 0x400, 1 +0x3660002B, LPC1226FBD48/301, 0x00000000, 0x18000, 24, 0x04, 0x10000000, 0x2000, 0x800, 0x400, 1 + # LPC17XX Familly -0x26011922, LPC1764FBD100, 0x00000000, 0x10000, 16, 0x04, 0x10000000, 0x4000, 0x800, 0x800, 1 +0x26011922, LPC1764FBD100, 0x00000000, 0x10000, 16, 0x04, 0x10000000, 0x4000, 0x800, 0x800, 1 + +# LPC43xx Familly +0xA00BCB3F, LPC4313JBD144, 0x1A000000, 0x40000, 16, 0x04, 0x10000000, 0x8000, 0x800, 0x800, 1 +0xA001CB3F, LPC4315JBD144, 0x1A000000, 0x60000, 16, 0x04, 0x10000000, 0x8000, 0x800, 0x800, 1 +0xA001CA30, LPC4337JBD144, 0x1A000000, 0x80000, 16, 0x04, 0x10000000, 0x8000, 0x800, 0x800, 1 # LPC541XX Familly 0x36454114, LPC54114J256, 0x00000000, 0x40000, 8, 0x04, 0x20010000, 0x30000, 0x000, 0x100, 0 -- 2.43.0