UM10850
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2016. All rights reserved.
User manual
Rev. 2.4 — 13 September 2016
396 of 464
NXP Semiconductors
UM10850
Chapter 26: LPC5410x CRC engine
26.6.3 CRC checksum register
This register is a Read-only register containing the most recent checksum. The read
request to this register is automatically delayed by a finite number of wait states until the
results are valid and the checksum computation is complete.
26.6.4 CRC data register
This register is a Write-only register containing the data block for which the CRC sum will
be calculated.
Table 437. CRC checksum register (SUM, address 0x1C01 0008) bit description
Bit
Symbol
Description
Reset value
31:0
CRC_SUM
The most recent CRC sum can be read through this
register with selected bit order and 1’s complement
post-processes.
0x0000 FFFF
Table 438. CRC data register (WR_DATA, address 0x1C01 0008) bit description
Bit
Symbol
Description
Reset
value
31:0
CRC_WR_DATA
Data written to this register will be taken to perform CRC
calculation with selected bit order and 1’s complement
pre-process. Any write size 8, 16 or 32-bit are allowed and
accept back-to-back transactions.
-