Other Parts Discussed in Thread: USB-2-MDIO, DP83TD510E
Tool/software:
Hi there,
first of all a little disclaimer, this is my first project using any kind of chip for ethernet communication.
I designed a custom board which includes the basic circuitry from the DP83TD510E-EVM (DP83TD with the DP83822). Unfortunately I overlooked the bootstrapping section and therefore am missing these resistors. The DP83822 chip is directly connected to a KSZ8895MLUB network switch chip.
After digging through the datasheets and several forum posts I discovered the problem with the bootstraps. I tried to configure everything usually done by the bootstraps with software programming instead. So after booting I set the following registers:
DP83TD:
0017 -> 4221 to activate RMII Master Mode
(50MHz clock is present on Pin23 of DP83822 after setting this register)
DP83822:
001F -> 8000 to reset chip after switching DP83TD into RMII master mode
0017 -> 00D1 for RMII configuration
However, there is still no active link between the DP83822 and the ethernet switch detected.
Am I missing any part of the configuration or is this more likely related to the circuitry?
Thanks
Kai