Tool/software: TI C/C++ Compiler
Dear TI Forum Members,
Our project is using Renesas RCAR M3 chip and for Ethernet communication DP83TC811R-Q1 transceiver is using. We test ethernet communication through DP83TC811R-Q1 transceiver by enabling boot strap mode. Now, we moving forward with software configuration to initialize the DP83TC811R-Q1 transceiver. I have few queries related to PHY initialization.
1) What are all registers required to configure ?
2) What are all the default values required to configure in respective register ?
3) To reset PHY, which register i need to use bit[15] in BMCRRegister0x0000 register or bit[15] in PHYRCRRegister0x001F– PHYResetControlRegister ?
4) I hope the below listed register is enough to intialize the PHY which is based on device functional mode,
1) bit[15 ]in the PHYRCRRegister0x001F– PHYResetControlRegister
2) bit[6] in the AUTO_PHYRegister0x018B– AutonomousPHYControlRegister (to enable Autonomous operation enabled in normal mode)
3) bit[14] in the PMA_CTRL2Register0x0834– MMD1PMAControlRegister#2 controls the100BASE-T1Master and 100BASE-T1Slave configuration.When this bit is set, 100BASE-T1Master mode is enabled.
Thanks,
Yuvaraj Ayyasamy.