Chapter 32 Cyclic Redundancy Check (CRC)
MPC5602P Microcontroller Reference Manual, Rev. 4
810
Freescale Semiconductor
32.5.2
CRC Input Register (CRC_INP)
32.5.3
CRC Current Status Register (CRC_CSTAT)
Address: Context 1: Base + 0x0004
Context 2: Base + 0x0014
Access: User read/write
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
R
INP
W
Reset
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
R
INP
W
Reset
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
Figure 32-5. CRC Input Register (CRC_INP)
Table 32-3. CRC_INP field descriptions
Field
Description
0:31
INP:
Input data for the CRC computation
The INP register can be written at byte, half-word (high and low) or word in any sequence. In case of
half-word write operation, the bytes must be contiguous.
This register can be read and written by the software.
Address: Context 1: Base + 0x0008
Context 2: Base + 0x0018
Access: User read/write
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
R
CSTAT
W
Reset
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
R
CSTAT
W
Reset
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
Figure 32-6. CRC Current Status Register (CRC_CSTAT)