Data preamble and SFD
1000BASE-T link-up, RGMII interface.
RXD from DP83867IR to MAC,
I confirmed that it is as follows.
No data (EN = '0'): 1101 1101
Data preamble: 0101 0101 7 bytes
SFD: 1101 0101 1 byte
The preamble on the TXD from MAC to DP83867IR is
How much do you need at least?
Of course, I understand that the standard is ideal.
Even in the following, although it is not stable, is it possible to operate?
No data (EN = '0'): 0000 0000
Data preamble: 0101 0101 1 byte
SFD: 1101 0101 1 byte
Please confirm.