/etc/lpctools_parts.def is in lpctools 1.07-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | # Parts definition file
#
# Note that the version of this file found in /etc should not be modified to ease program update.
# Instead place a copy in your project directory or specify an alternative using the appropriate option.
#
# Lines starting whith # are comments
# All values but the last one MUST be immediately followed by a coma (',') and can be precedeed by
# any number of whitespaces.
# "part name" must be under 25 characters.
# Line format :
# 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 | ?
# LPC81X Familly
0x00008100, LPC810M021FN8, 0x00000000, 0x1000, 4, 0x04, 0x10000000, 0x0400, 0x300, 0x100, 0
0x00008122, LPC812M101JDH20, 0x00000000, 0x4000, 16, 0x04, 0x10000000, 0x1000, 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
# LPC12XX Familly
0x3640C02B, LPC1224FBD48/101, 0x00000000, 0x8000, 8, 0x04, 0x10000000, 0x1000, 0x800, 0x400, 1
# LPC17XX Familly
0x26011922, LPC1764FBD100, 0x00000000, 0x10000, 16, 0x04, 0x10000000, 0x4000, 0x800, 0x800, 1
|