I don't know how to implement 1000BASE-T Auto-Negotiation Next Page.
I'm trying to get the DP83867IR running in 1000BASE-T full deplex, Master / Slave auto mode.
-Question A.
To enable 1000BASE-T Auto-Negotiation, in addition to the Base page used for the conventional 10BASE-T and 100BASE-TX,
I understand that the next page of (1) to (4) is required by reading and understanding Section 28 of the IEE 802.3ab standard.
(1) Message Page.
(Setting 8 1000BASE-T)
(2) Unformatted Page 1.
(deplex, master, etc ...)
(3) Unformatted Page 2.
(Random seed bit for Master / Slave determination)
(4) Message Page.
(Setting 1 Null)
However, the next page registers in (1) to (4) are
There is only Address 0x0007.
I think that (1) to (4) cannot be registered in one register.
I read the data sheet, but it didn't seem to be mentioned, so
Please tell me the processing method.
Also, the random number of the random seed bit in Unformatted Page 2.
Is it automatically generated by the IC?
-Question B.
Auto-Negotiation Next Page Transmit Register (ANNPTR), Address 0x0007
bit 14: ACK
bit 12: ACK2
bit 11: TOG_TX
Is it correct to recognize that the above is processed in the IC and that the user does not need to perform processing such as reading and writing control of these bit states?