Other Parts Discussed in Thread: USB-2-MDIO
Evaluation is performed using DP83TG720 Media Converter Evaluation Module.
(DP83TG720 Media Converter Evaluation Module is set to MASTER with hard strap)
I would like to do the following:
・ Change from MASTER to SLAVE
・ Change from 1000base-T1 to 100base-T1
Corresponding register: Address = 0x1834 (PMA_PMD_CONTROL Register)
Change the register setting value using USB 2 MDIO
(1) write 0x000D 0x0001
(2) write 0x000E 0x1834
(3) write 0x000D 0x4001
(4) write 0x000E 0x0000
Register read for confirmation
(5) write 0x000D 0x0001
(6) write 0x000E 0x1834
(7) write 0x000D 0x4001
(8) read 0x000E 0xC001 ← Why isn't it 0x8000?
Checklist
(1) How should I go if I want to change the register of 0x1834?
(2) Does DP83TG720 support 100base-T1?