Other Parts Discussed in Thread: USB-2-MDIO, DP83TC811
DP83TC811SEVMに搭載されているPHYのテストモード変更方法を詳しく知りたい。
MSP-EXP430G2を所有しています。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
DP83TC811SEVMに搭載されているPHYのテストモード変更方法を詳しく知りたい。
MSP-EXP430G2を所有しています。
Hi,
Are you able to read/write registers? You can find our USB-2-MDIO guide here.
Please refer to 8.3.3.5 Built-In Self-Test, 8.3.3.6 Loopback Modes, and 8.3.4 Compliance Test Modes of the DP83TC811 datasheet for details on how to change the test mode of the PHY.
Thanks,
David
Hi,
You are writing the incorrect value to register 0x0836, and attempting to write to read only bits.
To enable test mode 1, you should be writing 0x2000 to register 0x0836.
Please see Appendix A of the following report for how to enable each test mode: https://www.ti.com/lit/an/snla276/snla276.pdf
Thanks,
David