![NXP Semiconductors LCP43 Series User Manual Download Page 1184](http://html1.mh-extra.com/html/nxp-semiconductors/lcp43-series/lcp43-series_user-manual_17218171184.webp)
UM10503
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2012. All rights reserved.
User manual
Rev. 1.3 — 6 July 2012
1184 of 1269
NXP Semiconductors
UM10503
Chapter 46: LPC43xx flash programming/ISP and IAP
46.7.12 Read Boot Code version number
46.7.13 Read device serial number
46.7.14 Compare <address1> <address2> <no of bytes>
LPC4357FET256
0xA001 C830
0x0000 0000
LPC4357FET180
0xA001 C830
0x0000 0000
LPC4357FBD208
0xA001 C830
0x0000 0000
LPC4353FET256
0xA001 C830
0x0000 0044
LPC4353FET180
0xA001 C830
0x0000 0044
LPC4353FBD208
0xA001 C830
0x0000 0044
Table 1037.LPC43xx part identification numbers
Device
Hex coding
Word0
Word1
Table 1038.ISP Read Boot Code version number command
Command
K
Input
None
Return Code
CMD_SUCCESS followed by 2 bytes of boot code version number in ASCII format.
It is to be interpreted as <byte1(Major)>.<byte0(Minor)>.
Description
This command is used to read the boot code version number.
Table 1039.ISP Read device serial number command
Command
N
Input
None.
Return Code
CMD_SUCCESS followed by the device serial number in 4 decimal ASCII groups,
each representing a 32-bit value.
Description
This command is used to read the device serial number. The serial number may be
used to uniquely identify a single unit among all LPC43xx devices.
Table 1040.ISP Compare command
Command
M
Input
Address1 (DST):
Starting flash or RAM address of data bytes to be compared.
This address should be a word boundary.
Address2 (SRC):
Starting flash or RAM address of data bytes to be compared.
This address should be a word boundary.
Number of Bytes:
Number of bytes to be compared; should be a multiple of 4.