Find answers to your technical questions and learn how to use our products
Search suggestions:
Find answers to your technical questions and learn how to use our products
Search suggestions:
|
Byte
|
Bit
|
Value
|
Option
|
Description
|
|---|---|---|---|---|
|
A
|
0
|
8
|
N/U
|
May be non-zero but not used for FEC decode.
|
|
1
|
4
|
N/U
|
||
|
2
|
2
|
N/U
|
||
|
3
|
1
|
N/U
|
||
|
B
|
4
|
8
|
L
|
Last in frame.
|
|
5
|
4
|
0
|
Always zero
|
|
|
6
|
2
|
0
|
Always zero
|
|
|
7
|
1
|
N/U
|
May be non-zero but not used for FEC decode.
|
|
|
C
|
8
|
8
|
N/U
|
May be non-zero but not used for FEC decode.
|
|
9
|
4
|
N/U
|
||
|
10
|
2
|
LG
|
Length Error: Rx frame length violation. The frame length exceeds the value of MAX_FRAME_LENGTH in the bytes. The hardware truncates frames exceeding 2047 bytes so as not to overflow receive buffers This bit is valid only if the L bit is set to 1.
|
|
|
11
|
1
|
NO
|
Non-Octet: A frame that contained a number of bits not divisible by 8 was received and the CRC check that occurred at the preceding byte boundary generated an error. NO is valid only if the L bit is set and CR bit is not set.
|
|
|
D
|
12
|
8
|
SH
|
Short Frame: A frame length that was less than the minimum defined for this channel was recognized.
|
|
13
|
4
|
CR
|
CRC Error: This frame contains a CRC error and is an integral number of octets in length. This bit is valid only if the L bit is set.
|
|
|
14
|
2
|
OV
|
Overrun Error: A receive FIFO overrun occurred during frame reception. If OV is set to 1, the other status bits, LG, NO, SH, CR, and CL lose their normal meaning and are cleared. This bit is valid only if the L bit is set.
|
|
|
15
|
1
|
TR
|
Truncate Error: Set if the receive frame is truncated (≥ 2 Kilobytes)
|
PRN: IP403_FEC::ReceiverError 844