Enhanced Serial Communication Interface (eSCI)
PXN20 Microcontroller Reference Manual, Rev. 1
31-18 Freescale Semiconductor
31.3.2.11 eSCI LIN CRC Polynomial Register (eSCI_LPR)
This register provides the CRC polynom for generation and processing of CRC-enhanced LIN frames.
31.3.2.12 eSCI Control Register 3 (eSCI_CR3)
This register is used to control the frame formats and the generation of the ERR bit in the SCI Data Register
(eSCI_SDR).
Offset: ESCI_BASE + 0x0018 Access: User read/write
0123456789101112131415
R
P
W
Reset11 0010110011001
Figure 31-13. eSCI LIN CRC Polynomial Register (eSCI_LPR)
Table 31-13. eSCI_LPR Field Descriptions
Field Description
Pn Polynomial bit x
Pn
. Used to define the LIN polynomial. The standard is x
15
+ x
14
+ x
10
+ x
8
+ x
7
+ x
4
+ x
3
+ 1 (the
polynomial used for the CAN protocol).
Offset: ESCI_BASE + 0x001A Access: User read/write
0123456789101112131415
R0 0 0
SYNM EROE
ERFE ERPE M2
00000000
W
Reset0000000000000000
Figure 31-14. eSCI Control Register 1 (eSCI_CR1)
Table 31-14. eSCI_CR1 Field Descriptions
Field Description
SYNM Synchronization Mode. This bit controls the synchronization mode of the receiver. The synchronization modes
are described in Section 31.4.5.3.14, Bit Synchronization.
0 Synchronization performed at each falling data bit edge.
1 Synchronization performed at start bit qualification only.
EROE ERR flag overrun enable.
0 SCIDRH[ERR] flag not affected by overrun detection.
1 SCIDRH[ERR] flag is set on overrun detection during frame reception.
ERFE ERR flag frame error enable.
0 eSCI_SDR[ERR] flag not affected by frame error detection.
1 eSCI_SDR[ERR] flag is set on frame error detection for the data provided in eSCI_SDR.