NXP Semiconductors
UM10858
PN7462 family HW user manual
UM10858
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2018. All rights reserved.
User manual
COMPANY PUBLIC
Rev. 1.4 — 14 May 2018
314514
261 of 345
14.2.9.8 SPIM_CRC_STATUS_REG
This register reflects the RX/TX CRC values.
Table 302. SPIM_CRC_STATUS_REG (address offset 0x001C)
Bit
Symbol
Access Reset
Value
Description
31:16
RESERVED
R
0
Reserved
15:8
CRC_TX_VAL
R
0xFF
Value of internal TX CRC
7:0
CRC_RX_VAL
R
0xFF
Value of internal RX CRC
14.2.9.9 SPIM_WATERLEVEL_REG
This register is used to indicate the water level.
Table 303. SPIM_WATERLEVEL_REG (address offset 0x0020)
Bit
Symbol
Access Reset
Value
Description
31:9
RESERVED
R
0
Reserved
8:0
WATERLEVEL
R/W
0
Number of bytes received in
incoming frame, or sent in out
coming frame before triggering an
interrupt.
If set to 0, this feature is disabled.
14.2.9.10 SPIM_BUFFER_MAPPING_REG
REGION_SIZE – Size of buffer region in system RAM. 0x1FFF (8K) is the current RAM
size in PN7462 family. Note that software need to initialize REGION_SIZE <= 0x1FFF
always before using the Buffer.
Table 304. SPIM_BUFFER_MAPPING_REG (address offset 0x002C)
Bit
Symbol
Access Reset
Value
Description
31:30
RESERVED
R
0
Reserved
29:16
REGION_START_ADDR
R/W
0
Start address of buffer region in
system RAM.
Any AHB transaction address would
be 0x00100000 (RAM address for
PN7462 family) +
REGION_START_ADDR.
Also REGION_START_ADDR must
be less than or equal to
REGION_SIZE.
15:14
RESERVED
R
0
Reserved
13:0
REGION_SIZE
R/W
0x2FFF
Size of buffer region in system RAM
0x2FFF is the Current RAM Size in
PN7462 family